Diffusion-Driven Two-Stage Active Learning for Low-Budget Semantic Segmentation
Jeongin Kim, Wonho Bae, YouLee Han, Giyeong Oh, Youngjae Yu, Danica J. Sutherland, Junhyug Noh
TL;DR
Semantic segmentation under labeling budgets is addressed by a diffusion-driven two-stage active learning framework that decouples diversity from uncertainty. In Stage 1, MaxHerding selects a representative, diverse pixel pool using diffusion-based representations; in Stage 2, entropy-augmented DALD (eDALD) selects the most informative pixels by combining mutual information with an entropy term computed on noisy multi-scale diffusion features, improving robustness to noise. The method operates under an extreme budget where the total annotation budget is $B=N$, distributed across $R=10$ rounds so that $b=B/R=0.1N$, yielding about $N$ labeled pixels in total, and achieves near fully-supervised performance on four standard benchmarks (CamVid, ADE-Bed, Cityscapes, Pascal-Context). Experimental results show consistent gains over strong baselines across all datasets and budgets, with released code for reproducibility.
Abstract
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.
