On the Margin Explanation of Boosting Algorithms

Abstract

Much attention has been paid to the theoretical explanation of the empirical success of AdaBoost. The most influential work is the margin theory, which is essentially an upper bound for the generalization error of any voting classifier in terms of the margin distribution over the training data. However, Breiman raised important questions about the margin explanation by developing a boosting algorithm arc-gv that provably generates a larger minimum margin than AdaBoost. He also gave a sharper bound in terms of the minimum margin, and argued that the minimum margin governs the generalization. In experiments however, arc-gv usually performs worse than Ad- aBoost, putting the margin explanation into serious doubts. In this paper, we try to give a complete answer to Breiman's critique by proving a bound in terms of a new margin measure called Equilibrium margin (Emargin). The Emargin bound is uniformly sharper than Breiman's minimum margin bound. This result suggests that the minimum margin is not crucial for the generalization error. We also show that a large Emargin implies good generalization. Experimental results on benchmark datasets demonstrate that AdaBoost usually has a larger Emargin and a smaller test error than arc-gv, which agrees well with our theory.

Cite

Text

Wang et al. "On the Margin Explanation of Boosting Algorithms." Annual Conference on Computational Learning Theory, 2008.

Markdown

[Wang et al. "On the Margin Explanation of Boosting Algorithms." Annual Conference on Computational Learning Theory, 2008.](https://mlanthology.org/colt/2008/wang2008colt-margin/)

BibTeX

@inproceedings{wang2008colt-margin,
  title     = {{On the Margin Explanation of Boosting Algorithms}},
  author    = {Wang, Liwei and Sugiyama, Masashi and Yang, Cheng and Zhou, Zhi-Hua and Feng, Jufu},
  booktitle = {Annual Conference on Computational Learning Theory},
  year      = {2008},
  pages     = {479-490},
  url       = {https://mlanthology.org/colt/2008/wang2008colt-margin/}
}