Maximum Classifier Discrepancy for Unsupervised Domain Adaptation
About
In this work, we present a method for unsupervised domain adaptation. Many adversarial learning methods train domain classifier networks to distinguish the features as either a source or target and train a feature generator network to mimic the discriminator. Two problems exist with these methods. First, the domain classifier only tries to distinguish the features as a source or target and thus does not consider task-specific decision boundaries between classes. Therefore, a trained generator can generate ambiguous features near class boundaries. Second, these methods aim to completely match the feature distributions between different domains, which is difficult because of each domain's characteristics. To solve these problems, we introduce a new approach that attempts to align distributions of source and target by utilizing the task-specific decision boundaries. We propose to maximize the discrepancy between two classifiers' outputs to detect target samples that are far from the support of the source. A feature generator learns to generate target features near the support to minimize the discrepancy. Our method outperforms other methods on several datasets of image classification and semantic segmentation. The codes are available at \url{https://github.com/mil-tokyo/MCD_DA}
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | Fashion MNIST (test) | Accuracy49.35 | 568 | |
| Semantic segmentation | Cityscapes GTA5 to Cityscapes adaptation (val) | mIoU (Overall)39.9 | 352 | |
| Unsupervised Domain Adaptation | Office-Home (test) | Average Accuracy64.1 | 332 | |
| Image Classification | Office-31 | Average Accuracy86.5 | 261 | |
| Image Classification | PACS (test) | Average Accuracy87 | 254 | |
| Unsupervised Domain Adaptation | Office-Home | Average Accuracy64.1 | 238 | |
| Image Classification | DomainNet (test) | Average Accuracy38.5 | 209 | |
| Domain Adaptation | Office-31 unsupervised adaptation standard | Accuracy (A to W)88.6 | 162 | |
| Image Classification | DomainNet | Accuracy (ClipArt)54.3 | 161 | |
| Domain Adaptation | Office-31 | Accuracy (A -> W)88.6 | 156 |