English

Learning to segment from object sizes

Computer Vision and Pattern Recognition 2022-11-01 v2

Abstract

Deep learning has proved particularly useful for semantic segmentation, a fundamental image analysis task. However, the standard deep learning methods need many training images with ground-truth pixel-wise annotations, which are usually laborious to obtain and, in some cases (e.g., medical images), require domain expertise. Therefore, instead of pixel-wise annotations, we focus on image annotations that are significantly easier to acquire but still informative, namely the size of foreground objects. We define the object size as the maximum Chebyshev distance between a foreground and the nearest background pixel. We propose an algorithm for training a deep segmentation network from a dataset of a few pixel-wise annotated images and many images with known object sizes. The algorithm minimizes a discrete (non-differentiable) loss function defined over the object sizes by sampling the gradient and then using the standard back-propagation algorithm. Experiments show that the new approach improves the segmentation performance.

Keywords

Cite

@article{arxiv.2207.00289,
  title  = {Learning to segment from object sizes},
  author = {Denis Baručić and Jan Kybic},
  journal= {arXiv preprint arXiv:2207.00289},
  year   = {2022}
}

Comments

Accepted to ITAT2022