Pairwise Classification as an Ensemble Technique

Abstract

In this paper we investigate the performance of pairwise (or round robin) classification, originally a technique for turning multi-class problems into two-class problems, as a general ensemble technique. In particular, we show that the use of round robin ensembles will also increase the classification performance of decision tree learners, even though they can directly handle multi-class problems. The performance gain is not as large as for bagging and boosting, but on the other hand round robin ensembles have a clearly defined semantics. Furthermore, we show that the advantage of pairwise classification over direct multi-class classification and one-against-all binarization increases with the number of classes, and that round robin ensembles form an interesting alternative for problems with ordered class values.

Cite

Text

Fürnkranz. "Pairwise Classification as an Ensemble Technique." European Conference on Machine Learning, 2002. doi:10.1007/3-540-36755-1_9

Markdown

[Fürnkranz. "Pairwise Classification as an Ensemble Technique." European Conference on Machine Learning, 2002.](https://mlanthology.org/ecmlpkdd/2002/furnkranz2002ecml-pairwise/) doi:10.1007/3-540-36755-1_9

BibTeX

@inproceedings{furnkranz2002ecml-pairwise,
  title     = {{Pairwise Classification as an Ensemble Technique}},
  author    = {Fürnkranz, Johannes},
  booktitle = {European Conference on Machine Learning},
  year      = {2002},
  pages     = {97-110},
  doi       = {10.1007/3-540-36755-1_9},
  url       = {https://mlanthology.org/ecmlpkdd/2002/furnkranz2002ecml-pairwise/}
}