CVJun 5, 2021

Semi-Supervised Domain Adaptation via Adaptive and Progressive Feature Alignment

arXiv:2106.02845v16 citations
AI Analysis

This work addresses data annotation challenges in computer vision by improving domain adaptation for semantic segmentation, though it is incremental as it builds on existing semi-supervised methods.

The paper tackles the problem of domain adaptation for semantic segmentation by using a few labeled target samples to guide feature alignment, achieving substantial performance improvements over existing unsupervised and semi-supervised baselines.

Contemporary domain adaptive semantic segmentation aims to address data annotation challenges by assuming that target domains are completely unannotated. However, annotating a few target samples is usually very manageable and worthwhile especially if it improves the adaptation performance substantially. This paper presents SSDAS, a Semi-Supervised Domain Adaptive image Segmentation network that employs a few labeled target samples as anchors for adaptive and progressive feature alignment between labeled source samples and unlabeled target samples. We position the few labeled target samples as references that gauge the similarity between source and target features and guide adaptive inter-domain alignment for learning more similar source features. In addition, we replace the dissimilar source features by high-confidence target features continuously during the iterative training process, which achieves progressive intra-domain alignment between confident and unconfident target features. Extensive experiments show the proposed SSDAS greatly outperforms a number of baselines, i.e., UDA-based semantic segmentation and SSDA-based image classification. In addition, SSDAS is complementary and can be easily incorporated into UDA-based methods with consistent improvements in domain adaptive semantic segmentation.

Foundations

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

Your Notes