paper-with-me

Papers

Efficient distributional regression trees learning algorithms for calibrated non-parametric probabilistic forecasts

2025-02-07 · Duchemin Quentin, Obozinski Guillaume

The perspective of developing trustworthy AI for critical applications in science and engineering requires machine learning techniques that are capable of estimating their own uncertainty. In the context of regression, instead of estimating a conditional mean, this can be achieved by producing a predictive interval for the output, or to even learn a model of the conditional probability $p(y|x)$ of an output $y$ given input features $x$. While this can be done under parametric assumptions with, e.g. generalized linear model, these are typically too strong, and non-parametric models offer flexible alternatives. In particular, for scalar outputs, learning directly a model of the conditional cumulative distribution function of $y$ given $x$ can lead to more precise probabilistic estimates, and the use of proper scoring rules such as the weighted interval score (WIS) and the continuous ranked probability score (CRPS) lead to better coverage and calibration properties. This paper introduces novel algorithms for learning probabilistic regression trees for the WIS or CRPS loss functions. These algorithms are made computationally efficient thanks to an appropriate use of known data structures - namely min-max heaps, weight-balanced binary trees and Fenwick trees. Through numerical experiments, we demonstrate that the performance of our methods is competitive with alternative approaches. Additionally, our methods benefit from the inherent interpretability and explainability of trees. As a by-product, we show how our trees can be used in the context of conformal prediction and explain why they are particularly well-suited for achieving group-conditional coverage guarantees.

📄 PDF Abstract BibTeX arXiv:2502.05157

Code (0)

등록된 구현이 없습니다.

Tasks

Conformal Prediction

Similar Papers 제목 키워드 기반

Distributional Regression U-Nets for the Postprocessing of Precipitation Ensemble Forecasts

2024-07-02 · Romain Pic, Clément Dombry, Philippe Naveau, Maxime Taillardat

Accurate precipitation forecasts have a high socio-economic value due to their role in decision-making in various fields such as transport networks and farming. We propose a global statistical postprocessing method for g…

Decision Makingquantile regressionregressionscoring rule

Marginally-calibrated deep distributional regression

2019-08-26 · Nadja Klein, David J. Nott, Michael Stanley Smith

Deep neural network (DNN) regression models are widely used in applications requiring state-of-the-art predictive accuracy. However, until recently there has been little work on accurate uncertainty quantification for pr…

regressionTime Series AnalysisUncertainty Quantification

Treeffuser: Probabilistic Predictions via Conditional Diffusions with Gradient-Boosted Trees

2024-06-11 · Nicolas Beltran-Velez, Alessandro Antonio Grande, Achille Nazaret, Alp Kucukelbir 외

Probabilistic prediction aims to compute predictive distributions rather than single point predictions. These distributions enable practitioners to quantify uncertainty, compute risk, and detect outliers. However, most p…

Transformation Forests

2017-01-09 · Torsten Hothorn, Achim Zeileis

Regression models for supervised learning problems with a continuous target are commonly understood as models for the conditional mean of the target given predictors. This notion is simple and therefore appealing for int…

Prediction Intervalsquantile regressionregression

Fast Nonparametric Conditional Independence Testing via Two-Stage Regression

2026-06-16 · Eric V. Strobl arxiv

Constraint-based causal discovery relies on repeated conditional independence tests, but fast nonparametric tests often sacrifice calibration, especially when variables depend on the conditioning set through nonlinear re…