Abstract
Heterogeneous transfer learning has been proposed as a new learning strategy to improve performance in a target domain by leveraging data from other heterogeneous source domains where feature spaces can be different across different domains. In order to connect two different spaces, one common technique is to bridge feature spaces by using some co-occurrence data. For example, annotated images can be used to build feature mapping from words to image features, and then applied on text-to-image knowledge transfer. However, in practice, such co-occurrence data are often from Web, e.g. Flickr, and generated by users. That means these data can be sparse and contain personal biases. Directly building models based on them may fail to provide reliable bridge. To solve these aforementioned problems, in this paper, we propose a novel algorithm named Mixed-Transfer. It is composed of three components, that is, a cross domain harmonic function to avoid personal biases, a joint transition probability graph of mixed instances and features to model the heterogeneous transfer learning problem, a random walk process to simulate the label propagation on the graph and avoid the data sparsity problem. We conduct experiments on 171 real-world tasks, showing that the proposed approach outperforms four state-of-the-art heterogeneous transfer learning algorithms.
Original language | English |
---|---|
Title of host publication | SIAM International Conference on Data Mining 2014, SDM 2014 |
Editors | Mohammed J. Zaki, Arindam Banerjee, Srinivasan Parthasarathy, Pang Ning-Tan, Zoran Obradovic, Chandrika Kamath |
Publisher | Society for Industrial and Applied Mathematics (SIAM) |
Pages | 208-216 |
Number of pages | 9 |
ISBN (Electronic) | 9781510811515 |
DOIs | |
Publication status | Published - 2014 |
Event | 14th SIAM International Conference on Data Mining, SDM 2014 - Philadelphia, United States Duration: 24 Apr 2014 → 26 Apr 2014 https://epubs.siam.org/doi/book/10.1137/1.9781611973440 |
Publication series
Name | SIAM International Conference on Data Mining 2014, SDM 2014 |
---|---|
Volume | 1 |
Conference
Conference | 14th SIAM International Conference on Data Mining, SDM 2014 |
---|---|
Country/Territory | United States |
City | Philadelphia |
Period | 24/04/14 → 26/04/14 |
Internet address |
Scopus Subject Areas
- Computer Science Applications
- Software
User-Defined Keywords
- Co-occurrence data
- Heterogeneous transfer learning
- Random walk