LGCVMLSep 26, 2019

Unsupervised Domain Adaptation through Self-Supervision

arXiv:1909.11825v2253 citations
Originality Incremental advance
AI Analysis

It addresses domain adaptation for machine learning applications where labeled data is scarce in target domains, but the approach is incremental, building on existing alignment methods.

This paper tackles unsupervised domain adaptation by using self-supervised tasks to align source and target domain representations, achieving state-of-the-art results on four out of seven benchmarks and competitive segmentation adaptation.

This paper addresses unsupervised domain adaptation, the setting where labeled training data is available on a source domain, but the goal is to have good performance on a target domain with only unlabeled data. Like much of previous work, we seek to align the learned representations of the source and target domains while preserving discriminability. The way we accomplish alignment is by learning to perform auxiliary self-supervised task(s) on both domains simultaneously. Each self-supervised task brings the two domains closer together along the direction relevant to that task. Training this jointly with the main task classifier on the source domain is shown to successfully generalize to the unlabeled target domain. The presented objective is straightforward to implement and easy to optimize. We achieve state-of-the-art results on four out of seven standard benchmarks, and competitive results on segmentation adaptation. We also demonstrate that our method composes well with another popular pixel-level adaptation method.

Code Implementations3 repos
Foundations

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

Your Notes