paper-with-me

홈 › Papers

Test-Time Adaptation with SaLIP: A Cascade of SAM and CLIP for Zero shot Medical Image Segmentation

2024-04-09 · Sidra Aleem, Fangyijie Wang, Mayug Maniparambil, Eric Arazo, Julia Dietlmeier, Guenole Silvestre, Kathleen Curran, Noel E. O'Connor, Suzanne Little

The Segment Anything Model (SAM) and CLIP are remarkable vision foundation models (VFMs). SAM, a prompt driven segmentation model, excels in segmentation tasks across diverse domains, while CLIP is renowned for its zero shot recognition capabilities. However, their unified potential has not yet been explored in medical image segmentation. To adapt SAM to medical imaging, existing methods primarily rely on tuning strategies that require extensive data or prior prompts tailored to the specific task, making it particularly challenging when only a limited number of data samples are available. This work presents an in depth exploration of integrating SAM and CLIP into a unified framework for medical image segmentation. Specifically, we propose a simple unified framework, SaLIP, for organ segmentation. Initially, SAM is used for part based segmentation within the image, followed by CLIP to retrieve the mask corresponding to the region of interest (ROI) from the pool of SAM generated masks. Finally, SAM is prompted by the retrieved ROI to segment a specific organ. Thus, SaLIP is training and fine tuning free and does not rely on domain expertise or labeled data for prompt engineering. Our method shows substantial enhancements in zero shot segmentation, showcasing notable improvements in DICE scores across diverse segmentation tasks like brain (63.46%), lung (50.11%), and fetal head (30.82%), when compared to un prompted SAM. Code and text prompts are available at: https://github.com/aleemsidra/SaLIP.

📄 PDF Abstract BibTeX arXiv:2404.06362

Code (1)

aleemsidra/SaLIP 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationOrgan SegmentationPrompt EngineeringSegmentationSemantic SegmentationTest-time AdaptationZero-Shot LearningZero Shot Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Hierarchical Knowledge Prompt Tuning for Multi-task Test-Time Adaptation

2025-01-01 · CVPR 2025 1 · Qiang Zhang, Mengsheng Zhao, Jiawei Liu, Fanrui Zhang 외

Test-time adaptation using vision-language models (such as CLIP) to quickly adjust to distributional shifts of downstream tasks has shown great potential. Despite significant progress, existing methods are still limi…

Test-time Adaptation

CLIPArTT: Adaptation of CLIP to New Domains at Test Time

2024-05-01 · Gustavo Adolfo Vargas Hakim, David Osowiechi, Mehrdad Noori, Milad Cheraghalikhani 외

Pre-trained vision-language models (VLMs), exemplified by CLIP, demonstrate remarkable adaptability across zero-shot classification tasks without additional training. However, their performance diminishes in the presence…

Pseudo LabelTest-time Adaptationzero-shot-classificationZero-Shot Learning

Unleashing the Potential of All Test Samples: Mean-Shift Guided Test-Time Adaptation

2025-07-01 · Jizhou Han, Chenhao Ding, SongLin Dong, Yuhang He 외 arxiv

Visual-language models (VLMs) like CLIP exhibit strong generalization but struggle with distribution shifts at test time. Existing training-free test-time adaptation (TTA) methods operate strictly within CLIP's original …

Test-time Adaptation

What Drives Test-Time Adaptation for CLIP? A Controlled Empirical Study from an Update Perspective

2026-06-12 · Jiazhen Huang, Xiao Chen, Zhiming Liu, Yaru Sun 외 arxiv

Vision-Language Models (VLMs) such as CLIP have become a standard backbone for open-vocabulary recognition, yet their zero-shot predictions remain vulnerable to distribution shifts encountered at deployment. Test-Time Ad…

Test-time Adaptation

Private and Stable Test-Time Adaptation with Differential Privacy

2026-06-01 · Zefeng Li, Qiaoyue Tang, Mathias Lecuyer, Evan Shelhamer arxiv

Test-time adaptation (TTA) can reduce error on new and different data by updating the model on these inputs during inference. However, these updates raise the issue of privacy w.r.t. the testing data, because the model p…

Test-time Adaptation