How to Efficiently Adapt Large Segmentation Model(SAM) to Medical Images
Xinrong Hu, Xiaowei Xu, and Yiyu Shi

TL;DR
This paper proposes an efficient method to adapt the Segment Anything Model (SAM) for medical image segmentation by freezing the encoder and fine-tuning lightweight prediction heads, achieving high accuracy with limited labeled data.
Contribution
It introduces a prompt-free, lightweight fine-tuning approach for SAM, including AutoSAM and CNN heads, tailored for medical images with scarce annotations.
Findings
Fine-tuning SAM improves medical segmentation performance with limited data.
AutoSAM and CNN heads outperform training from scratch and self-supervised methods.
The approach achieves effective segmentation with just one labeled volume.
Abstract
The emerging scale segmentation model, Segment Anything (SAM), exhibits impressive capabilities in zero-shot segmentation for natural images. However, when applied to medical images, SAM suffers from noticeable performance drop. To make SAM a real ``foundation model" for the computer vision community, it is critical to find an efficient way to customize SAM for medical image dataset. In this work, we propose to freeze SAM encoder and finetune a lightweight task-specific prediction head, as most of weights in SAM are contributed by the encoder. In addition, SAM is a promptable model, while prompt is not necessarily available in all application cases, and precise prompts for multiple class segmentation are also time-consuming. Therefore, we explore three types of prompt-free prediction heads in this work, include ViT, CNN, and linear layers. For ViT head, we remove the prompt tokens in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Radiomics and Machine Learning in Medical Imaging · COVID-19 diagnosis using AI
MethodsSegment Anything Model
