paper-with-me

Papers

Bayesian Inference for Large Scale Image Classification

2019-08-09 · Jonathan Heek, Nal Kalchbrenner

Bayesian inference promises to ground and improve the performance of deep neural networks. It promises to be robust to overfitting, to simplify the training procedure and the space of hyperparameters, and to provide a calibrated measure of uncertainty that can enhance decision making, agent exploration and prediction fairness. Markov Chain Monte Carlo (MCMC) methods enable Bayesian inference by generating samples from the posterior distribution over model parameters. Despite the theoretical advantages of Bayesian inference and the similarity between MCMC and optimization methods, the performance of sampling methods has so far lagged behind optimization methods for large scale deep learning tasks. We aim to fill this gap and introduce ATMC, an adaptive noise MCMC algorithm that estimates and is able to sample from the posterior of a neural network. ATMC dynamically adjusts the amount of momentum and noise applied to each parameter update in order to compensate for the use of stochastic gradients. We use a ResNet architecture without batch normalization to test ATMC on the Cifar10 benchmark and the large scale ImageNet benchmark and show that, despite the absence of batch normalization, ATMC outperforms a strong optimization baseline in terms of both classification accuracy and test log-likelihood. We show that ATMC is intrinsically robust to overfitting on the training data and that ATMC provides a better calibrated measure of uncertainty compared to the optimization baseline.

📄 PDF Abstract BibTeX arXiv:1908.03491

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceClassificationDecision MakingFairnessGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Kaiming Initialization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Scalable Multi-Class Bayesian Support Vector Machines for Structured and Unstructured Data

2018-06-07 · Martin Wistuba, Ambrish Rawat

We introduce a new Bayesian multi-class support vector machine by formulating a pseudo-likelihood for a multi-class hinge loss in the form of a location-scale mixture of Gaussians. We derive a variational-inference-based…

Active LearningGeneral ClassificationVariational Inference

Function-Space Variational Inference for Deep Bayesian Classification

2021-09-29 · Jihao Andreas Lin, Joe Watson, Pascal Klink, Jan Peters

Bayesian deep learning approaches assume model parameters to be latent random variables and infer posterior predictive distributions to quantify uncertainty, increase safety and trust, and prevent overconfident and unpre…

Adversarial RobustnessClassificationimage-classificationImage Classification+2

Transformers Can Do Bayesian Inference

2021-12-20 · ICLR 2022 4 · Samuel Müller, Noah Hollmann, Sebastian Pineda Arango, Josif Grabocka 외

Currently, it is hard to reap the benefits of deep learning for Bayesian methods, which allow the explicit specification of prior knowledge and accurately capture model uncertainty. We present Prior-Data Fitted Networks …

AutoMLBayesian InferenceFew-Shot Image ClassificationGaussian Processes+3

Variational Bayesian Inference For A Scale Mixture Of Normal Distributions Handling Missing Data

2017-11-22 · G. Revillon, A. Djafari, C. Enderli

In this paper, a scale mixture of Normal distributions model is developed for classification and clustering of data having outliers and missing values. The classification method, based on a mixture model, focuses on the …

Bayesian InferenceClassificationClusteringGeneral Classification+2

Scalable Bayesian neural networks by layer-wise input augmentation

2020-10-26 · Trung Trinh, Samuel Kaski, Markus Heinonen

We introduce implicit Bayesian neural networks, a simple and scalable approach for uncertainty representation in deep learning. Standard Bayesian approach to deep learning requires the impractical inference of the poster…

Deep Learningimage-classificationImage Classification