paper-with-me

Papers

Proximal boosting: aggregating weak learners to minimize non-differentiable losses

2018-08-29 · Erwan Fouillen, Claire Boyer, Maxime Sangnier

Gradient boosting is a prediction method that iteratively combines weak learners to produce a complex and accurate model. From an optimization point of view, the learning procedure of gradient boosting mimics a gradient descent on a functional variable. This paper proposes to build upon the proximal point algorithm, when the empirical risk to minimize is not differentiable, in order to introduce a novel boosting approach, called proximal boosting. It comes with a companion algorithm inspired by [1] and called residual proximal boosting, which is aimed at better controlling the approximation error. Theoretical convergence is proved for these two procedures under different hypotheses on the empirical risk and advantages of leveraging proximal methods for boosting are illustrated by numerical experiments on simulated and real-world data. In particular, we exhibit a favorable comparison over gradient boosting regarding convergence rate and prediction accuracy.

📄 PDF Abstract BibTeX arXiv:1808.09670

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Variance Penalizing AdaBoost

2011-12-01 · NeurIPS 2011 12 · Pannagadatta K. Shivaswamy, Tony Jebara

This paper proposes a novel boosting algorithm called VadaBoost which is motivated by recent empirical Bernstein bounds. VadaBoost iteratively minimizes a cost function that balances the sample mean and the sample varia…

Local Boosting for Weakly-Supervised Learning

2023-06-05 · Rongzhi Zhang, Yue Yu, Jiaming Shen, Xiquan Cui 외

Boosting is a commonly used technique to enhance the performance of a set of base models by combining them into a strong ensemble model. Though widely adopted, boosting is typically used in supervised learning where the …

Weakly-supervised Learning

Language models are weak learners

2023-06-25 · NeurIPS 2023 11

A central notion in practical and theoretical machine learning is that of a $\textit{weak learner}$, classifiers that achieve better-than-random performance (on any given distribution over data), even by a small margin. …

Few-Shot LearningLanguage ModellingLarge Language Model

A Simple Multi-Class Boosting Framework with Theoretical Guarantees and Empirical Proficiency

2017-08-01 · ICML 2017 8 · Ron Appel, Pietro Perona

There is a need for simple yet accurate white-box learning systems that train quickly and with little data. To this end, we showcase REBEL, a multi-class boosting method, and present a novel family of weak learners …

Fast Training of Effective Multi-class Boosting Using Coordinate Descent Optimization

2013-11-23 · Guosheng Lin, Chunhua Shen, Anton Van Den Hengel, David Suter

Wepresentanovelcolumngenerationbasedboostingmethod for multi-class classification. Our multi-class boosting is formulated in a single optimization problem as in Shen and Hao (2011). Different from most existing multi-cla…

Multi-class Classification