Scaling Boosting by Margin-Based Inclusionof Features and Relations

Abstract

Boosting is well known to increase the accuracy of propositional and multi-relational classification learners. However, the base learner’s efficiency vitally determines boosting’s efficiency since the complexity of the underlying learner is amplified by iterated calls of the learner in the boosting framework. The idea of restricting the learner to smaller feature subsets in order to increase efficiency is widely used. Surprisingly, little attention has been paid so far to exploiting characteristics of boosting itself to include features based on the current learning progress. In this paper, we show that the dynamics inherent to boosting offer ideal means to maximize the efficiency of the learning process. We describe how to utilize the training examples’ margins —which are known to be maximized by boosting—to reduce learning times without a deterioration of the learning quality. We suggest to stepwise include features in the learning process in response to a slowdown in the improvement of the margins. Experimental results show that this approach significantly reduces the learning time while maintaining or even improving the predictive accuracy of the underlying fully equipped learner.

Cite

Text

Hoche and Wrobel. "Scaling Boosting by Margin-Based Inclusionof Features and Relations." European Conference on Machine Learning, 2002. doi:10.1007/3-540-36755-1_13

Markdown

[Hoche and Wrobel. "Scaling Boosting by Margin-Based Inclusionof Features and Relations." European Conference on Machine Learning, 2002.](https://mlanthology.org/ecmlpkdd/2002/hoche2002ecml-scaling/) doi:10.1007/3-540-36755-1_13

BibTeX

@inproceedings{hoche2002ecml-scaling,
  title     = {{Scaling Boosting by Margin-Based Inclusionof Features and Relations}},
  author    = {Hoche, Susanne and Wrobel, Stefan},
  booktitle = {European Conference on Machine Learning},
  year      = {2002},
  pages     = {148-160},
  doi       = {10.1007/3-540-36755-1_13},
  url       = {https://mlanthology.org/ecmlpkdd/2002/hoche2002ecml-scaling/}
}