Infinite Ensemble Learning with Support Vector Machines

Abstract

Ensemble learning algorithms such as boosting can achieve better performance by averaging over the predictions of base hypotheses. However, existing algorithms are limited to combining only a finite number of hypotheses, and the generated ensemble is usually sparse. It is not clear whether we should construct an ensemble classifier with a larger or even infinite number of hypotheses. In addition, constructing an infinite ensemble itself is a challenging task. In this paper, we formulate an infinite ensemble learning framework based on SVM. The framework can output an infinite and nonsparse ensemble, and can be used to construct new kernels for SVM as well as to interpret some existing ones. We demonstrate the framework with a concrete application, the stump kernel, which embodies infinitely many decision stumps. The stump kernel is simple, yet powerful. Experimental results show that SVM with the stump kernel is usually superior than boosting, even with noisy data.

Cite

Text

Lin and Li. "Infinite Ensemble Learning with Support Vector Machines." European Conference on Machine Learning, 2005. doi:10.1007/11564096_26

Markdown

[Lin and Li. "Infinite Ensemble Learning with Support Vector Machines." European Conference on Machine Learning, 2005.](https://mlanthology.org/ecmlpkdd/2005/lin2005ecml-infinite/) doi:10.1007/11564096_26

BibTeX

@inproceedings{lin2005ecml-infinite,
  title     = {{Infinite Ensemble Learning with Support Vector Machines}},
  author    = {Lin, Hsuan-Tien and Li, Ling},
  booktitle = {European Conference on Machine Learning},
  year      = {2005},
  pages     = {242-254},
  doi       = {10.1007/11564096_26},
  url       = {https://mlanthology.org/ecmlpkdd/2005/lin2005ecml-infinite/}
}