Active Learning for Semantic Segmentation with Multi-class Label Query
Sehyun Hwang, Sohyun Lee, Hoyoung Kim, Minhyeon Oh, Jungseul Ok, Suha, Kwak

TL;DR
This paper introduces a novel active learning approach for semantic segmentation that uses multi-class region queries, improving annotation efficiency and accuracy through a two-stage disambiguation process.
Contribution
It presents a new multi-class region query strategy combined with a two-stage label disambiguation algorithm, enhancing annotation efficiency and segmentation performance.
Findings
Outperforms previous methods on Cityscapes and PASCAL VOC 2012 datasets.
Reduces annotation cost while maintaining high segmentation accuracy.
Introduces a new acquisition function for multi-class labeling.
Abstract
This paper proposes a new active learning method for semantic segmentation. The core of our method lies in a new annotation query design. It samples informative local image regions (e.g., superpixels), and for each of such regions, asks an oracle for a multi-hot vector indicating all classes existing in the region. This multi-class labeling strategy is substantially more efficient than existing ones like segmentation, polygon, and even dominant class labeling in terms of annotation time per click. However, it introduces the class ambiguity issue in training as it assigns partial labels (i.e., a set of candidate classes) to individual pixels. We thus propose a new algorithm for learning semantic segmentation while disambiguating the partial labels in two stages. In the first stage, it trains a segmentation model directly with the partial labels through two new loss functions motivated by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning · Image Retrieval and Classification Techniques
