Return of Frustratingly Easy Domain Adaptation

Abstract

Unlike human learning, machine learning often fails to handle changes between training (source) and test (target) input distributions. Such domain shifts, common in practical scenarios, severely damage the performance of conventional machine learning methods. Supervised domain adaptation methods have been proposed for the case when the target data have labels, including some that perform very well despite being ``frustratingly easy'' to implement. However, in practice, the target domain is often unlabeled, requiring unsupervised adaptation. We propose a simple, effective, and efficient method for unsupervised domain adaptation called CORrelation ALignment (CORAL). CORAL minimizes domain shift by aligning the second-order statistics of source and target distributions, without requiring any target labels. Even though it is extraordinarily simple--it can be implemented in four lines of Matlab code--CORAL performs remarkably well in extensive evaluations on standard benchmark datasets.

Cite

Text

Sun et al. "Return of Frustratingly Easy Domain Adaptation." AAAI Conference on Artificial Intelligence, 2016. doi:10.1609/AAAI.V30I1.10306

Markdown

[Sun et al. "Return of Frustratingly Easy Domain Adaptation." AAAI Conference on Artificial Intelligence, 2016.](https://mlanthology.org/aaai/2016/sun2016aaai-return/) doi:10.1609/AAAI.V30I1.10306

BibTeX

@inproceedings{sun2016aaai-return,
  title     = {{Return of Frustratingly Easy Domain Adaptation}},
  author    = {Sun, Baochen and Feng, Jiashi and Saenko, Kate},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2058-2065},
  doi       = {10.1609/AAAI.V30I1.10306},
  url       = {https://mlanthology.org/aaai/2016/sun2016aaai-return/}
}