English

On the Dual Formulation of Boosting Algorithms

Machine Learning 2023-05-30 v7 Computer Vision and Pattern Recognition

Abstract

We study boosting algorithms from a new perspective. We show that the Lagrange dual problems of AdaBoost, LogitBoost and soft-margin LPBoost with generalized hinge loss are all entropy maximization problems. By looking at the dual problems of these boosting algorithms, we show that the success of boosting algorithms can be understood in terms of maintaining a better margin distribution by maximizing margins and at the same time controlling the margin variance.We also theoretically prove that, approximately, AdaBoost maximizes the average margin, instead of the minimum margin. The duality formulation also enables us to develop column generation based optimization algorithms, which are totally corrective. We show that they exhibit almost identical classification results to that of standard stage-wise additive boosting algorithms but with much faster convergence rates. Therefore fewer weak classifiers are needed to build the ensemble using our proposed optimization technique.

Keywords

Cite

@article{arxiv.0901.3590,
  title  = {On the Dual Formulation of Boosting Algorithms},
  author = {Chunhua Shen and Hanxi Li},
  journal= {arXiv preprint arXiv:0901.3590},
  year   = {2023}
}

Comments

Fixed typos. 16 pages. Published in IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), Dec. 2010

R2 v1 2026-06-21T12:03:49.859Z