paper-with-me

Papers

Gradient Boosting Performs Gaussian Process Inference

2022-06-11 · Aleksei Ustimenko, Artem Beliakov, Liudmila Prokhorenkova

This paper shows that gradient boosting based on symmetric decision trees can be equivalently reformulated as a kernel method that converges to the solution of a certain Kernel Ridge Regression problem. Thus, we obtain the convergence to a Gaussian Process' posterior mean, which, in turn, allows us to easily transform gradient boosting into a sampler from the posterior to provide better knowledge uncertainty estimates through Monte-Carlo estimation of the posterior variance. We show that the proposed sampler allows for better knowledge uncertainty estimates leading to improved out-of-domain detection.

📄 PDF Abstract BibTeX arXiv:2206.05608

Code (2)

anon-author-123/gradient-boosting-performs-gaussian-process-inference 공식 구현
takeover/gradient-boosting-performs-gaussian-process-inference 공식 구현

Tasks

regression

Similar Papers 제목 키워드 기반

A functional central limit theorem for kernel gradient flow and infinitesimal gradient boosting

2026-06-24 · Clément Dombry, Jean-Jil Duchamps arxiv

Building on the large-sample analysis of infinitesimal gradient boosting (Dombry and Duchamps, 2024b), we study the fluctuations of the process around its deterministic limit and establish a functional central limit theo…

Collective Entity Disambiguation with Structured Gradient Tree Boosting

2018-02-28 · NAACL 2018 6 · Yi Yang, Ozan .Irsoy, Kazi Shefaet Rahman

We present a gradient-tree-boosting-based structured learning model for jointly disambiguating named entities in a document. Gradient tree boosting is a widely used machine learning algorithm that underlies many top-perf…

Entity Disambiguation

Gaussian Process Boosting

2020-04-06 · Fabio Sigrist

We introduce a novel way to combine boosting with Gaussian process and mixed effects models. This allows for relaxing, first, the zero or linearity assumption for the prior mean function in Gaussian process and grouped r…

Supervised Score-Based Modeling by Gradient Boosting

2024-11-02 · Changyuan Zhao, Hongyang Du, Guangyuan Liu, Dusit Niyato

Score-based generative models can effectively learn the distribution of data by estimating the gradient of the distribution. Due to the multi-step denoising characteristic, researchers have recently considered combining …

Denoising

Discrete Tokenization Unlocks Transformers for Calibrated Tabular Forecasting

2026-03-08 · Yael S. Elmatad arxiv

Gradient boosting still dominates Transformers on tabular benchmarks. Our tokenizer uses a deliberately simplistic discretized vocabulary so we can highlight how even basic tokenization unlocks the power of attention on …