paper-with-me

Papers

Robust Boosting for Regression Problems

2020-02-06 · Xiaomeng Ju, Matías Salibián-Barrera

Gradient boosting algorithms construct a regression predictor using a linear combination of ``base learners''. Boosting also offers an approach to obtaining robust non-parametric regression estimators that are scalable to applications with many explanatory variables. The robust boosting algorithm is based on a two-stage approach, similar to what is done for robust linear regression: it first minimizes a robust residual scale estimator, and then improves it by optimizing a bounded loss function. Unlike previous robust boosting proposals this approach does not require computing an ad-hoc residual scale estimator in each boosting iteration. Since the loss functions involved in this robust boosting algorithm are typically non-convex, a reliable initialization step is required, such as an L1 regression tree, which is also fast to compute. A robust variable importance measure can also be calculated via a permutation procedure. Thorough simulation studies and several data analyses show that, when no atypical observations are present, the robust boosting approach works as well as the standard gradient boosting with a squared loss. Furthermore, when the data contain outliers, the robust boosting estimator outperforms the alternatives in terms of prediction error and variable selection accuracy.

📄 PDF Abstract BibTeX arXiv:2002.02054

Code (1)

xmengju/RRBoost 공식 구현

Tasks

regressionVariable Selection

Similar Papers 제목 키워드 기반

Stagewise Boosting Distributional Regression

2024-05-28 · Mattias Wetscher, Johannes Seiler, Reto Stauffer, Nikolaus Umlauf

Forward stagewise regression is a simple algorithm that can be used to estimate regularized models. The updating rule adds a small constant to a regression coefficient in each iteration, such that the underlying optimiza…

regression

Online Gradient Boosting

2015-06-16 · NeurIPS 2015 12 · Alina Beygelzimer, Elad Hazan, Satyen Kale, Haipeng Luo

We extend the theory of boosting for regression problems to the online learning setting. Generalizing from the batch setting for boosting, the notion of a weak learning algorithm is modeled as an online learning algorith…

regression

Re-scale boosting for regression and classification

2015-05-06 · Shaobo Lin, Yao Wang, Lin Xu

Boosting is a learning scheme that combines weak prediction rules to produce a strong composite estimator, with the underlying intuition that one can obtain accurate prediction rules by combining "rough" ones. Although b…

ClassificationGeneral Classificationregression

Gradient boosting machine with partially randomized decision trees

2020-06-19 · Andrei V. Konstantinov, Lev V. Utkin

The gradient boosting machine is a powerful ensemble-based machine learning method for solving regression problems. However, one of the difficulties of its using is a possible discontinuity of the regression function, wh…

BIG-bench Machine Learningregression

Boosting Ridge Regression for High Dimensional Data Classification

2020-03-25 · Jakramate Bootkrajang

Ridge regression is a well established regression estimator which can conveniently be adapted for classification problems. One compelling reason is probably the fact that ridge regression emits a closed-form solution the…

ClassificationFormGeneral Classificationregression+1