Transfer Learning via Dimensionality Reduction
Abstract
Transfer learning addresses the problem of how to utilize plenty of labeled data in a source domain to solve related but different problems in a target domain, even when the training and testing problems have different distributions or features. In this paper, we consider transfer learning via dimensionality reduction. To solve this problem, we learn a low-dimensional latent feature space where the distributions between the source domain data and the target domain data are the same or close to each other. Onto this latent feature space, we project the data in related domains where we can apply standard learning algorithms to train classification or regression models. Thus, the latent feature space can be treated as a bridge of transferring knowledge from the source domain to the target domain. The main contribution of our work is that we propose a new dimensionality reduction method to find a latent space, which minimizes the distance between distributions of the data in different domains in a latent space. The effectiveness of our approach to transfer learning is verified by experiments in two real world applications: indoor WiFi localization and binary text classification.
Cite
Text
Pan et al. "Transfer Learning via Dimensionality Reduction." AAAI Conference on Artificial Intelligence, 2008.Markdown
[Pan et al. "Transfer Learning via Dimensionality Reduction." AAAI Conference on Artificial Intelligence, 2008.](https://mlanthology.org/aaai/2008/pan2008aaai-transfer/)BibTeX
@inproceedings{pan2008aaai-transfer,
title = {{Transfer Learning via Dimensionality Reduction}},
author = {Pan, Sinno Jialin and Kwok, James T. and Yang, Qiang},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2008},
pages = {677-682},
url = {https://mlanthology.org/aaai/2008/pan2008aaai-transfer/}
}