Few-Shot Adaptation of Training-Free Foundation Model for 3D Medical Image Segmentation
Xingxin He, Yifan Hu, Zhaoye Zhou, Mohamed Jarraya, Fang Liu
TL;DR
The paper addresses the challenge of medical-image segmentation when large labeled datasets and manual prompts are impractical by introducing FATE-SAM, a training-free, prompt-free adaptation that reuses SAM2 modules with few-shot support to guide 3D segmentation. It employs a memory-based pipeline with image encoding, support retrieval, memory encoding (anatomical and volumetric), memory attention, and mask decoding to yield coherent masks across 3D volumes. Key contributions include the Volumetric Consistency mechanism, a retrieval-based few-shot strategy, and extensive ablations showing robustness across 11 tasks and 34 anatomical objects without fine-tuning. The approach offers practical benefits for clinical deployment by reducing data requirements and expert intervention while delivering competitive segmentation performance across modalities and anatomies, though it incurs some computational overhead and can struggle with very small structures.
Abstract
Vision foundation models have achieved remarkable progress across various image analysis tasks. In the image segmentation task, foundation models like the Segment Anything Model (SAM) enable generalizable zero-shot segmentation through user-provided prompts. However, SAM primarily trained on natural images, lacks the domain-specific expertise of medical imaging. This limitation poses challenges when applying SAM to medical image segmentation, including the need for extensive fine-tuning on specialized medical datasets and a dependency on manual prompts, which are both labor-intensive and require intervention from medical experts. This work introduces the Few-shot Adaptation of Training-frEe SAM (FATE-SAM), a novel method designed to adapt the advanced Segment Anything Model 2 (SAM2) for 3D medical image segmentation. FATE-SAM reassembles pre-trained modules of SAM2 to enable few-shot adaptation, leveraging a small number of support examples to capture anatomical knowledge and perform prompt-free segmentation, without requiring model fine-tuning. To handle the volumetric nature of medical images, we incorporate a Volumetric Consistency mechanism that enhances spatial coherence across 3D slices. We evaluate FATE-SAM on multiple medical imaging datasets and compare it with supervised learning methods, zero-shot SAM approaches, and fine-tuned medical SAM methods. Results show that FATE-SAM delivers robust and accurate segmentation while eliminating the need for large annotated datasets and expert intervention. FATE-SAM provides a practical, efficient solution for medical image segmentation, making it more accessible for clinical applications.
