CVAILGNov 6, 2025

An Active Learning Pipeline for Biomedical Image Instance Segmentation with Minimal Human Intervention

arXiv:2511.04811v12 citationsh-index: 3Has CodeBildverarb die Med
Originality Incremental advance
AI Analysis

This work provides an accessible solution for biomedical researchers to apply state-of-the-art AI techniques with minimal human intervention, though it is incremental as it builds on existing methods like nnU-Net and active learning.

The paper tackles the challenge of biomedical image instance segmentation with limited annotated data by proposing an active learning pipeline that combines pseudo-labeling from foundation models with minimal manual annotation, achieving competitive performance while significantly reducing annotation effort.

Biomedical image segmentation is critical for precise structure delineation and downstream analysis. Traditional methods often struggle with noisy data, while deep learning models such as U-Net have set new benchmarks in segmentation performance. nnU-Net further automates model configuration, making it adaptable across datasets without extensive tuning. However, it requires a substantial amount of annotated data for cross-validation, posing a challenge when only raw images but no labels are available. Large foundation models offer zero-shot generalizability, but may underperform on specific datasets with unique characteristics, limiting their direct use for analysis. This work addresses these bottlenecks by proposing a data-centric AI workflow that leverages active learning and pseudo-labeling to combine the strengths of traditional neural networks and large foundation models while minimizing human intervention. The pipeline starts by generating pseudo-labels from a foundation model, which are then used for nnU-Net's self-configuration. Subsequently, a representative core-set is selected for minimal manual annotation, enabling effective fine-tuning of the nnU-Net model. This approach significantly reduces the need for manual annotations while maintaining competitive performance, providing an accessible solution for biomedical researchers to apply state-of-the-art AI techniques in their segmentation tasks. The code is available at https://github.com/MMV-Lab/AL_BioMed_img_seg.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes