中文
相关论文

相关论文: Boosting with early stopping: Convergence and cons…

200 篇论文

Boosting is a popular algorithm in supervised machine learning with wide applications in regression and classification problems. It combines weak learners, such as regression trees, to obtain accurate predictions. However, in the presence…

统计计算 · 统计学 2025-02-06 Zhu Wang

The AdaBoost algorithm was designed to combine many "weak" hypotheses that perform slightly better than random guessing into a "strong" hypothesis that has very low error. We study the rate at which AdaBoost iteratively converges to the…

最优化与控制 · 数学 2011-06-30 Indraneel Mukherjee , Cynthia Rudin , Robert E. Schapire

Boosting is a powerful method that turns weak learners, which perform only slightly better than random guessing, into strong learners with high accuracy. While boosting is well understood in the classic setting, it is less so in the…

机器学习 · 计算机科学 2026-02-04 Arthur da Cunha , Mikael Møller Høgsgaard , Andrea Paudice

The theory of boosting provides a computational framework for aggregating approximate weak learning algorithms, which perform marginally better than a random predictor, into an accurate strong learner. In the realizable case, the success of…

机器学习 · 计算机科学 2024-11-01 Udaya Ghai , Karan Singh

Boosting is a general method of generating many simple classification rules and combining them into a single, highly accurate rule. In this talk, I will review the AdaBoost boosting algorithm and some of its underlying theory, and then look…

机器学习 · 计算机科学 2013-01-07 Robert E. Schapire

The concept of boosting emerged from the field of machine learning. The basic idea is to boost the accuracy of a weak classifying tool by combining various instances into a more accurate prediction. This general concept was later adapted to…

统计方法学 · 统计学 2014-11-19 Andreas Mayr , Harald Binder , Olaf Gefeller , Matthias Schmid

Boosting algorithms enjoy strong theoretical guarantees: when weak learners maintain positive edge, AdaBoost achieves geometric decrease of exponential loss. We study how to incorporate group fairness constraints into boosting while…

机器学习 · 计算机科学 2026-02-06 Amir Asiaee , Kaveh Aryan

There has been considerable interest in boosting and bagging, including the combination of the adaptive techniques of AdaBoost with the random selection with replacement techniques of Bagging. At the same time there has been a revisiting of…

机器学习 · 计算机科学 2020-10-30 David M. W. Powers

Multicalibration gradient boosting has recently emerged as a scalable method that empirically produces approximately multicalibrated predictors and has been deployed at web scale. Despite this empirical success, its convergence properties…

机器学习 · 计算机科学 2026-02-09 Daniel Haimovich , Fridolin Linder , Lorenzo Perini , Niek Tax , Milan Vojnovic

Boosting is a method for learning a single accurate predictor by linearly combining a set of less accurate weak learners. Recently, structured learning has found many applications in computer vision. Inspired by structured support vector…

机器学习 · 计算机科学 2020-03-10 Chunhua Shen , Guosheng Lin , Anton van den Hengel

Gradient boosting is a prediction method that iteratively combines weak learners to produce a complex and accurate model. From an optimization point of view, the learning procedure of gradient boosting mimics a gradient descent on a…

机器学习 · 计算机科学 2022-11-30 Erwan Fouillen , Claire Boyer , Maxime Sangnier

This paper establishes a precise high-dimensional asymptotic theory for boosting on separable data, taking statistical and computational perspectives. We consider a high-dimensional setting where the number of features (weak learners) $p$…

统计理论 · 数学 2022-11-21 Tengyuan Liang , Pragya Sur

Multicalibration extends classical calibration by requiring predictions to be unbiased over a rich collection of functions, encompassing both prediction slices and subpopulations. It has emerged as a powerful framework for fairness,…

机器学习 · 统计学 2026-05-26 Hanxuan Ye , Hongzhe Li

Boosting algorithms to simultaneously estimate and select predictor effects in statistical models have gained substantial interest during the last decade. This review article aims to highlight recent methodological developments regarding…

统计方法学 · 统计学 2014-11-19 Andreas Mayr , Harald Binder , Olaf Gefeller , Matthias Schmid

Boosting is a highly successful ML-born optimization setting in which one is required to computationally efficiently learn arbitrarily good models based on the access to a weak learner oracle, providing classifiers performing at least…

机器学习 · 计算机科学 2024-11-15 Richard Nock , Yishay Mansour

Boosted decision trees typically yield good accuracy, precision, and ROC area. However, because the outputs from boosting are not well calibrated posterior probabilities, boosting yields poor squared error and cross-entropy. We empirically…

机器学习 · 计算机科学 2012-07-09 Alexandru Niculescu-Mizil , Richard A. Caruana

Increasingly high-dimensional data sets require that estimation methods do not only satisfy statistical guarantees but also remain computationally feasible. In this context, we consider $ L^{2} $-boosting via orthogonal matching pursuit in…

统计理论 · 数学 2022-10-17 Bernhard Stankewitz

Boosting has emerged as a useful machine learning technique over the past three decades, attracting increased attention. Most advancements in this area, however, have primarily focused on numerical implementation procedures, often lacking…

统计方法学 · 统计学 2026-02-23 Yuan Bian , Grace Y. Yi , Wenqing He

Boosting is a widely used machine learning approach based on the idea of aggregating weak learning rules. While in statistical learning numerous boosting methods exist both in the realizable and agnostic settings, in online learning they…

机器学习 · 计算机科学 2020-03-04 Nataly Brukhim , Xinyi Chen , Elad Hazan , Shay Moran

Boosting is a celebrated machine learning approach which is based on the idea of combining weak and moderately inaccurate hypotheses to a strong and accurate one. We study boosting under the assumption that the weak hypotheses belong to a…

机器学习 · 计算机科学 2024-02-14 Noga Alon , Alon Gonen , Elad Hazan , Shay Moran