paper-with-me

홈 › Papers

Robustly representing uncertainty in deep neural networks through sampling

2016-11-05 · Patrick McClure, Nikolaus Kriegeskorte

As deep neural networks (DNNs) are applied to increasingly challenging problems, they will need to be able to represent their own uncertainty. Modeling uncertainty is one of the key features of Bayesian methods. Using Bernoulli dropout with sampling at prediction time has recently been proposed as an efficient and well performing variational inference method for DNNs. However, sampling from other multiplicative noise based variational distributions has not been investigated in depth. We evaluated Bayesian DNNs trained with Bernoulli or Gaussian multiplicative masking of either the units (dropout) or the weights (dropconnect). We tested the calibration of the probabilistic predictions of Bayesian convolutional neural networks (CNNs) on MNIST and CIFAR-10. Sampling at prediction time increased the calibration of the DNNs' probabalistic predictions. Sampling weights, whether Gaussian or Bernoulli, led to more robust representation of uncertainty compared to sampling of units. However, using either Gaussian or Bernoulli dropout led to increased test set classification accuracy. Based on these findings we used both Bernoulli dropout and Gaussian dropconnect concurrently, which we show approximates the use of a spike-and-slab variational distribution without increasing the number of learned parameters. We found that spike-and-slab sampling had higher test set performance than Gaussian dropconnect and more robustly represented its uncertainty compared to Bernoulli dropout.

📄 PDF Abstract BibTeX arXiv:1611.01639

Code (0)

등록된 구현이 없습니다.

Tasks

Variational Inference

Methods 이 논문이 사용한 방법론

DropConnect DropConnect generalizes Dropout by randomly dropping the weights rather than the activations with probability $1-p$. DropConnect…
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 제목 키워드 기반

Anatomical Token Uncertainty for Transformer-Guided Active MRI Acquisition

2026-03-23 · Lev Ayzenberg, Shady Abu-Hussein, Raja Giryes, Hayit Greenspan arxiv

Full data acquisition in MRI is inherently slow, which limits clinical throughput and increases patient discomfort. Compressed Sensing MRI (CS-MRI) seeks to accelerate acquisition by reconstructing images from under-samp…

Probabilistic Diffeomorphic Registration: Representing Uncertainty

2017-01-12 · Demian Wassermann, Matt Toews, Marc Niethammer, William Wells III

This paper presents a novel mathematical framework for representing uncertainty in large deformation diffeomorphic image registration. The Bayesian posterior distribution over the deformations aligning a moving and a fix…

Image Registration

Uncertainty Guided Adaptive Warping for Robust and Efficient Stereo Matching

2023-07-26 · ICCV 2023 1 · Junpeng Jing, Jiankun Li, Pengfei Xiong, Jiangyu Liu 외

Correlation based stereo matching has achieved outstanding performance, which pursues cost volume between two feature maps. Unfortunately, current methods with a fixed model do not work uniformly well across various data…

Stereo Matching

Manifold Sampling for Differentiable Uncertainty in Radiance Fields

2024-09-19 · Linjie Lyu, Ayush Tewari, Marc Habermann, Shunsuke Saito 외

Radiance fields are powerful and, hence, popular models for representing the appearance of complex scenes. Yet, constructing them based on image observations gives rise to ambiguities and uncertainties. We propose a vers…

Synaptic sampling: A connection between PSP variability and uncertainty explains neurophysiological observations

2015-07-12

When an action potential is transmitted to a postsynaptic neuron, a small change in the postsynaptic neuron's membrane potential occurs. These small changes, known as a postsynaptic potentials (PSPs), are highly variable…

Decision Making