CVDec 8, 2025

Decomposition Sampling for Efficient Region Annotations in Active Learning

arXiv:2512.07606v11 citationsh-index: 22Has Code
Originality Incremental advance
AI Analysis

This addresses the costly annotation problem in medical imaging for researchers and practitioners, though it is an incremental improvement over existing region-level methods.

The paper tackles the problem of inefficient region annotation selection in active learning for dense prediction tasks like medical imaging, proposing decomposition sampling (DECOMP) which improves performance by better sampling minority-class regions, achieving consistent gains over baselines across ROI classification, 2-D segmentation, and 3-D segmentation.

Active learning improves annotation efficiency by selecting the most informative samples for annotation and model training. While most prior work has focused on selecting informative images for classification tasks, we investigate the more challenging setting of dense prediction, where annotations are more costly and time-intensive, especially in medical imaging. Region-level annotation has been shown to be more efficient than image-level annotation for these tasks. However, existing methods for representative annotation region selection suffer from high computational and memory costs, irrelevant region choices, and heavy reliance on uncertainty sampling. We propose decomposition sampling (DECOMP), a new active learning sampling strategy that addresses these limitations. It enhances annotation diversity by decomposing images into class-specific components using pseudo-labels and sampling regions from each class. Class-wise predictive confidence further guides the sampling process, ensuring that difficult classes receive additional annotations. Across ROI classification, 2-D segmentation, and 3-D segmentation, DECOMP consistently surpasses baseline methods by better sampling minority-class regions and boosting performance on these challenging classes. Code is in https://github.com/JingnaQiu/DECOMP.git.

Foundations

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

Your Notes