Domain Adaptation from Multiple Sources via Auxiliary Classifiers

Abstract

We propose a multiple source domain adaptation method, referred to as Domain Adaptation Machine (DAM), to learn a robust decision function (referred to as target classifier) for label prediction of patterns from the target domain by leveraging a set of pre-computed classifiers (referred to as auxiliary/source classifiers) independently learned with the labeled patterns from multiple source domains. We introduce a new datadependent regularizer based on smoothness assumption into Least-Squares SVM (LS-SVM), which enforces that the target classifier shares similar decision values with the auxiliary classifiers from relevant source domains on the unlabeled patterns of the target domain. In addition, we employ a sparsity regularizer to learn a sparse target classifier. Comprehensive experiments on the challenging TRECVID 2005 corpus demonstrate that DAM outperforms the existing multiple source domain adaptation methods for video concept detection in terms of effectiveness and efficiency.

Cite

Text

Duan et al. "Domain Adaptation from Multiple Sources via Auxiliary Classifiers." International Conference on Machine Learning, 2009. doi:10.1145/1553374.1553411

Markdown

[Duan et al. "Domain Adaptation from Multiple Sources via Auxiliary Classifiers." International Conference on Machine Learning, 2009.](https://mlanthology.org/icml/2009/duan2009icml-domain/) doi:10.1145/1553374.1553411

BibTeX

@inproceedings{duan2009icml-domain,
  title     = {{Domain Adaptation from Multiple Sources via Auxiliary Classifiers}},
  author    = {Duan, Lixin and Tsang, Ivor W. and Xu, Dong and Chua, Tat-Seng},
  booktitle = {International Conference on Machine Learning},
  year      = {2009},
  pages     = {289-296},
  doi       = {10.1145/1553374.1553411},
  url       = {https://mlanthology.org/icml/2009/duan2009icml-domain/}
}