paper-with-me

홈 › Papers

Loss-Calibrated Approximate Inference in Bayesian Neural Networks

2018-05-10 · Adam D. Cobb, Stephen J. Roberts, Yarin Gal

Current approaches in approximate inference for Bayesian neural networks minimise the Kullback-Leibler divergence to approximate the true posterior over the weights. However, this approximation is without knowledge of the final application, and therefore cannot guarantee optimal predictions for a given task. To make more suitable task-specific approximations, we introduce a new loss-calibrated evidence lower bound for Bayesian neural networks in the context of supervised learning, informed by Bayesian decision theory. By introducing a lower bound that depends on a utility function, we ensure that our approximation achieves higher utility than traditional methods for applications that have asymmetric utility functions. Furthermore, in using dropout inference, we highlight that our new objective is identical to that of standard dropout neural networks, with an additional utility-dependent penalty term. We demonstrate our new loss-calibrated model with an illustrative medical example and a restricted model capacity experiment, and highlight failure modes of the comparable weighted cross entropy approach. Lastly, we demonstrate the scalability of our method to real world applications with per-pixel semantic segmentation on an autonomous driving data set.

📄 PDF Abstract BibTeX arXiv:1805.03901

Code (1)

IntelLabs/AVUC pytorch

Tasks

Autonomous DrivingSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Loss-calibrated expectation propagation for approximate Bayesian decision-making

2022-01-10 · Michael J. Morais, Jonathan W. Pillow

Approximate Bayesian inference methods provide a powerful suite of tools for finding approximations to intractable posterior distributions. However, machine learning applications typically involve selecting actions, whic…

Bayesian InferenceDecision Making

On Calibrated Model Uncertainty in Deep Learning

2022-06-15 · Biraja Ghoshal, Allan Tucker

Estimated uncertainty by approximate posteriors in Bayesian neural networks are prone to miscalibration, which leads to overconfident predictions in critical tasks that have a clear asymmetric cost or significant losses.…

Deep LearningDiagnosticmodelPrediction

Asymptotic Consistency of Loss-Calibrated Variational Bayes

2019-11-04 · Prateek Jaiswal, Harsha Honnappa, Vinayak A. Rao

This paper establishes the asymptotic consistency of the {\it loss-calibrated variational Bayes} (LCVB) method. LCVB was proposed in~\cite{LaSiGh2011} as a method for approximately computing Bayesian posteriors in a `los…

Decision Making

Post-hoc loss-calibration for Bayesian neural networks

2021-06-13 · Meet P. Vadera, Soumya Ghosh, Kenney Ng, Benjamin M. Marlin

Bayesian decision theory provides an elegant framework for acting optimally under uncertainty when tractable posterior distributions are available. Modern Bayesian models, however, typically involve intractable posterior…

Decision MakingDiversity

Being Bayesian, Even Just a Bit, Fixes Overconfidence in ReLU Networks

2020-02-24 · ICML 2020 1 · Agustinus Kristiadi, Matthias Hein, Philipp Hennig

The point estimates of ReLU classification networks---arguably the most widely used neural network architecture---have been shown to yield arbitrarily high confidence far away from the training data. This architecture, i…

Bayesian Inference