paper-with-me

Papers

Optimization by gradient boosting

2017-07-17 · Gérard Biau, Benoît Cadre

Gradient boosting is a state-of-the-art prediction technique that sequentially produces a model in the form of linear combinations of simple predictors---typically decision trees---by solving an infinite-dimensional convex optimization problem. We provide in the present paper a thorough analysis of two widespread versions of gradient boosting, and introduce a general framework for studying these algorithms from the point of view of functional optimization. We prove their convergence as the number of iterations tends to infinity and highlight the importance of having a strongly convex risk functional to minimize. We also present a reasonable statistical context ensuring consistency properties of the boosting predictors as the sample size grows. In our approach, the optimization procedures are run forever (that is, without resorting to an early stopping strategy), and statistical regularization is basically achieved via an appropriate $L^2$ penalization of the loss and strong convexity arguments.

📄 PDF Abstract BibTeX arXiv:1707.05023

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Gradient Boosting Machine: A Survey

2019-08-19 · Zhiyuan He, Danchen Lin, Thomas Lau, Mike Wu

In this survey, we discuss several different types of gradient boosting algorithms and illustrate their mathematical frameworks in detail: 1. introduction of gradient boosting leads to 2. objective function optimization,…

Survey

Accelerated Gradient Boosting

2018-03-06 · Gérard Biau, Benoît Cadre, Laurent Rouvìère

Gradient tree boosting is a prediction algorithm that sequentially produces a model in the form of linear combinations of decision trees, by solving an infinite-dimensional optimization problem. We combine gradient boost…

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 …

Benchmarking state-of-the-art gradient boosting algorithms for classification

2023-05-26 · Piotr Florek, Adam Zagdański

This work explores the use of gradient boosting in the context of classification. Four popular implementations, including original GBM algorithm and selected state-of-the-art gradient boosting frameworks (i.e. XGBoost, L…

Bayesian OptimizationBenchmarkingDiversityHyperparameter Optimization

M$^2$FGB: A Min-Max Gradient Boosting Framework for Subgroup Fairness

2025-04-16 · Jansen S. B. Pereira, Giovani Valdrighi, Marcos Medeiros Raimundo

In recent years, fairness in machine learning has emerged as a critical concern to ensure that developed and deployed predictive models do not have disadvantageous predictions for marginalized groups. It is essential to …

Fairness