paper-with-me

홈 › Papers

Nested conformal prediction and quantile out-of-bag ensemble methods

2019-10-23 · Chirag Gupta, Arun K. Kuchibhotla, Aaditya K. Ramdas

Conformal prediction is a popular tool for providing valid prediction sets for classification and regression problems, without relying on any distributional assumptions on the data. While the traditional description of conformal prediction starts with a nonconformity score, we provide an alternate (but equivalent) view that starts with a sequence of nested sets and calibrates them to find a valid prediction set. The nested framework subsumes all nonconformity scores, including recent proposals based on quantile regression and density estimation. While these ideas were originally derived based on sample splitting, our framework seamlessly extends them to other aggregation schemes like cross-conformal, jackknife+ and out-of-bag methods. We use the framework to derive a new algorithm (QOOB, pronounced cube) that combines four ideas: quantile regression, cross-conformalization, ensemble methods and out-of-bag predictions. We develop a computationally efficient implementation of cross-conformal, that is also used by QOOB. In a detailed numerical investigation, QOOB performs either the best or close to the best on all simulated and real datasets. Code for QOOB is available at https://github.com/aigen/QOOB.

📄 PDF Abstract BibTeX arXiv:1910.10562

Code (1)

AIgen/QOOB 공식 구현

Tasks

Conformal PredictionDensity EstimationPredictionquantile regressionregressionvalid

Similar Papers 제목 키워드 기반

Online Conformal Prediction: Enforcing monotonicity via Online Optimization

2026-05-12 · Eduardo Ochoa Rivera, Ambuj Tewari arxiv

Conformal prediction provides a principled framework for uncertainty quantification with finite-sample coverage guarantees. While recent work has extended conformal prediction to online and sequential settings, existing …

Weather Forecasting

Ensemble Conformalized Quantile Regression for Probabilistic Time Series Forecasting

2022-02-17 · Vilde Jensen, Filippo Maria Bianchi, Stian Norman Anfinsen

This paper presents a novel probabilistic forecasting method called ensemble conformalized quantile regression (EnCQR). EnCQR constructs distribution-free and approximately marginally valid prediction intervals (PIs), wh…

Conformal PredictionPrediction IntervalsProbabilistic Time Series Forecastingquantile regression+5

Conformal Thresholded Intervals for Efficient Regression

2024-07-19 · Rui Luo, Zhixin Zhou

This paper introduces Conformal Thresholded Intervals (CTI), a novel conformal regression method that aims to produce the smallest possible prediction set with guaranteed coverage. Unlike existing methods that rely on ne…

Conformal PredictionPredictionquantile regressionregression+1

Bayesian Conformal Prediction as a Decision Risk Problem

2026-02-03 · Fanyi Wu, Veronika Lohmanova, Samuel Kaski, Michele Caprio arxiv

We propose Bayesian Conformal Prediction (BCP), a framework that combines Bayesian posterior predictive distributions with PAC-style conformal risk control to produce prediction sets with finite-sample coverage guarantee…

LoBoost: Fast Model-Native Local Conformal Prediction for Gradient-Boosted Trees

2026-02-25 · Vagner Santos, Victor Coscrato, Luben Cabezas, Rafael Izbicki 외 arxiv

Gradient-boosted decision trees are among the strongest off-the-shelf predictors for tabular regression, but point predictions alone do not quantify uncertainty. Conformal prediction provides distribution-free marginal c…