CVAug 12, 2024

S-SAM: SVD-based Fine-Tuning of Segment Anything Model for Medical Image Segmentation

arXiv:2408.06447v117 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This reduces the need for expert annotations and training resources in medical imaging, though it is incremental as it builds on existing SAM adaptation methods.

The paper tackles the inefficiency of fine-tuning the Segment Anything Model (SAM) for medical image segmentation by proposing S-SAM, which trains only 0.4% of parameters and uses label names as prompts, outperforming state-of-the-art methods across five medical modalities.

Medical image segmentation has been traditionally approached by training or fine-tuning the entire model to cater to any new modality or dataset. However, this approach often requires tuning a large number of parameters during training. With the introduction of the Segment Anything Model (SAM) for prompted segmentation of natural images, many efforts have been made towards adapting it efficiently for medical imaging, thus reducing the training time and resources. However, these methods still require expert annotations for every image in the form of point prompts or bounding box prompts during training and inference, making it tedious to employ them in practice. In this paper, we propose an adaptation technique, called S-SAM, that only trains parameters equal to 0.4% of SAM's parameters and at the same time uses simply the label names as prompts for producing precise masks. This not only makes tuning SAM more efficient than the existing adaptation methods but also removes the burden of providing expert prompts. We call this modified version S-SAM and evaluate it on five different modalities including endoscopic images, x-ray, ultrasound, CT, and histology images. Our experiments show that S-SAM outperforms state-of-the-art methods as well as existing SAM adaptation methods while tuning a significantly less number of parameters. We release the code for S-SAM at https://github.com/JayParanjape/SVDSAM.

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