paper-with-me

Papers

OFL-SAM2: Prompt SAM2 with Online Few-shot Learner for Efficient Medical Image Segmentation

2025-12-31 · Meng Lan, Lefei Zhang, Xiaomeng Li arxiv

The Segment Anything Model 2 (SAM2) has demonstrated remarkable promptable visual segmentation capabilities in video data, showing potential for extension to medical image segmentation (MIS) tasks involving 3D volumes and temporally correlated 2D image sequences. However, adapting SAM2 to MIS presents several challenges, including the need for extensive annotated medical data for fine-tuning and high-quality manual prompts, which are both labor-intensive and require intervention from medical experts. To address these challenges, we introduce OFL-SAM2, a prompt-free SAM2 framework for label-efficient MIS. Our core idea is to leverage limited annotated samples to train a lightweight mapping network that captures medical knowledge and transforms generic image features into target features, thereby providing additional discriminative target representations for each frame and eliminating the need for manual prompts. Crucially, the mapping network supports online parameter update during inference, enhancing the model's generalization across test sequences. Technically, we introduce two key components: (1) an online few-shot learner that trains the mapping network to generate target features using limited data, and (2) an adaptive fusion module that dynamically integrates the target features with the memory-attention features generated by frozen SAM2, leading to accurate and robust target representation. Extensive experiments on three diverse MIS datasets demonstrate that OFL-SAM2 achieves state-of-the-art performance with limited training data.

📄 PDF Abstract BibTeX arXiv:2512.24861

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image Segmentation

Similar Papers 제목 키워드 기반

Self-Sampling Meta SAM: Enhancing Few-shot Medical Image Segmentation with Meta-Learning

2023-08-31 · Yiming Zhang, Tianang Leng, Kun Han, Xiaohui Xie

While the Segment Anything Model (SAM) excels in semantic segmentation for general-purpose images, its performance significantly deteriorates when applied to medical images, primarily attributable to insufficient represe…

DecoderFew-Shot LearningImage SegmentationMedical Image Segmentation+3

SAM Fewshot Finetuning for Anatomical Segmentation in Medical Images

2024-07-05 · Weiyi Xie, Nathalie Willems, Shubham Patil, Yang Li 외

We propose a straightforward yet highly effective few-shot fine-tuning strategy for adapting the Segment Anything (SAM) to anatomical segmentation tasks in medical images. Our novel approach revolves around reformulating…

DecoderSegmentation

Meta-Learners for Few-Shot Weakly-Supervised Medical Image Segmentation

2023-05-11 · Hugo Oliveira, Pedro H. T. Gama, Isabelle Bloch, Roberto Marcondes Cesar Jr

Most uses of Meta-Learning in visual recognition are very often applied to image classification, with a relative lack of works in other tasks {such} as segmentation and detection. We propose a generic Meta-Learning frame…

image-classificationImage ClassificationImage SegmentationMedical Image Segmentation+5

Large Language Models are Good Prompt Learners for Low-Shot Image Classification

2023-12-07 · CVPR 2024 1 · Zhaoheng Zheng, Jingmin Wei, Xuefeng Hu, Haidong Zhu 외

Low-shot image classification, where training images are limited or inaccessible, has benefited from recent progress on pre-trained vision-language (VL) models with strong generalizability, e.g. CLIP. Prompt learning met…

ClassificationFew-Shot Image Classificationimage-classificationImage Classification+2

Attn-Adapter: Attention Is All You Need for Online Few-shot Learner of Vision-Language Model

2025-09-04 · Phuoc-Nguyen Bui, Khanh-Binh Nguyen, Hyunseung Choo arxiv

Contrastive vision-language models excel in zero-shot image recognition but face challenges in few-shot scenarios due to computationally intensive offline fine-tuning using prompt learning, which risks overfitting. To ov…

Few-Shot Learning