paper-with-me

Papers

Parametric and Multivariate Uncertainty Calibration for Regression and Object Detection

2022-07-04 · Fabian Küppers, Jonas Schneider, Anselm Haselhoff

Reliable spatial uncertainty evaluation of object detection models is of special interest and has been subject of recent work. In this work, we review the existing definitions for uncertainty calibration of probabilistic regression tasks. We inspect the calibration properties of common detection networks and extend state-of-the-art recalibration methods. Our methods use a Gaussian process (GP) recalibration scheme that yields parametric distributions as output (e.g. Gaussian or Cauchy). The usage of GP recalibration allows for a local (conditional) uncertainty calibration by capturing dependencies between neighboring samples. The use of parametric distributions such as as Gaussian allows for a simplified adaption of calibration in subsequent processes, e.g., for Kalman filtering in the scope of object tracking. In addition, we use the GP recalibration scheme to perform covariance estimation which allows for post-hoc introduction of local correlations between the output quantities, e.g., position, width, or height in object detection. To measure the joint calibration of multivariate and possibly correlated data, we introduce the quantile calibration error which is based on the Mahalanobis distance between the predicted distribution and the ground truth to determine whether the ground truth is within a predicted quantile. Our experiments show that common detection models overestimate the spatial uncertainty in comparison to the observed error. We show that the simple Isotonic Regression recalibration method is sufficient to achieve a good uncertainty quantification in terms of calibrated quantiles. In contrast, if normal distributions are required for subsequent processes, our GP-Normal recalibration method yields the best results. Finally, we show that our covariance estimation method is able to achieve best calibration results for joint multivariate calibration.

📄 PDF Abstract BibTeX arXiv:2207.01242

Code (1)

efs-opensource/calibration-framework 공식 구현 pytorch

Tasks

object-detectionObject DetectionObject TrackingregressionUncertainty Quantification

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Distribution-Free Model-Agnostic Regression Calibration via Nonparametric Methods

2023-09-21 · NeurIPS 2023 11

In this paper, we consider the uncertainty quantification problem for regression models. Specifically, we consider an individual calibration objective for characterizing the quantiles of the prediction model. While such …

Nonparametric Distribution Regression Re-calibration

2026-02-13 · Ádám Jung, Domokos M. Kelen, András A. Benczúr arxiv

A key challenge in probabilistic regression is ensuring that predictive distributions accurately reflect true empirical uncertainty. Minimizing overall prediction error often encourages models to prioritize informativene…

Multivariate Uncertainty Quantification with Tomographic Quantile Forests

2025-12-18 · Takuya Kanazawa arxiv

Quantifying predictive uncertainty is essential for safe and trustworthy real-world AI deployment. Yet, fully nonparametric estimation of conditional distributions remains challenging for multivariate targets. We propose…

Multivariate Probabilistic Regression with Natural Gradient Boosting

2021-06-07 · Michael O'Malley, Adam M. Sykulski, Rick Lumpkin, Alejandro Schuler

Many single-target regression problems require estimates of uncertainty along with the point predictions. Probabilistic regression algorithms are well-suited for these tasks. However, the options are much more limited wh…

regression

Calibrated Multivariate Distributional Regression with Pre-Rank Regularization

2026-01-30 · Aya Laajil, Elnura Zhalieva, Naomi Desobry, Souhaib Ben Taieb arxiv

The goal of probabilistic prediction is to issue predictive distributions that are as informative as possible, subject to being calibrated. Despite substantial progress in the univariate setting, achieving multivariate c…