CVJul 1, 2022

Learning to segment from object sizes

arXiv:2207.00289v21 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses the labor-intensive annotation process in segmentation, particularly for domains like medical imaging, but is incremental as it builds on existing deep learning methods.

The paper tackles the problem of reducing annotation effort for semantic segmentation by using object size annotations instead of pixel-wise labels, and shows that their method improves segmentation performance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes