CVJan 16, 2019

Domain Adaptation for Structured Output via Discriminative Patch Representations

arXiv:1901.05427v4333 citations
Originality Incremental advance
AI Analysis

This addresses the labor-intensive need for per-pixel annotations in adapting models across domains, but it is incremental as it builds on existing domain adaptation techniques.

The paper tackles the problem of domain adaptation for structured outputs like semantic segmentation by learning discriminative patch representations and using adversarial learning to align source and target domains, achieving consistent improvements on benchmark datasets.

Predicting structured outputs such as semantic segmentation relies on expensive per-pixel annotations to learn supervised models like convolutional neural networks. However, models trained on one data domain may not generalize well to other domains without annotations for model finetuning. To avoid the labor-intensive process of annotation, we develop a domain adaptation method to adapt the source data to the unlabeled target domain. We propose to learn discriminative feature representations of patches in the source domain by discovering multiple modes of patch-wise output distribution through the construction of a clustered space. With such representations as guidance, we use an adversarial learning scheme to push the feature representations of target patches in the clustered space closer to the distributions of source patches. In addition, we show that our framework is complementary to existing domain adaptation techniques and achieves consistent improvements on semantic segmentation. Extensive ablations and results are demonstrated on numerous benchmark datasets with various settings, such as synthetic-to-real and cross-city scenarios.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes