paper-with-me

Papers

Orthogonal Gradient Boosting for Simpler Additive Rule Ensembles

2024-02-24 · Fan Yang, Pierre Le Bodic, Michael Kamp, Mario Boley

Gradient boosting of prediction rules is an efficient approach to learn potentially interpretable yet accurate probabilistic models. However, actual interpretability requires to limit the number and size of the generated rules, and existing boosting variants are not designed for this purpose. Though corrective boosting refits all rule weights in each iteration to minimise prediction risk, the included rule conditions tend to be sub-optimal, because commonly used objective functions fail to anticipate this refitting. Here, we address this issue by a new objective function that measures the angle between the risk gradient vector and the projection of the condition output vector onto the orthogonal complement of the already selected conditions. This approach correctly approximate the ideal update of adding the risk gradient itself to the model and favours the inclusion of more general and thus shorter rules. As we demonstrate using a wide range of prediction tasks, this significantly improves the comprehensibility/accuracy trade-off of the fitted ensemble. Additionally, we show how objective values for related rule conditions can be computed incrementally to avoid any substantial computational overhead of the new method.

📄 PDF Abstract BibTeX arXiv:2402.15691

Code (1)

fyan102/fcogb 공식 구현

Tasks

Prediction

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…

Gradient Boosting within a Single Attention Layer

2026-04-03 · Saleh Sargolzaei arxiv

Transformer attention computes a single softmax-weighted average over values -- a one-pass estimate that cannot correct its own errors. We introduce \emph{gradient-boosted attention}, which applies the principle of gradi…

On Training Survival Models with Scoring Rules

2024-03-19 · Philipp Kopper, David Rügamer, Raphael Sonabend, Bernd Bischl 외

Scoring rules are an established way of comparing predictive performances across model classes. In the context of survival analysis, they require adaptation in order to accommodate censoring. This work investigates using…

Additive modelsscoring ruleSurvival Analysis

Interpretable Machine Learning with an Ensemble of Gradient Boosting Machines

2020-10-14 · Andrei V. Konstantinov, Lev V. Utkin

A method for the local and global interpretation of a black-box model on the basis of the well-known generalized additive models is proposed. It can be viewed as an extension or a modification of the algorithm using the …

Additive modelsBIG-bench Machine LearningInterpretable Machine Learning

High-Dimensional $L_2$Boosting: Rate of Convergence

2016-02-29 · Ye Luo, Martin Spindler, Jannis Kück

Boosting is one of the most significant developments in machine learning. This paper studies the rate of convergence of $L_2$Boosting, which is tailored for regression, in a high-dimensional setting. Moreover, we introdu…

Vocal Bursts Intensity Prediction