Transfer Learning with Graph Co-Regularization

Abstract

Transfer learning is established as an effective technology to leverage rich labeled data from some source domain to build an accurate classifier for the target domain. The basic assumption is that the input domains may share certain knowledge structure, which can be encoded into common latent factors and extracted by preserving important property of original data, e.g., statistical property and geometric structure. In this paper, we show that different properties of input data can be complementary to each other and exploring them simultaneously can make the learning model robust to the domain difference. We propose a general framework, referred to as Graph Co-Regularized Transfer Learning (GTL), where various matrix factorization models can be incorporated. Specifically, GTL aims to extract common latent factors for knowledge transfer by preserving the statistical property across domains, and simultaneously, refine the latent factors to alleviate negative transfer by preserving the geometric structure in each domain. Based on the framework, we propose two novel methods using NMF and NMTF, respectively. Extensive experiments verify that GTL can significantly outperform state-of-the-art learning methods on several public text and image datasets.

Cite

Text

Long et al. "Transfer Learning with Graph Co-Regularization." AAAI Conference on Artificial Intelligence, 2012. doi:10.1609/AAAI.V26I1.8290

Markdown

[Long et al. "Transfer Learning with Graph Co-Regularization." AAAI Conference on Artificial Intelligence, 2012.](https://mlanthology.org/aaai/2012/long2012aaai-transfer/) doi:10.1609/AAAI.V26I1.8290

BibTeX

@inproceedings{long2012aaai-transfer,
  title     = {{Transfer Learning with Graph Co-Regularization}},
  author    = {Long, Mingsheng and Wang, Jianmin and Ding, Guiguang and Shen, Dou and Yang, Qiang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2012},
  pages     = {1033-1039},
  doi       = {10.1609/AAAI.V26I1.8290},
  url       = {https://mlanthology.org/aaai/2012/long2012aaai-transfer/}
}