paper-with-me

Papers

Uncertainty estimation under model misspecification in neural network regression

2021-11-23 · Maria R. Cervera, Rafael Dätwyler, Francesco D'Angelo, Hamza Keurti, Benjamin F. Grewe, Christian Henning

Although neural networks are powerful function approximators, the underlying modelling assumptions ultimately define the likelihood and thus the hypothesis class they are parameterizing. In classification, these assumptions are minimal as the commonly employed softmax is capable of representing any categorical distribution. In regression, however, restrictive assumptions on the type of continuous distribution to be realized are typically placed, like the dominant choice of training via mean-squared error and its underlying Gaussianity assumption. Recently, modelling advances allow to be agnostic to the type of continuous distribution to be modelled, granting regression the flexibility of classification models. While past studies stress the benefit of such flexible regression models in terms of performance, here we study the effect of the model choice on uncertainty estimation. We highlight that under model misspecification, aleatoric uncertainty is not properly captured, and that a Bayesian treatment of a misspecified model leads to unreliable epistemic uncertainty estimates. Overall, our study provides an overview on how modelling choices in regression may influence uncertainty estimation and thus any downstream decision making process.

📄 PDF Abstract BibTeX arXiv:2111.11763

Code (1)

mariacer/regression_uncertainty_mm pytorch

Tasks

Decision Makingregression

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Gaussian Process Regression under Computational and Epistemic Misspecification

2023-12-14 · Daniel Sanz-Alonso, Ruiyi Yang

Gaussian process regression is a classical kernel method for function estimation and data interpolation. In large data applications, computational costs can be reduced using low-rank or sparse approximations of the kerne…

regression

Stable Prediction with Model Misspecification and Agnostic Distribution Shift

2020-01-31 · Kun Kuang, Ruoxuan Xiong, Peng Cui, Susan Athey 외

For many machine learning algorithms, two main assumptions are required to guarantee performance. One is that the test data are drawn from the same distribution as the training data, and the other is that the model is co…

parameter estimationPredictionregression

A view on model misspecification in uncertainty quantification

2022-10-30 · Yuko Kato, David M. J. Tax, Marco Loog

Estimating uncertainty of machine learning models is essential to assess the quality of the predictions that these models provide. However, there are several factors that influence the quality of uncertainty estimates, o…

modelUncertainty Quantification

Efficient Two-Stage Gaussian Process Regression Via Automatic Kernel Search and Subsampling

2024-05-22 · Shifan Zhao, Jiaying Lu, Ji Yang, Edmond Chow 외

Gaussian Process Regression (GPR) is widely used in statistics and machine learning for prediction tasks requiring uncertainty measures. Its efficacy depends on the appropriate specification of the mean function, covaria…

GPRregressionUncertainty Quantification

Accurate Uncertainties for Deep Learning Using Calibrated Regression

2018-07-01 · ICML 2018 7 · Volodymyr Kuleshov, Nathan Fenner, Stefano Ermon

Methods for reasoning under uncertainty are a key building block of accurate and reliable machine learning systems. Bayesian methods provide a general framework to quantify uncertainty. However, because of model misspeci…

Deep LearningModel-based Reinforcement LearningregressionReinforcement Learning+4