paper-with-me

Papers

Gradient Regularized Budgeted Boosting

2019-01-13 · Zhixiang Eddie Xu, Matt J. Kusner, Kilian Q. Weinberger, Alice X. Zheng

As machine learning transitions increasingly towards real world applications controlling the test-time cost of algorithms becomes more and more crucial. Recent work, such as the Greedy Miser and Speedboost, incorporate test-time budget constraints into the training procedure and learn classifiers that provably stay within budget (in expectation). However, so far, these algorithms are limited to the supervised learning scenario where sufficient amounts of labeled data are available. In this paper we investigate the common scenario where labeled data is scarce but unlabeled data is available in abundance. We propose an algorithm that leverages the unlabeled data (through Laplace smoothing) and learns classifiers with budget constraints. Our model, based on gradient boosted regression trees (GBRT), is, to our knowledge, the first algorithm for semi-supervised budgeted learning.

📄 PDF Abstract BibTeX arXiv:1901.04065

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Nonlinear Functions Using Regularized Greedy Forest

2011-09-05 · Rie Johnson, Tong Zhang

We consider the problem of learning a forest of nonlinear decision rules with general loss functions. The standard methods employ boosted decision trees such as Adaboost for exponential loss and Friedman's gradient boost…

Gradient Regularized Newton Boosting Trees with Global Convergence

2026-05-01 · Nikita Zozoulenko, Daniel Falkowski, Thomas Cass, Lukas Gonon arxiv

Gradient Boosting Decision Trees (GBDTs) dominate tabular machine learning, with modern implementations like XGBoost, LightGBM, and CatBoost being based on Newton boosting: a second-order descent step in the space of dec…

Statistical Inference for Gradient Boosting Regression

2025-09-27 · Haimo Fang, Kevin Tan, Giles Hooker arxiv

Gradient boosting is widely popular due to its flexibility and predictive accuracy. However, statistical inference and uncertainty quantification for gradient boosting remain challenging and under-explored. We propose a …

Boulevard: Regularized Stochastic Gradient Boosted Trees and Their Limiting Distribution

2018-06-26 · Yichen Zhou, Giles Hooker

This paper examines a novel gradient boosting framework for regression. We regularize gradient boosted trees by introducing subsampling and employ a modified shrinkage algorithm so that at every boosting stage the estima…

regression

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