paper-with-me

Papers

Measuring Uncertainty through Bayesian Learning of Deep Neural Network Structure

2019-11-22 · Zhijie Deng, Yucen Luo, Jun Zhu, Bo Zhang

Bayesian neural networks (BNNs) augment deep networks with uncertainty quantification by Bayesian treatment of the network weights. However, such models face the challenge of Bayesian inference in a high-dimensional and usually over-parameterized space. This paper investigates a new line of Bayesian deep learning by performing Bayesian inference on network structure. Instead of building structure from scratch inefficiently, we draw inspirations from neural architecture search to represent the network structure. We then develop an efficient stochastic variational inference approach which unifies the learning of both network structure and weights. Empirically, our method exhibits competitive predictive performance while preserving the benefits of Bayesian principles across challenging scenarios. We also provide convincing experimental justification for our modeling choice.

📄 PDF Abstract BibTeX arXiv:1911.09804

Code (1)

anonymousest/DBSN tf

Tasks

Bayesian InferenceNeural Architecture SearchUncertainty QuantificationVariational Inference

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 제목 키워드 기반

Uncertainty Quantification With Noise Injection in Neural Networks: A Bayesian Perspective

2025-01-21 · Xueqiong Yuan, Jipeng Li, Ercan Engin Kuruoglu

Model uncertainty quantification involves measuring and evaluating the uncertainty linked to a model's predictions, helping assess their reliability and confidence. Noise injection is a technique used to enhance the robu…

Bayesian InferenceUncertainty Quantification

Bayesian Uncertainty Estimation for Batch Normalized Deep Networks

2018-02-18 · Mattias Teye, Hossein Azizpour, Kevin Smith

We show that training a deep network using batch normalization is equivalent to approximate inference in Bayesian models. We further demonstrate that this finding allows us to make meaningful estimates of the model uncer…

Qualitative Analysis of Monte Carlo Dropout

2020-07-03 · Ronald Seoh

In this report, we present qualitative analysis of Monte Carlo (MC) dropout method for measuring model uncertainty in neural network (NN) models. We first consider the sources of uncertainty in NNs, and briefly review Ba…

Double-Bayesian Learning

2024-10-16 · Stefan Jaeger

Contemporary machine learning methods will try to approach the Bayes error, as it is the lowest possible error any model can achieve. This paper postulates that any decision is composed of not one but two Bayesian decisi…

Decision Making

Measuring Classification Decision Certainty and Doubt

2023-03-25 · Alexander M. Berenbeim, Iain J. Cruickshank, Susmit Jha, Robert H. Thomson 외

Quantitative characterizations and estimations of uncertainty are of fundamental importance in optimization and decision-making processes. Herein, we propose intuitive scores, which we call certainty and doubt, that can …

ClassificationDecision Making