paper-with-me

홈 › Papers

GBDT-MO: Gradient Boosted Decision Trees for Multiple Outputs

2019-09-10 · Zhendong Zhang, Cheolkon Jung

Gradient boosted decision trees (GBDTs) are widely used in machine learning, and the output of current GBDT implementations is a single variable. When there are multiple outputs, GBDT constructs multiple trees corresponding to the output variables. The correlations between variables are ignored by such a strategy causing redundancy of the learned tree structures. In this paper, we propose a general method to learn GBDT for multiple outputs, called GBDT-MO. Each leaf of GBDT-MO constructs predictions of all variables or a subset of automatically selected variables. This is achieved by considering the summation of objective gains over all output variables. Moreover, we extend histogram approximation into multiple output case to speed up the training process. Various experiments on synthetic and real-world datasets verify that GBDT-MO achieves outstanding performance in terms of both accuracy and training speed. Our codes are available on-line.

📄 PDF Abstract BibTeX arXiv:1909.04373

Code (3)

zzd1992/GBDTMO 공식 구현
zzd1992/GBDTMO-EX 공식 구현
sb-ai-lab/sketchboost-paper

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

High-Order Optimization of Gradient Boosted Decision Trees

2022-11-21 · Jean Pachebat, Sergei Ivanov

Gradient Boosted Decision Trees (GBDTs) are dominant machine learning algorithms for modeling discrete or tabular data. Unlike neural networks with millions of trainable parameters, GBDTs optimize loss function in an add…

Vocal Bursts Intensity Prediction

Gradient Boosted Decision Trees for High Dimensional Sparse Output

2017-08-01 · ICML 2017 8 · Si Si, huan zhang, S. Sathiya Keerthi, Dhruv Mahajan 외

In this paper, we study the gradient boosted decision trees (GBDT) when the output space is high dimensional and sparse. For example, in multilabel classification, the output space is a $L$-dimensional 0/1 vector, w…

General ClassificationVocal Bursts Intensity Prediction

Gradient Boosting With Piece-Wise Linear Regression Trees

2018-02-15 · Yu Shi, Jian Li, Zhize Li

Gradient Boosted Decision Trees (GBDT) is a very successful ensemble learning algorithm widely used across a variety of applications. Recently, several variants of GBDT training algorithms and implementations have been d…

Ensemble Learningregression

Enhancing Robustness of Gradient-Boosted Decision Trees through One-Hot Encoding and Regularization

2023-04-26 · Shijie Cui, Agus Sudjianto, Aijun Zhang, Runze Li

Gradient-boosted decision trees (GBDT) are widely used and highly effective machine learning approach for tabular data modeling. However, their complex structure may lead to low robustness against small covariate perturb…

regression

SketchBoost: Fast Gradient Boosted Decision Tree for Multioutput Problems

2022-11-23 · Leonid Iosipoi, Anton Vakhrushev

Gradient Boosted Decision Tree (GBDT) is a widely-used machine learning algorithm that has been shown to achieve state-of-the-art results on many standard data science problems. We are interested in its application to mu…

GPU