CVMar 18, 2021

A Location-Sensitive Local Prototype Network for Few-Shot Medical Image Segmentation

arXiv:2103.10178v164 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing annotation costs for medical image segmentation, which is incremental as it builds on existing prototype-based methods with spatial enhancements.

The paper tackles the problem of few-shot medical image segmentation by incorporating spatial priors, achieving a 10% improvement in mean Dice coefficient on the VISCERAL CT dataset compared to state-of-the-art methods.

Despite the tremendous success of deep neural networks in medical image segmentation, they typically require a large amount of costly, expert-level annotated data. Few-shot segmentation approaches address this issue by learning to transfer knowledge from limited quantities of labeled examples. Incorporating appropriate prior knowledge is critical in designing high-performance few-shot segmentation algorithms. Since strong spatial priors exist in many medical imaging modalities, we propose a prototype-based method -- namely, the location-sensitive local prototype network -- that leverages spatial priors to perform few-shot medical image segmentation. Our approach divides the difficult problem of segmenting the entire image with global prototypes into easily solvable subproblems of local region segmentation with local prototypes. For organ segmentation experiments on the VISCERAL CT image dataset, our method outperforms the state-of-the-art approaches by 10% in the mean Dice coefficient. Extensive ablation studies demonstrate the substantial benefits of incorporating spatial information and confirm the effectiveness of our approach.

Code Implementations1 repo
Foundations

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

Your Notes