paper-with-me

Papers

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 boosting and Nesterov's accelerated descent to design a new algorithm, which we call AGB (for Accelerated Gradient Boosting). Substantial numerical evidence is provided on both synthetic and real-life data sets to assess the excellent performance of the method in a large variety of prediction problems. It is empirically shown that AGB is much less sensitive to the shrinkage parameter and outputs predictors that are considerably more sparse in the number of trees, while retaining the exceptional performance of gradient boosting.

📄 PDF Abstract BibTeX arXiv:1803.02042

Code (1)

lrouviere/AGB 공식 구현

Similar Papers 제목 키워드 기반

Stacking as Accelerated Gradient Descent

2024-03-08 · Naman Agarwal, Pranjal Awasthi, Satyen Kale, Eric Zhao

Stacking, a heuristic technique for training deep residual networks by progressively increasing the number of layers and initializing new layers by copying parameters from older layers, has proven quite successful in imp…

Out-of-Core GPU Gradient Boosting

2020-05-19 · Rong Ou

GPU-based algorithms have greatly accelerated many machine learning methods; however, GPU memory is typically smaller than main memory, limiting the size of training data. In this paper, we describe an out-of-core GPU gr…

BIG-bench Machine LearningGPU

Accelerating Gradient Boosting Machine

2019-03-20 · Haihao Lu, Sai Praneeth Karimireddy, Natalia Ponomareva, Vahab Mirrokni

Gradient Boosting Machine (GBM) is an extremely powerful supervised learning algorithm that is widely used in practice. GBM routinely features as a leading algorithm in machine learning competitions such as Kaggle and th…

Accelerated Componentwise Gradient Boosting using Efficient Data Representation and Momentum-based Optimization

2021-10-07 · Daniel Schalk, Bernd Bischl, David Rügamer

Componentwise boosting (CWB), also known as model-based boosting, is a variant of gradient boosting that builds on additive models as base learners to ensure interpretability. CWB is thus often used in research areas whe…

Additive models

Accelerated Gradient Descent for Faster Convergence with Minimal Overhead

2026-05-15 · Manuel Graca, L. Miguel Silveira, Arlindo Oliveira, Frank Liu arxiv

In this paper, we present CT-AGD (Curvature-Tuned Accelerated Gradient Descent), an optimization method for non-convex optimization problems in deep learning training tasks. CT-AGD is a general boosting procedure that ac…