MedCAL-Bench: A Comprehensive Benchmark on Cold-Start Active Learning with Foundation Models for Medical Image Analysis
Ning Zhu, Xiaochuan Ma, Shaoting Zhang, Guotai Wang
TL;DR
MedCAL-Bench introduces the first FM-based CSAL benchmark for medical image analysis, evaluating 14 foundation-model feature extractors and 7 sample-selection strategies across 7 datasets covering segmentation and classification. The study finds that most FMs improve over random sampling, with the DINO family excelling in segmentation while general FMs tend to match or surpass medical-specific FMs in several cases; no single FM dominates every dataset. For segmentation, ALPS offers the strongest average performance, whereas RepDiv leads for classification, underscoring the need to tailor sample-selection strategies to the task and dataset. The work emphasizes the pivotal role of FM diversity and feature representation in CSAL efficiency and highlights ongoing gaps, such as the lack of uncertainty-based methods and 3D foundation models, guiding future research in FM-driven CSAL for medical imaging.
Abstract
Cold-Start Active Learning (CSAL) aims to select informative samples for annotation without prior knowledge, which is important for improving annotation efficiency and model performance under a limited annotation budget in medical image analysis. Most existing CSAL methods rely on Self-Supervised Learning (SSL) on the target dataset for feature extraction, which is inefficient and limited by insufficient feature representation. Recently, pre-trained Foundation Models (FMs) have shown powerful feature extraction ability with a potential for better CSAL. However, this paradigm has been rarely investigated, with a lack of benchmarks for comparison of FMs in CSAL tasks. To this end, we propose MedCAL-Bench, the first systematic FM-based CSAL benchmark for medical image analysis. We evaluate 14 FMs and 7 CSAL strategies across 7 datasets under different annotation budgets, covering classification and segmentation tasks from diverse medical modalities. It is also the first CSAL benchmark that evaluates both the feature extraction and sample selection stages. Our experimental results reveal that: 1) Most FMs are effective feature extractors for CSAL, with DINO family performing the best in segmentation; 2) The performance differences of these FMs are large in segmentation tasks, while small for classification; 3) Different sample selection strategies should be considered in CSAL on different datasets, with Active Learning by Processing Surprisal (ALPS) performing the best in segmentation while RepDiv leading for classification. The code is available at https://github.com/HiLab-git/MedCAL-Bench.
