English

Implicit Class-Conditioned Domain Alignment for Unsupervised Domain Adaptation

Machine Learning 2020-06-11 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

We present an approach for unsupervised domain adaptation---with a strong focus on practical considerations of within-domain class imbalance and between-domain class distribution shift---from a class-conditioned domain alignment perspective. Current methods for class-conditioned domain alignment aim to explicitly minimize a loss function based on pseudo-label estimations of the target domain. However, these methods suffer from pseudo-label bias in the form of error accumulation. We propose a method that removes the need for explicit optimization of model parameters from pseudo-labels directly. Instead, we present a sampling-based implicit alignment approach, where the sample selection procedure is implicitly guided by the pseudo-labels. Theoretical analysis reveals the existence of a domain-discriminator shortcut in misaligned classes, which is addressed by the proposed implicit alignment approach to facilitate domain-adversarial learning. Empirical results and ablation studies confirm the effectiveness of the proposed approach, especially in the presence of within-domain class imbalance and between-domain class distribution shift.

Keywords

Cite

@article{arxiv.2006.04996,
  title  = {Implicit Class-Conditioned Domain Alignment for Unsupervised Domain Adaptation},
  author = {Xiang Jiang and Qicheng Lao and Stan Matwin and Mohammad Havaei},
  journal= {arXiv preprint arXiv:2006.04996},
  year   = {2020}
}

Comments

Accepted at ICML2020. For code, see https://github.com/xiangdal/implicit_alignment

R2 v1 2026-06-23T16:09:56.491Z