CVSep 17, 2019

Learn to Segment Organs with a Few Bounding Boxes

arXiv:1909.07809v11 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of data scarcity and annotation effort in medical imaging, though it is incremental in leveraging few-shot learning with bounding boxes.

The paper tackles the problem of reducing the need for large, fully annotated datasets in medical image segmentation by enabling segmentation of unseen human organs using only four bounding box annotations, achieving a median score of 54.64%.

Semantic segmentation is an import task in the medical field to identify the exact extent and orientation of significant structures like organs and pathology. Deep neural networks can perform this task well by leveraging the information from a large well-labeled data-set. This paper aims to present a method that mitigates the necessity of an extensive well-labeled data-set. This method also addresses semi-supervision by enabling segmentation based on bounding box annotations, avoiding the need for full pixel-level annotations. The network presented consists of a single U-Net based unbranched architecture that generates a few-shot segmentation for an unseen human organ using just 4 example annotations of that specific organ. The network is trained by alternately minimizing the nearest neighbor loss for prototype learning and a weighted cross-entropy loss for segmentation learning to perform a fast 3D segmentation with a median score of 54.64%.

Foundations

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

Your Notes