Reducing Annotation Effort by Identifying and Labeling Contextually Diverse Classes for Semantic Segmentation Under Domain Shift
Sharat Agarwal, Saket Anand, Chetan Arora

TL;DR
This paper introduces a novel active domain adaptation strategy that identifies and annotates the most challenging classes in semantic segmentation, reducing annotation effort while improving model performance under domain shift.
Contribution
It proposes class-based selection methods for annotation that focus on contextually hard classes, enhancing efficiency and effectiveness in domain adaptation tasks.
Findings
Achieves 66.6 mIoU on GTA to Cityscapes with only 4.7% annotation budget.
Outperforms existing methods like MADA with fewer annotations.
Improves performance of existing AL techniques, e.g., 1.5% gain for CDAL.
Abstract
In Active Domain Adaptation (ADA), one uses Active Learning (AL) to select a subset of images from the target domain, which are then annotated and used for supervised domain adaptation (DA). Given the large performance gap between supervised and unsupervised DA techniques, ADA allows for an excellent trade-off between annotation cost and performance. Prior art makes use of measures of uncertainty or disagreement of models to identify `regions' to be annotated by the human oracle. However, these regions frequently comprise of pixels at object boundaries which are hard and tedious to annotate. Hence, even if the fraction of image pixels annotated reduces, the overall annotation time and the resulting cost still remain high. In this work, we propose an ADA strategy, which given a frame, identifies a set of classes that are hardest for the model to predict accurately, thereby recommending…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsAdaptive Discriminator Augmentation
