Class-Imbalanced Domain Adaptation: An Empirical Odyssey

Abstract

Unsupervised domain adaptation is a promising way to generalize deep models to novel domains. However the current literature assumes that the label distribution is domain-invariant and only aligns the feature distributions or vice versa . In this work, we explore the more realistic task of Class-imbalanced Domain Adaptation : How to align feature distributions across domains while the label distributions of the two domains are also different? Taking a practical step towards this problem, we constructed its first benchmark with 22 cross-domain tasks from 6 real-image datasets. We conducted comprehensive experiments on 10 recent domain adaptation methods and find most of them are very fragile in the face of coexisting feature and label distribution shift. Towards a better solution, we further proposed a feature and label distribution CO-ALignment (COAL) model with a novel combination of existing ideas. COAL is empirically shown to outperform most recent domain adaptation methods on our benchmarks. We believe the provided benchmarks, empirical analysis results, and the COAL baseline could stimulate and facilitate future research towards this important problem.

Cite

Text

Tan et al. "Class-Imbalanced Domain Adaptation: An Empirical Odyssey." European Conference on Computer Vision Workshops, 2020. doi:10.1007/978-3-030-66415-2_38

Markdown

[Tan et al. "Class-Imbalanced Domain Adaptation: An Empirical Odyssey." European Conference on Computer Vision Workshops, 2020.](https://mlanthology.org/eccvw/2020/tan2020eccvw-classimbalanced/) doi:10.1007/978-3-030-66415-2_38

BibTeX

@inproceedings{tan2020eccvw-classimbalanced,
  title     = {{Class-Imbalanced Domain Adaptation: An Empirical Odyssey}},
  author    = {Tan, Shuhan and Peng, Xingchao and Saenko, Kate},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2020},
  pages     = {585-602},
  doi       = {10.1007/978-3-030-66415-2_38},
  url       = {https://mlanthology.org/eccvw/2020/tan2020eccvw-classimbalanced/}
}