English

Learning to Downsample for Segmentation of Ultra-High Resolution Images

Computer Vision and Pattern Recognition 2022-08-19 v2 Machine Learning

Abstract

Many computer vision systems require low-cost segmentation algorithms based on deep learning, either because of the enormous size of input images or limited computational budget. Common solutions uniformly downsample the input images to meet memory constraints, assuming all pixels are equally informative. In this work, we demonstrate that this assumption can harm the segmentation performance because the segmentation difficulty varies spatially. We combat this problem by introducing a learnable downsampling module, which can be optimised together with the given segmentation model in an end-to-end fashion. We formulate the problem of training such downsampling module as optimisation of sampling density distributions over the input images given their low-resolution views. To defend against degenerate solutions (e.g. over-sampling trivial regions like the backgrounds), we propose a regularisation term that encourages the sampling locations to concentrate around the object boundaries. We find the downsampling module learns to sample more densely at difficult locations, thereby improving the segmentation performance. Our experiments on benchmarks of high-resolution street view, aerial and medical images demonstrate substantial improvements in terms of efficiency-and-accuracy trade-off compared to both uniform downsampling and two recent advanced downsampling techniques.

Keywords

Cite

@article{arxiv.2109.11071,
  title  = {Learning to Downsample for Segmentation of Ultra-High Resolution Images},
  author = {Chen Jin and Ryutaro Tanno and Thomy Mertzanidou and Eleftheria Panagiotaki and Daniel C. Alexander},
  journal= {arXiv preprint arXiv:2109.11071},
  year   = {2022}
}

Comments

19 pages, 17 figures

R2 v1 2026-06-24T06:14:20.199Z