# Domain Adaptation for Structured Output via Discriminative Patch   Representations

**Authors:** Yi-Hsuan Tsai, Kihyuk Sohn, Samuel Schulter, Manmohan Chandraker

arXiv: 1901.05427 · 2019-09-30

## TL;DR

This paper introduces a domain adaptation method for structured output tasks like semantic segmentation, using discriminative patch representations and adversarial learning to improve cross-domain generalization without requiring target domain annotations.

## Contribution

It proposes a novel approach to learn discriminative patch features and align source and target domains in a clustered feature space, enhancing domain adaptation for structured outputs.

## Key findings

- Achieves consistent improvements on benchmark datasets.
- Effective in synthetic-to-real and cross-city scenarios.
- Complementary to existing domain adaptation techniques.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.05427/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1901.05427/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1901.05427/full.md

---
Source: https://tomesphere.com/paper/1901.05427