CVJan 18, 2023

MADAv2: Advanced Multi-Anchor Based Active Domain Adaptation Segmentation

arXiv:2301.07354v219 citationsh-index: 22
Originality Highly original
AI Analysis

This work addresses domain adaptation for semantic segmentation in scenarios with scarce annotated data, offering a method to reduce distortion and improve accuracy.

The paper tackles the problem of target-domain distribution distortion in unsupervised domain adaptation for semantic segmentation by introducing active sample selection with multiple anchors, achieving 71.4% mIoU on GTA5 and 71.8% mIoU on SYNTHIA, close to fully-supervised performance.

Unsupervised domain adaption has been widely adopted in tasks with scarce annotated data. Unfortunately, mapping the target-domain distribution to the source-domain unconditionally may distort the essential structural information of the target-domain data, leading to inferior performance. To address this issue, we firstly propose to introduce active sample selection to assist domain adaptation regarding the semantic segmentation task. By innovatively adopting multiple anchors instead of a single centroid, both source and target domains can be better characterized as multimodal distributions, in which way more complementary and informative samples are selected from the target domain. With only a little workload to manually annotate these active samples, the distortion of the target-domain distribution can be effectively alleviated, achieving a large performance gain. In addition, a powerful semi-supervised domain adaptation strategy is proposed to alleviate the long-tail distribution problem and further improve the segmentation performance. Extensive experiments are conducted on public datasets, and the results demonstrate that the proposed approach outperforms state-of-the-art methods by large margins and achieves similar performance to the fully-supervised upperbound, i.e., 71.4% mIoU on GTA5 and 71.8% mIoU on SYNTHIA. The effectiveness of each component is also verified by thorough ablation studies.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes