Relaxed Transfer of Different Classes via Spectral Partition

Abstract

Most existing transfer learning techniques are limited to problems of knowledge transfer across tasks sharing the same set of class labels. In this paper, however, we relax this constraint and propose a spectral-based solution that aims at unveiling the intrinsic structure of the data and generating a partition of the target data, by transferring the eigenspace that well separates the source data. Furthermore, a clustering-based KL divergence is proposed to automatically adjust how much to transfer. We evaluate the proposed model on text and image datasets where class categories of the source and target data are explicitly different, e.g., 3-classes transfer to 2-classes, and show that the proposed approach improves other baselines by an average of 10% in accuracy. The source code and datasets are available from the authors.

Cite

Text

Shi et al. "Relaxed Transfer of Different Classes via Spectral Partition." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2009. doi:10.1007/978-3-642-04174-7_24

Markdown

[Shi et al. "Relaxed Transfer of Different Classes via Spectral Partition." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2009.](https://mlanthology.org/ecmlpkdd/2009/shi2009ecmlpkdd-relaxed/) doi:10.1007/978-3-642-04174-7_24

BibTeX

@inproceedings{shi2009ecmlpkdd-relaxed,
  title     = {{Relaxed Transfer of Different Classes via Spectral Partition}},
  author    = {Shi, Xiaoxiao and Fan, Wei and Yang, Qiang and Ren, Jiangtao},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2009},
  pages     = {366-381},
  doi       = {10.1007/978-3-642-04174-7_24},
  url       = {https://mlanthology.org/ecmlpkdd/2009/shi2009ecmlpkdd-relaxed/}
}