English

Generalized Domain Adaptation

Computer Vision and Pattern Recognition 2021-06-04 v1

Abstract

Many variants of unsupervised domain adaptation (UDA) problems have been proposed and solved individually. Its side effect is that a method that works for one variant is often ineffective for or not even applicable to another, which has prevented practical applications. In this paper, we give a general representation of UDA problems, named Generalized Domain Adaptation (GDA). GDA covers the major variants as special cases, which allows us to organize them in a comprehensive framework. Moreover, this generalization leads to a new challenging setting where existing methods fail, such as when domain labels are unknown, and class labels are only partially given to each domain. We propose a novel approach to the new setting. The key to our approach is self-supervised class-destructive learning, which enables the learning of class-invariant representations and domain-adversarial classifiers without using any domain labels. Extensive experiments using three benchmark datasets demonstrate that our method outperforms the state-of-the-art UDA methods in the new setting and that it is competitive in existing UDA variations as well.

Keywords

Cite

@article{arxiv.2106.01656,
  title  = {Generalized Domain Adaptation},
  author = {Yu Mitsuzumi and Go Irie and Daiki Ikami and Takashi Shibata},
  journal= {arXiv preprint arXiv:2106.01656},
  year   = {2021}
}

Comments

Accepted by CVPR 2021. Code is available at https://github.com/nttcslab/Generalized-Domain-Adaptation

R2 v1 2026-06-24T02:47:03.865Z