Unsupervised Domain Adaptation with Regularized Domain Instance Denoising

Abstract

We propose to extend the marginalized denoising autoencoder (MDA) framework with a domain regularization whose aim is to denoise both the source and target data in such a way that the features become domain invariant and the adaptation gets easier. The domain regularization, based either on the maximum mean discrepancy (MMD) measure or on the domain prediction, aims to reduce the distance between the source and the target data. We also exploit the source class labels as another way to regularize the loss, by using a domain classifier regularizer. We show that in these cases, the noise marginalization gets reduced to solving either the linear matrix system $\mathbf{A}\mathbf{X}=\mathbf{B}$ , for which there exists a closed-form solution, or to a Sylvester linear matrix equation $\mathbf{A}\mathbf{X}+\mathbf{X}\mathbf{B}=\mathbf{C}$ that can be solved efficiently using the Bartels-Stewart algorithm. We did an extensive study on how these regularization terms improve the baseline performance and we present experiments on three image benchmark datasets, conventionally used for domain adaptation methods. We report our findings and comparisons with state-of-the-art methods.

Cite

Text

Csurka et al. "Unsupervised Domain Adaptation with Regularized Domain Instance Denoising." European Conference on Computer Vision Workshops, 2016. doi:10.1007/978-3-319-49409-8_37

Markdown

[Csurka et al. "Unsupervised Domain Adaptation with Regularized Domain Instance Denoising." European Conference on Computer Vision Workshops, 2016.](https://mlanthology.org/eccvw/2016/csurka2016eccvw-unsupervised/) doi:10.1007/978-3-319-49409-8_37

BibTeX

@inproceedings{csurka2016eccvw-unsupervised,
  title     = {{Unsupervised Domain Adaptation with Regularized Domain Instance Denoising}},
  author    = {Csurka, Gabriela and Chidlovskii, Boris and Clinchant, Stéphane and Michel, Sophia},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2016},
  pages     = {458-466},
  doi       = {10.1007/978-3-319-49409-8_37},
  url       = {https://mlanthology.org/eccvw/2016/csurka2016eccvw-unsupervised/}
}