Domain-Adversarial Training of Neural Networks
Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo, Larochelle, Fran\c{c}ois Laviolette, Mario Marchand, Victor Lempitsky

TL;DR
This paper presents a neural network training method for domain adaptation that encourages features to be discriminative for the task but invariant across domains, improving performance on cross-domain classification tasks.
Contribution
It introduces a gradient reversal layer that enables neural networks to learn domain-invariant features using standard training procedures.
Findings
Achieves state-of-the-art results on domain adaptation benchmarks
Effective for text sentiment and image classification tasks
Validates approach on person re-identification
Abstract
We introduce a new representation learning approach for domain adaptation, in which data at training and test time come from similar but different distributions. Our approach is directly inspired by the theory on domain adaptation suggesting that, for effective domain transfer to be achieved, predictions must be made based on features that cannot discriminate between the training (source) and test (target) domains. The approach implements this idea in the context of neural network architectures that are trained on labeled data from the source domain and unlabeled data from the target domain (no labeled target-domain data is necessary). As the training progresses, the approach promotes the emergence of features that are (i) discriminative for the main learning task on the source domain and (ii) indiscriminate with respect to the shift between the domains. We show that this adaptation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutopsy Techniques and Outcomes
