paper-with-me

Papers

AGBoost: Attention-based Modification of Gradient Boosting Machine

2022-07-12 · Andrei Konstantinov, Lev Utkin, Stanislav Kirpichenko

A new attention-based model for the gradient boosting machine (GBM) called AGBoost (the attention-based gradient boosting) is proposed for solving regression problems. The main idea behind the proposed AGBoost model is to assign attention weights with trainable parameters to iterations of GBM under condition that decision trees are base learners in GBM. Attention weights are determined by applying properties of decision trees and by using the Huber's contamination model which provides an interesting linear dependence between trainable parameters of the attention and the attention weights. This peculiarity allows us to train the attention weights by solving the standard quadratic optimization problem with linear constraints. The attention weights also depend on the discount factor as a tuning parameter, which determines how much the impact of the weight is decreased with the number of iterations. Numerical experiments performed for two types of base learners, original decision trees and extremely randomized trees with various regression datasets illustrate the proposed model.

📄 PDF Abstract BibTeX arXiv:2207.05724

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Extending Models Via Gradient Boosting: An Application to Mendelian Models

2021-05-13 · Theodore Huang, Gregory Idos, Christine Hong, Stephen Gruber 외

Improving existing widely-adopted prediction models is often a more efficient and robust way towards progress than training new models from scratch. Existing models may (a) incorporate complex mechanistic knowledge, (b) …

Building semi-supervised decision trees with semi-cart algorithm

2024-04-24 · International Journal of Machine Learning and Cybernetics 2024 4 · Aydin Abedinia, Vahid Seydi

Decision trees are a fundamental statistical learning tool for addressing classification and regression problems through a recursive partitioning approach that effectively accommodates numerical and categorical data [1, …

Classificationregression

UTBoost: Gradient Boosted Decision Trees for Uplift Modeling

2023-12-05 · Junjie Gao, Xiangyu Zheng, Dongdong Wang, Zhixiang Huang 외

Uplift modeling comprises a collection of machine learning techniques designed for managers to predict the incremental impact of specific actions on customer outcomes. However, accurately estimating this incremental impa…

counterfactualEnsemble Learning

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

Residual Networks Behave Like Boosting Algorithms

2019-09-25 · Chapman Siu

We show that Residual Networks (ResNet) is equivalent to boosting feature representation, without any modification to the underlying ResNet training algorithm. A regret bound based on Online Gradient Boosting theory is p…