Unsupervised Pixel-Level Domain Adaptation with Generative Adversarial Networks
About
Collecting well-annotated image datasets to train modern machine learning algorithms is prohibitively expensive for many tasks. One appealing alternative is rendering synthetic data where ground-truth annotations are generated automatically. Unfortunately, models trained purely on rendered images often fail to generalize to real images. To address this shortcoming, prior work introduced unsupervised domain adaptation algorithms that attempt to map representations between the two domains or learn to extract features that are domain-invariant. In this work, we present a new approach that learns, in an unsupervised manner, a transformation in the pixel space from one domain to the other. Our generative adversarial network (GAN)-based method adapts source-domain images to appear as if drawn from the target domain. Our approach not only produces plausible samples, but also outperforms the state-of-the-art on a number of unsupervised domain adaptation scenarios by large margins. Finally, we demonstrate that the adaptation process generalizes to object classes unseen during training.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Domain Adaptation | VisDA 2017 (test) | Mean Class Accuracy87.7 | 98 | |
| Image Classification | MNIST -> USPS (test) | Accuracy95.9 | 64 | |
| Domain Adaptation | VisDA 2017 (val) | Mean Accuracy83.1 | 52 | |
| Digit Classification | MNIST to USPS | Accuracy95.9 | 34 | |
| Domain Adaptation Classification | MNIST to USPS | Accuracy95.9 | 26 | |
| Image Classification | MNIST to MNIST-M (test) | Accuracy98.2 | 25 | |
| Domain Adaptation | MNIST to MNIST-M (test) | -- | 24 | |
| Unsupervised Domain Adaptation | Digital Datasets (MNIST, USPS, SVHN, SYN) (test) | M -> U Accuracy95.9 | 18 | |
| Image Classification | MNIST to MNIST-M | Accuracy98.2 | 15 | |
| Domain Adaptation Classification | SVHN → MNIST (test) | Error Rate0.173 | 12 |