Title :
A Tri-training Based Transfer Learning Algorithm
Author :
Xiaobo Liu ; Zhang, Haijun ; Zhihua Cai ; Guangjun Wang
Author_Institution :
Sch. of Comput. Sci., China Univ. of Geosci., Wuhan, China
Abstract :
The lack of labeled training data is a common issue in many machine learning applications. Semi-supervised learning addresses this issue by self-labeling unlabelled examples. Transfer learning tackles it from a different way: borrow labeled examples from a different but related domain (source domain) by assigning weights to those examples based on their suitability on the new domain (target domain). However, it is quite challenging to figure out the suitability. In this paper, we propose a different way for utilizing the labeled examples from source domain. That is, we use them only for labelling the unlabelled examples in the target domain. In this self-labelling, we use the idea of Tri-training. We call our new algorithm: TriTransfer. In TriTransfer, three initial classifiers are generated from the source data and the originally labeled data in the target domain, and an unlabeled example is labeled and added to the labeled data for a classifier if other two classifiers agree on its label. After an expanded labeled data set is obtained, we re-train the classifier. We repeat this process until no more change can be made. At the end, the final classifier, which is a weighted combination of the three classifiers, is output. We conduct an extensive empirical study on 34 UCI datasets, which shows that TriTransfer performs better than the state-of-art algorithms Transfer Boost, Tritraining, and NaiveBayes.
Keywords :
learning (artificial intelligence); pattern classification; NaiveBayes; TransferBoost; TriTransfer; UCI datasets; classifiers; labeled training data; machine learning applications; tritraining based transfer learning algorithm; unlabelled examples; Accuracy; Educational institutions; Labeling; Machine learning algorithms; Semisupervised learning; Training; Training data; ensemble learning; machine learning; transfer learning;
Conference_Titel :
Tools with Artificial Intelligence (ICTAI), 2012 IEEE 24th International Conference on
Conference_Location :
Athens
Print_ISBN :
978-1-4799-0227-9
DOI :
10.1109/ICTAI.2012.99