Adversarial Feature Augmentation for Unsupervised Domain Adaptation

Abstract

Recent works showed that Generative Adversarial Networks (GANs) can be successfully applied in unsupervised domain adaptation, where, given a labeled source dataset and an unlabeled target dataset, the goal is to train powerful classifiers for the target samples. In particular, it was shown that a GAN objective function can be used to learn target features indistinguishable from the source ones. In this work, we extend this framework by (i) forcing the learned feature extractor to be domain-invariant, and (ii) training it through data augmentation in the feature space, namely performing feature augmentation. While data augmentation in the image space is a well established technique in deep learning, feature augmentation has not yet received the same level of attention. We accomplish it by means of a feature generator trained by playing the GAN minimax game against source features. Results show that both enforcing domain-invariance and performing feature augmentation lead to superior or comparable performance to state-of-the-art results in several unsupervised domain adaptation benchmarks.

Cite

Text

Volpi et al. "Adversarial Feature Augmentation for Unsupervised Domain Adaptation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00576

Markdown

[Volpi et al. "Adversarial Feature Augmentation for Unsupervised Domain Adaptation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/volpi2018cvpr-adversarial/) doi:10.1109/CVPR.2018.00576

BibTeX

@inproceedings{volpi2018cvpr-adversarial,
  title     = {{Adversarial Feature Augmentation for Unsupervised Domain Adaptation}},
  author    = {Volpi, Riccardo and Morerio, Pietro and Savarese, Silvio and Murino, Vittorio},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00576},
  url       = {https://mlanthology.org/cvpr/2018/volpi2018cvpr-adversarial/}
}