paper-with-me

홈 › Papers

From Cold Start to Active Learning: Embedding-Based Scan Selection for Medical Image Segmentation

2026-01-26 · Devon Levy, Bar Assayag, Laura Gaspar, Ilan Shimshoni, Bella Specktor-Fadida arxiv

Accurate segmentation annotations are critical for disease monitoring, yet manual labeling remains a major bottleneck due to the time and expertise required. Active learning (AL) alleviates this burden by prioritizing informative samples for annotation, typically through a diversity-based cold-start phase followed by uncertainty-driven selection. We propose a novel cold-start sampling strategy that combines foundation-model embeddings with clustering, including automatic selection of the number of clusters and proportional sampling across clusters, to construct a diverse and representative initial training. This is followed by an uncertainty-based AL framework that integrates spatial diversity to guide sample selection. The proposed method is intuitive and interpretable, enabling visualization of the feature-space distribution of candidate samples. We evaluate our approach on three datasets spanning X-ray and MRI modalities. On the CheXmask dataset, the cold-start strategy outperforms random selection, improving Dice from 0.918 to 0.929 and reducing the Hausdorff distance from 32.41 to 27.66 mm. In the AL setting, combined entropy and diversity selection improves Dice from 0.919 to 0.939 and reduces the Hausdorff distance from 30.10 to 19.16 mm. On the Montgomery dataset, cold-start gains are substantial, with Dice improving from 0.928 to 0.950 and Hausdorff distance decreasing from 14.22 to 9.38 mm. On the SynthStrip dataset, cold-start selection slightly affects Dice but reduces the Hausdorff distance from 9.43 to 8.69 mm, while active learning improves Dice from 0.816 to 0.826 and reduces the Hausdorff distance from 7.76 to 6.38 mm. Overall, the proposed framework consistently outperforms baseline methods in low-data regimes, improving segmentation accuracy.

📄 PDF Abstract BibTeX arXiv:2601.18532

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image SegmentationActive Learning

Similar Papers 제목 키워드 기반

Foundation Model Makes Clustering A Better Initialization For Cold-Start Active Learning

2024-02-04 · Han Yuan, Chuan Hong

Active learning selects the most informative samples from the unlabelled dataset to annotate in the context of a limited annotation budget. While numerous methods have been proposed for subsequent sample selection based …

Active LearningClusteringimage-classificationImage Classification

Modeling Data Diversity for Joint Instance and Verbalizer Selection in Cold-Start Scenarios

2025-07-01 · Mohna Chakraborty, Adithya Kulkarni, Qi Li arxiv

Prompt-based methods leverage the knowledge of pre-trained language models (PLMs) trained with a masked language modeling (MLM) objective; however, these methods are sensitive to template, verbalizer, and few-shot instan…

Dimensionality Reduction

SUGFW+: An Uncertainty-guided Feature Weighting Framework for Cold Start Active Adaptation of SAM in Medical Image Segmentation

2026-08-17 · Xiaochuan Ma, Ning Zhu, Jia Fu, Lanfeng Zhong 외 arxiv

Cold Start Active Learning (CSAL) is important in improving the performance of a medical image segmentation model with low annotation budget by querying a small subset for annotation from an unlabeled training set. Exist…

Medical Image SegmentationSelf-Supervised LearningActive Learning

Making Your First Choice: To Address Cold Start Problem in Vision Active Learning

2022-10-05 · Liangyu Chen, Yutong Bai, Siyu Huang, Yongyi Lu 외

Active learning promises to improve annotation efficiency by iteratively selecting the most important data to be annotated first. However, we uncover a striking contradiction to this promise: active learning fails to sel…

Active LearningContrastive LearningDiversity

Dataset-Aware Cold-Start Active Learning for Annotation-Efficient 3D Medical Image Segmentation

2026-06-18 · Rémi Hattat, Marine Beaumont, Charline Bertholdt, Gabriela Hossu 외 arxiv

Deep learning for 3D medical image segmentation requires extensive manual annotations, a major bottleneck in volumetric medical imaging. Active learning aims to reduce this burden by selecting informative samples for ann…

Medical Image SegmentationActive Learning