Semi-Supervised Boosting for Multi-Class Classification

Abstract

Most semi-supervised learning algorithms have been designed for binary classification, and are extended to multi-class classification by approaches such as one-against-the-rest. The main shortcoming of these approaches is that they are unable to exploit the fact that each example is only assigned to one class. Additional problems with extending semi-supervised binary classifiers to multi-class problems include imbalanced classification and different output scales of different binary classifiers. We propose a semi-supervised boosting framework, termed Multi-Class Semi-Supervised Boosting (MCSSB) , that directly solves the semi-supervised multi-class learning problem. Compared to the existing semi-supervised boosting methods, the proposed framework is advantageous in that it exploits both classification confidence and similarities among examples when deciding the pseudo-labels for unlabeled examples. Empirical study with a number of UCI datasets shows that the proposed MCSSB algorithm performs better than the state-of-the-art boosting algorithms for semi-supervised learning.

Cite

Text

Valizadegan et al. "Semi-Supervised Boosting for Multi-Class Classification." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008. doi:10.1007/978-3-540-87481-2_34

Markdown

[Valizadegan et al. "Semi-Supervised Boosting for Multi-Class Classification." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008.](https://mlanthology.org/ecmlpkdd/2008/valizadegan2008ecmlpkdd-semisupervised/) doi:10.1007/978-3-540-87481-2_34

BibTeX

@inproceedings{valizadegan2008ecmlpkdd-semisupervised,
  title     = {{Semi-Supervised Boosting for Multi-Class Classification}},
  author    = {Valizadegan, Hamed and Jin, Rong and Jain, Anil K.},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2008},
  pages     = {522-537},
  doi       = {10.1007/978-3-540-87481-2_34},
  url       = {https://mlanthology.org/ecmlpkdd/2008/valizadegan2008ecmlpkdd-semisupervised/}
}