Generate To Adapt: Aligning Domains using Generative Adversarial Networks
About
Domain Adaptation is an actively researched problem in Computer Vision. In this work, we propose an approach that leverages unsupervised data to bring the source and target distributions closer in a learned joint feature space. We accomplish this by inducing a symbiotic relationship between the learned embedding and a generative adversarial network. This is in contrast to methods which use the adversarial framework for realistic data generation and retraining deep models with such data. We demonstrate the strength and generality of our approach by performing experiments on three different tasks with varying levels of difficulty: (1) Digit classification (MNIST, SVHN and USPS datasets) (2) Object recognition using OFFICE dataset and (3) Domain adaptation from synthetic to real data. Our method achieves state-of-the art performance in most experimental settings and by far the only GAN-based method that has been shown to work well across different datasets such as OFFICE and DIGITS.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | Office-31 | Average Accuracy86.5 | 261 | |
| Domain Adaptation | Office-31 unsupervised adaptation standard | Accuracy (A to W)89.5 | 162 | |
| Domain Adaptation | Office-31 | Accuracy (A -> W)89.5 | 156 | |
| Domain Adaptation | VisDA 2017 (test) | Mean Class Accuracy69.5 | 98 | |
| Domain Adaptation | OFFICE | Average Accuracy86.5 | 96 | |
| Unsupervised Domain Adaptation | VisDA unsupervised domain adaptation 2017 | Mean Accuracy69.5 | 87 | |
| Unsupervised Domain Adaptation | Office-31 | A->W Accuracy89.5 | 83 | |
| Image Classification | VisDA-C (test) | Mean Accuracy72.3 | 76 | |
| Image Classification | MNIST -> USPS (test) | Accuracy92.5 | 64 | |
| Image Classification | USPS -> MNIST (test) | Accuracy90.8 | 63 |