Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Medical SAM Adapter: Adapting Segment Anything Model for Medical Image Segmentation

About

The Segment Anything Model (SAM) has recently gained popularity in the field of image segmentation due to its impressive capabilities in various segmentation tasks and its prompt-based interface. However, recent studies and individual experiments have shown that SAM underperforms in medical image segmentation, since the lack of the medical specific knowledge. This raises the question of how to enhance SAM's segmentation capability for medical images. In this paper, instead of fine-tuning the SAM model, we propose the Medical SAM Adapter (Med-SA), which incorporates domain-specific medical knowledge into the segmentation model using a light yet effective adaptation technique. In Med-SA, we propose Space-Depth Transpose (SD-Trans) to adapt 2D SAM to 3D medical images and Hyper-Prompting Adapter (HyP-Adpt) to achieve prompt-conditioned adaptation. We conduct comprehensive evaluation experiments on 17 medical image segmentation tasks across various image modalities. Med-SA outperforms several state-of-the-art (SOTA) medical image segmentation methods, while updating only 2\% of the parameters. Our code is released at https://github.com/KidsWithTokens/Medical-SAM-Adapter.

Junde Wu, Wei Ji, Yuanpei Liu, Huazhu Fu, Min Xu, Yanwu Xu, Yueming Jin• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationSUN RGB-D (test)
mIoU42.01
212
Medical Image SegmentationISIC
DICE94.8
64
Marine Animal SegmentationUFO120 (test)
mIoU77.4
62
Marine Animal SegmentationRUWI (test)
mIoU87.7
62
Medical Image SegmentationGLAS
Dice92.02
60
Abdominal multi-organ segmentationBTCV
Spleen98.5
58
Medical Image SegmentationREFUGE
Dice Score0.492
49
Nuclei SegmentationMoNuSeg
mIoU70.24
47
Marine Animal SegmentationMAS3K (test)
mIoU0.739
47
Marine Animal SegmentationRMAS (test)
mIoU67.8
47
Showing 10 of 99 rows
...

Other info

Code

Follow for update