arXiv:2512.07606cs.CV2025-12被引 1

提出分解采样法,高效选择医学图像中少数类区域进行标注。

Decomposition Sampling for Efficient Region Annotations in Active Learning

  • 将图像按类别分解为伪标签组件,分类采样区域
  • 在2D/3D分割任务中显著提升少数类性能
  • 适合医疗图像密集预测,降低标注成本

主动学习通过选择最具信息量的样本提升标注效率。现有方法多聚焦于分类任务的图像级采样,而本研究针对更耗时的密集预测任务,尤其是医学影像中的区域标注。相比图像级标注,区域级标注更高效,但现有方法存在计算开销大、区域选择无关、依赖不确定性采样的问题。本文提出分解采样(DECOMP),利用伪标签将图像分解为类别特定成分,从每类中采样区域,并以类别预测置信度引导过程,确保困难类别获得额外标注。在感兴趣区分类、2D分割和3D分割任务上,DECOMP持续优于基线方法,尤其提升了少数类区域的采样质量与模型性能。代码已开源:https://github.com/JingnaQiu/DECOMP.git。

原文摘要 · Abstract (English)

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.

主动学习医学图像区域标注分割

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。