CVAIMar 7, 2024

ProMISe: Promptable Medical Image Segmentation using SAM

arXiv:2403.04164v37 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses the high cost and instability of fine-tuning large models like SAM for medical imaging, offering a low-cost solution for domain adaptation.

The paper tackles the problem of adapting the Segment Anything Model (SAM) to medical image segmentation without costly fine-tuning, proposing an Auto-Prompting Module and Incremental Pattern Shifting method that achieve state-of-the-art or competitive performance while keeping SAM's parameters frozen.

With the proposal of the Segment Anything Model (SAM), fine-tuning SAM for medical image segmentation (MIS) has become popular. However, due to the large size of the SAM model and the significant domain gap between natural and medical images, fine-tuning-based strategies are costly with potential risk of instability, feature damage and catastrophic forgetting. Furthermore, some methods of transferring SAM to a domain-specific MIS through fine-tuning strategies disable the model's prompting capability, severely limiting its utilization scenarios. In this paper, we propose an Auto-Prompting Module (APM), which provides SAM-based foundation model with Euclidean adaptive prompts in the target domain. Our experiments demonstrate that such adaptive prompts significantly improve SAM's non-fine-tuned performance in MIS. In addition, we propose a novel non-invasive method called Incremental Pattern Shifting (IPS) to adapt SAM to specific medical domains. Experimental results show that the IPS enables SAM to achieve state-of-the-art or competitive performance in MIS without the need for fine-tuning. By coupling these two methods, we propose ProMISe, an end-to-end non-fine-tuned framework for Promptable Medical Image Segmentation. Our experiments demonstrate that both using our methods individually or in combination achieves satisfactory performance in low-cost pattern shifting, with all of SAM's parameters frozen.

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