English

Fitting Segmentation Networks on Varying Image Resolutions using Splatting

Image and Video Processing 2022-06-16 v2 Computer Vision and Pattern Recognition

Abstract

Data used in image segmentation are not always defined on the same grid. This is particularly true for medical images, where the resolution, field-of-view and orientation can differ across channels and subjects. Images and labels are therefore commonly resampled onto the same grid, as a pre-processing step. However, the resampling operation introduces partial volume effects and blurring, thereby changing the effective resolution and reducing the contrast between structures. In this paper we propose a splat layer, which automatically handles resolution mismatches in the input data. This layer pushes each image onto a mean space where the forward pass is performed. As the splat operator is the adjoint to the resampling operator, the mean-space prediction can be pulled back to the native label space, where the loss function is computed. Thus, the need for explicit resolution adjustment using interpolation is removed. We show on two publicly available datasets, with simulated and real multi-modal magnetic resonance images, that this model improves segmentation results compared to resampling as a pre-processing step.

Keywords

Cite

@article{arxiv.2206.06445,
  title  = {Fitting Segmentation Networks on Varying Image Resolutions using Splatting},
  author = {Mikael Brudfors and Yael Balbastre and John Ashburner and Geraint Rees and Parashkev Nachev and Sebastien Ourselin and M. Jorge Cardoso},
  journal= {arXiv preprint arXiv:2206.06445},
  year   = {2022}
}

Comments

Accepted for MIUA 2022

R2 v1 2026-06-24T11:49:48.854Z