paper-with-me

홈 › Papers

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

2024-08-12 · Jay N. Paranjape, Shameema Sikder, S. Swaroop Vedula, Vishal M. Patel

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.

📄 PDF Abstract BibTeX arXiv:2408.06447

Code (1)

jayparanjape/svdsam 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Customized Segment Anything Model for Medical Image Segmentation

2023-04-26 · Kaidong Zhang, Dong Liu

We propose SAMed, a general solution for medical image segmentation. Different from the previous methods, SAMed is built upon the large-scale image segmentation model, Segment Anything Model (SAM), to explore the new res…

DecoderImage SegmentationMedical Image Segmentationmodel+3

Segment Anything in Medical Images and Videos: Benchmark and Deployment

2024-08-06

Recent advances in segmentation foundation models have enabled accurate and efficient segmentation across a wide range of natural images and videos, but their utility to medical data remains unclear. In this work, we fir…

BenchmarkingSegmentationTransfer LearningVideo Segmentation+1

Retrieval-augmented Few-shot Medical Image Segmentation with Foundation Models

2024-08-16 · Lin Zhao, Xiao Chen, Eric Z. Chen, Yikang Liu 외

Medical image segmentation is crucial for clinical decision-making, but the scarcity of annotated data presents significant challenges. Few-shot segmentation (FSS) methods show promise but often require training on the t…

Decision MakingImage SegmentationMedical Image SegmentationRetrieval+2

Parameter Efficient Fine-Tuning of Segment Anything Model

2025-02-01 · Carolin Teuber, Anwai Archit, Constantin Pape

Segmentation is an important analysis task for biomedical images, enabling the study of individual organelles, cells or organs. Deep learning has massively improved segmentation methods, but challenges remain in generali…

modelparameter-efficient fine-tuningSegmentation

MedSAGa: Few-shot Memory Efficient Medical Image Segmentation using Gradient Low-Rank Projection in SAM

2024-07-21 · Navyansh Mahla, Annie D'souza, Shubh Gupta, Bhavik Kanekar 외

The application of large-scale models in medical image segmentation demands substantial quantities of meticulously annotated data curated by experts along with high computational resources, both of which are challenges i…

Few-Shot LearningGPUImage SegmentationMedical Image Segmentation+2