CVDec 11, 2023

SemiSAM: Enhancing Semi-Supervised Medical Image Segmentation via SAM-Assisted Consistency Regularization

arXiv:2312.06316v243 citationsh-index: 7BIBM
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing annotation costs for medical image segmentation, which is crucial for healthcare applications, but it is incremental as it builds on existing semi-supervised methods by incorporating SAM.

The paper tackles the problem of semi-supervised medical image segmentation under extremely limited labeled data by leveraging the Segment Anything Model (SAM) to generate pseudo-labels for additional supervision, resulting in significant performance improvements for existing frameworks with only one or a few labeled images.

Semi-supervised learning has attracted much attention due to its less dependence on acquiring abundant annotations from experts compared to fully supervised methods, which is especially important for medical image segmentation which typically requires intensive pixel/voxel-wise labeling by domain experts. Although semi-supervised methods can improve the performance by utilizing unlabeled data, there are still gaps between fully supervised methods under extremely limited annotation scenarios. In this paper, we propose a simple yet efficient strategy to explore the usage of the Segment Anything Model (SAM) for enhancing semi-supervised medical image segmentation. Concretely, the segmentation model trained with domain knowledge provides information for localization and generating input prompts to the SAM. Then the generated pseudo-labels of SAM are utilized as additional supervision to assist in the learning procedure of the semi-supervised framework. Extensive experiments demonstrate that SemiSAM significantly improves the performance of existing semi-supervised frameworks when only one or a few labeled images are available and shows strong efficiency as a plug-and-play strategy for semi-supervised medical image segmentation.

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