RandomBoost: Simplified Multiclass Boosting Through Randomization

Sakrapee Paisitkriangkrai,Chunhua Shen,Qinfeng Shi,Anton van den Hengel
DOI: https://doi.org/10.1109/tnnls.2013.2281214
2013-01-01
Abstract:We propose a novel boosting approach to multiclass classification problems, in which multiple classes are distinguished by a set of random projection matrices in essence. The approach uses random projections to alleviate the proliferation of binary classifiers typically required to perform multiclass classification. The result is a multiclass classifier with a single vector-valued parameter, irrespective of the number of classes involved. Two variants of this approach are proposed. The first method randomly projects the original data into new spaces, while the second method randomly projects the outputs of learned weak classifiers. These methods are not only conceptually simple but also effective and easy to implement. A series of experiments on synthetic, machine learning, and visual recognition data sets demonstrate that our proposed methods could be compared favorably with existing multiclass boosting algorithms in terms of both the convergence rate and classification accuracy.
What problem does this paper attempt to address?