paper-with-me

Papers

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

2025-10-25 · Jeongin Kim, Wonho Bae, YouLee Han, Giyeong Oh, Youngjae Yu, Danica J. Sutherland, Junhyug Noh arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.22229

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationActive Learning

Similar Papers 제목 키워드 기반

Window-Diffusion: Accelerating Diffusion Language Model Inference with Windowed Token Pruning and Caching

2026-01-28 · Fengrui Zuo, Zhiwei Ke, Yiming Liu, Wenqi Lou 외 arxiv

Diffusion language models (DLMs) generate text through iterative denoising, but inference requires full-sequence attention at every iteration, resulting in substantial redundant computation on masked tokens. Block-wise d…

Pool-Select-Refine for Allocation-Aware Generative Dataset Distillation

2026-06-01 · Wenmin Li, Shunsuke Sakai, Zhongkai Zhao, Tatsuhito Hasegawa arxiv

Diffusion-based dataset distillation has recently emerged as a promising paradigm for condensing large-scale datasets into compact synthetic sets. By leveraging pretrained generative priors, these methods can produce rea…

Fine-Grained Image Classification

A Mechanism-Driven Theory of Phase Transitions in Active Learning

2026-06-30 · Julia Machnio, Mads Nielsen, Mostafa Mehdipour Ghazi arxiv

Active learning (AL) performance is known to be budget-dependent, yet regimes are typically defined by heuristic label counts that fail to generalize across datasets or architectures. We characterize AL dynamics by refra…

Active Learning

Drag Your Noise: Interactive Point-based Editing via Diffusion Semantic Propagation

2024-04-01 · CVPR 2024 1 · Haofeng Liu, Chenshu Xu, Yifei Yang, Lihua Zeng 외

Point-based interactive editing serves as an essential tool to complement the controllability of existing generative models. A concurrent work, DragDiffusion, updates the diffusion latent map in response to user inputs, …

Denoising

Attention Dynamics in Diffusion Models: A Visual Analytics Framework for Human-AI Collaboration

2026-06-28 · Yiran Xiao, George Legrady arxiv

Diffusion-based text-to-image models can synthesize complex and highly structured visual content, yet the emergence and evolution of semantic structure remain difficult to interpret. Many existing workflows rely on aggre…