arXiv:2510.22229cs.CV2025-10NeurIPS

用扩散模型提升极低预算语义分割的标注效率

Diffusion-Driven Two-Stage Active Learning for Low-Budget Semantic Segmentation

  • 分两阶段选图:先选代表性像素,再结合不确定性筛选
  • 仅用少量标注像素,就达到比现有方法更高的分割精度
  • 适合标注资源极度有限的图像分割场景

语义分割需要密集的像素级标注,成本高昂,尤其在标注预算极低时。本文提出一种新型两阶段主动学习框架,解决低预算语义分割问题。方法利用预训练扩散模型提取多尺度特征,捕捉全局结构与细粒度信息。第一阶段通过层次化表示选择,先用MaxHerding选出每张图中少量代表性像素,再合并为多样化全局候选池;第二阶段基于噪声多尺度扩散特征计算熵增强的分歧分数(eDALD),同时衡量认知不确定性和预测置信度,挑选最具信息量的像素进行标注。该方法解耦多样性与不确定性,显著提升标注效率。在CamVid、ADE-Bed、Cityscapes和Pascal-Context四个基准上验证,本方法在极端像素预算下显著优于现有基线。代码已开源。

原文摘要 · Abstract (English)

Semantic segmentation demands dense pixel-level annotations, which can be prohibitively expensive - especially under extremely constrained labeling budgets. In this paper, we address the problem of low-budget active learning for semantic segmentation by proposing a novel two-stage selection pipeline. Our approach leverages a pre-trained diffusion model to extract rich multi-scale features that capture both global structure and fine details. In the first stage, we perform a hierarchical, representation-based candidate selection by first choosing a small subset of representative pixels per image using MaxHerding, and then refining these into a diverse global pool. In the second stage, we compute an entropy-augmented disagreement score (eDALD) over noisy multi-scale diffusion features to capture both epistemic uncertainty and prediction confidence, selecting the most informative pixels for annotation. This decoupling of diversity and uncertainty lets us achieve high segmentation accuracy with only a tiny fraction of labeled pixels. Extensive experiments on four benchmarks (CamVid, ADE-Bed, Cityscapes, and Pascal-Context) demonstrate that our method significantly outperforms existing baselines under extreme pixel-budget regimes. Our code is available at https://github.com/jn-kim/two-stage-edald.

主动学习语义分割扩散模型低预算

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