Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adversarial Dropout Regularization

About

We present a method for transferring neural representations from label-rich source domains to unlabeled target domains. Recent adversarial methods proposed for this task learn to align features across domains by fooling a special domain critic network. However, a drawback of this approach is that the critic simply labels the generated features as in-domain or not, without considering the boundaries between classes. This can lead to ambiguous features being generated near class boundaries, reducing target classification accuracy. We propose a novel approach, Adversarial Dropout Regularization (ADR), to encourage the generator to output more discriminative features for the target domain. Our key idea is to replace the critic with one that detects non-discriminative features, using dropout on the classifier network. The generator then learns to avoid these areas of the feature space and thus creates better features. We apply our ADR approach to the problem of unsupervised domain adaptation for image classification and semantic segmentation tasks, and demonstrate significant improvement over the state of the art. We also show that our approach can be used to train Generative Adversarial Networks for semi-supervised learning.

Kuniaki Saito, Yoshitaka Ushiku, Tatsuya Harada, Kate Saenko• 2017

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)--
3381
Semantic segmentationCityscapes GTA5 to Cityscapes adaptation (val)
mIoU (Overall)33.3
352
Unsupervised Domain AdaptationOffice-Home
Average Accuracy44.5
238
ClassificationSVHN (test)
Error Rate6.26
182
Object ClassificationVisDA synthetic-to-real 2017
Mean Accuracy73.5
91
Unsupervised Domain AdaptationVisDA unsupervised domain adaptation 2017
Mean Accuracy74.8
87
Image ClassificationVisDA-C (test)
Mean Accuracy79.6
76
Domain AdaptationOffice31 (test)
Mean Accuracy73.7
74
Domain AdaptationVisDA 2017 (val)
Mean Accuracy73.5
52
Semi-supervised Domain AdaptationDomainNet 3-shot
Mean Accuracy60.4
48
Showing 10 of 19 rows

Other info

Follow for update