paper-with-me

Papers

SAM-aware Test-time Adaptation for Universal Medical Image Segmentation

2025-06-05 · Jianghao Wu, Yicheng Wu, Yutong Xie, Wenjia Bai, You Zhang, Feilong Tang, Yulong Li, Yasmeen George, Imran Razzak

Universal medical image segmentation using the Segment Anything Model (SAM) remains challenging due to its limited adaptability to medical domains. Existing adaptations, such as MedSAM, enhance SAM's performance in medical imaging but at the cost of reduced generalization to unseen data. Therefore, in this paper, we propose SAM-aware Test-Time Adaptation (SAM-TTA), a fundamentally different pipeline that preserves the generalization of SAM while improving its segmentation performance in medical imaging via a test-time framework. SAM-TTA tackles two key challenges: (1) input-level discrepancies caused by differences in image acquisition between natural and medical images and (2) semantic-level discrepancies due to fundamental differences in object definition between natural and medical domains (e.g., clear boundaries vs. ambiguous structures). Specifically, our SAM-TTA framework comprises (1) Self-adaptive Bezier Curve-based Transformation (SBCT), which adaptively converts single-channel medical images into three-channel SAM-compatible inputs while maintaining structural integrity, to mitigate the input gap between medical and natural images, and (2) Dual-scale Uncertainty-driven Mean Teacher adaptation (DUMT), which employs consistency learning to align SAM's internal representations to medical semantics, enabling efficient adaptation without auxiliary supervision or expensive retraining. Extensive experiments on five public datasets demonstrate that our SAM-TTA outperforms existing TTA approaches and even surpasses fully fine-tuned models such as MedSAM in certain scenarios, establishing a new paradigm for universal medical image segmentation. Code can be found at https://github.com/JianghaoWu/SAM-TTA.

📄 PDF Abstract BibTeX arXiv:2506.05221

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationMedical Image SegmentationSemantic SegmentationTest-time Adaptation

Methods 이 논문이 사용한 방법론

SAM 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

EviATTA: Evidential Active Test-Time Adaptation for Medical Segment Anything Models

2026-03-15 · Jiayi Chen, Yasmeen George, Winston Chong, Jianfei Cai arxiv

Deploying foundational medical Segment Anything Models (SAMs) via test-time adaptation (TTA) is challenging under large distribution shifts, where test-time supervision is often unreliable. While active test-time adaptat…

Medical Image SegmentationTest-time Adaptation

Order-Aware Test-Time Adaptation: Leveraging Temporal Dynamics for Robust Streaming Inference

2026-01-28 · Young Kyung Kim, Oded Schlesinger, Qiangqiang Wu, J. Matías Di Martino 외 arxiv

Test-Time Adaptation (TTA) enables pre-trained models to adjust to distribution shift by learning from unlabeled test-time streams. However, existing methods typically treat these streams as independent samples, overlook…

Test-time AdaptationImage ClassificationSentiment Analysis

Sample-Aware Test-Time Adaptation for Medical Image-to-Image Translation

2025-08-01 · Irene Iele, Francesco Di Feola, Valerio Guarrasi, Paolo Soda arxiv

Image-to-image translation has emerged as a powerful technique in medical imaging, enabling tasks such as image denoising and cross-modality conversion. However, it suffers from limitations in handling out-of-distributio…

Image-to-Image TranslationTest-time AdaptationImage Denoising

OPERA: Offline Policy-guided Expert Routing and Adaptation for Universal Biomedical Image Analysis

2026-07-27 · Zihan Li, Feiyang Liu, Dandan Shan, Ruibo Wang 외 hf

Biomedical image analysis spans diverse modalities and tasks, yet real-world deployment is hindered by severe distribution shifts across scanners, protocols, and patient populations. High-performing models consequently r…

Test-time Adaptation

Scale-aware Test-time Click Adaptation for Pulmonary Nodule and Mass Segmentation

2023-07-28 · Zhihao LI, Jiancheng Yang, Yongchao Xu, Li Zhang 외

Pulmonary nodules and masses are crucial imaging features in lung cancer screening that require careful management in clinical diagnosis. Despite the success of deep learning-based medical image segmentation, the robust …

Image SegmentationManagementMedical Image SegmentationSegmentation+2