English

Dual Teaching: A Practical Semi-supervised Wrapper Method

Machine Learning 2016-11-15 v1 Machine Learning

Abstract

Semi-supervised wrapper methods are concerned with building effective supervised classifiers from partially labeled data. Though previous works have succeeded in some fields, it is still difficult to apply semi-supervised wrapper methods to practice because the assumptions those methods rely on tend to be unrealistic in practice. For practical use, this paper proposes a novel semi-supervised wrapper method, Dual Teaching, whose assumptions are easy to set up. Dual Teaching adopts two external classifiers to estimate the false positives and false negatives of the base learner. Only if the recall of every external classifier is greater than zero and the sum of the precision is greater than one, Dual Teaching will train a base learner from partially labeled data as effectively as the fully-labeled-data-trained classifier. The effectiveness of Dual Teaching is proved in both theory and practice.

Keywords

Cite

@article{arxiv.1611.03981,
  title  = {Dual Teaching: A Practical Semi-supervised Wrapper Method},
  author = {Fuqaing Liu and Chenwei Deng and Fukun Bi and Yiding Yang},
  journal= {arXiv preprint arXiv:1611.03981},
  year   = {2016}
}

Comments

7 pages, 4 figures, 1 table

R2 v1 2026-06-22T16:50:14.444Z