A new boosting algorithm based on dual averaging scheme
Nan Wang

TL;DR
This paper introduces DABoost, a boosting algorithm based on dual averaging, which, despite slower training error reduction, achieves better generalization performance than AdaBoost.
Contribution
The paper proposes a novel boosting algorithm, DABoost, utilizing dual averaging, and analyzes its generalization capabilities compared to existing methods.
Findings
DABoost has better generalization error than AdaBoost.
DABoost reduces training error more slowly.
DABoost demonstrates improved test performance.
Abstract
The fields of machine learning and mathematical optimization increasingly intertwined. The special topic on supervised learning and convex optimization examines this interplay. The training part of most supervised learning algorithms can usually be reduced to an optimization problem that minimizes a loss between model predictions and training data. While most optimization techniques focus on accuracy and speed of convergence, the qualities of good optimization algorithm from the machine learning perspective can be quite different since machine learning is more than fitting the data. Better optimization algorithms that minimize the training loss can possibly give very poor generalization performance. In this paper, we examine a particular kind of machine learning algorithm, boosting, whose training process can be viewed as functional coordinate descent on the exponential loss. We study…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Face and Expression Recognition · Machine Learning and Algorithms
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
