paper-with-me

Papers

Dropout as a Bayesian Approximation: Appendix

2015-06-06 · Yarin Gal, Zoubin Ghahramani

We show that a neural network with arbitrary depth and non-linearities, with dropout applied before every weight layer, is mathematically equivalent to an approximation to a well known Bayesian model. This interpretation might offer an explanation to some of dropout's key properties, such as its robustness to over-fitting. Our interpretation allows us to reason about uncertainty in deep learning, and allows the introduction of the Bayesian machinery into existing deep learning frameworks in a principled way. This document is an appendix for the main paper "Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning" by Gal and Ghahramani, 2015.

📄 PDF Abstract BibTeX arXiv:1506.02157

Code (1)

yaringal/HeteroscedasticDropoutUncertainty

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Bayesian Dropout

2015-08-12 · Tue Herlau, Morten Mørup, Mikkel N. Schmidt

Dropout has recently emerged as a powerful and simple method for training neural networks preventing co-adaptation by stochastically omitting neurons. Dropout is currently not grounded in explicit modelling assumptions w…

regression

Known Unknowns: Uncertainty Quality in Bayesian Neural Networks

2016-12-05 · Ramon Oliveira, Pedro Tabacof, Eduardo Valle

We evaluate the uncertainty quality in neural networks using anomaly detection. We extract uncertainty measures (e.g. entropy) from the predictions of candidate models, use those measures as features for an anomaly detec…

Anomaly DetectionKnown Unknowns

Structured Dropout Variational Inference for Bayesian Neural Networks

2021-02-16 · NeurIPS 2021 12 · Son Nguyen, Duong Nguyen, Khai Nguyen, Khoat Than 외

Approximate inference in Bayesian deep networks exhibits a dilemma of how to yield high fidelity posterior approximations while maintaining computational efficiency and scalability. We tackle this challenge by introducin…

Bayesian InferenceComputational EfficiencyOut-of-Distribution DetectionVariational Inference

Bayesian posterior approximation with stochastic ensembles

2022-12-15 · CVPR 2023 1 · Oleksandr Balabanov, Bernhard Mehlig, Hampus Linander

We introduce ensembles of stochastic neural networks to approximate the Bayesian posterior, combining stochastic methods such as dropout with deep ensembles. The stochastic ensembles are formulated as families of distrib…

Bayesian Inferenceimage-classificationImage ClassificationVariational Inference

Single-shot Bayesian approximation for neural networks

2023-08-24 · Kai Brach, Beate Sick, Oliver Dürr

Deep neural networks (NNs) are known for their high-prediction performances. However, NNs are prone to yield unreliable predictions when encountering completely new situations without indicating their uncertainty. Bayesi…