paper-with-me

Papers

Bayesian Neural Network via Stochastic Gradient Descent

2020-06-04 · Abhinav Sagar

The goal of bayesian approach used in variational inference is to minimize the KL divergence between variational distribution and unknown posterior distribution. This is done by maximizing the Evidence Lower Bound (ELBO). A neural network is used to parametrize these distributions using Stochastic Gradient Descent. This work extends the work done by others by deriving the variational inference models. We show how SGD can be applied on bayesian neural networks by gradient estimation techniques. For validation, we have tested our model on 5 UCI datasets and the metrics chosen for evaluation are Root Mean Square Error (RMSE) error and negative log likelihood. Our work considerably beats the previous state of the art approaches for regression using bayesian neural networks.

📄 PDF Abstract BibTeX arXiv:2006.08453

Code (0)

등록된 구현이 없습니다.

Tasks

regressionVariational Inference

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Large-Scale Distributed Bayesian Matrix Factorization using Stochastic Gradient MCMC

2015-03-05 · Sungjin Ahn, Anoop Korattikara, Nathan Liu, Suju Rajan 외

Despite having various attractive qualities such as high prediction accuracy and the ability to quantify uncertainty and avoid over-fitting, Bayesian Matrix Factorization has not been widely adopted because of the prohib…

Prediction

Almost Bayesian: The Fractal Dynamics of Stochastic Gradient Descent

2025-03-28 · Max Hennick, Stijn De Baerdemacker

We show that the behavior of stochastic gradient descent is related to Bayesian statistics by showing that SGD is effectively diffusion on a fractal landscape, where the fractal dimension can be accounted for in a purely…

A unified theory of adaptive stochastic gradient descent as Bayesian filtering

2019-05-01 · ICLR 2019 5 · Laurence Aitchison

We formulate stochastic gradient descent (SGD) as a novel factorised Bayesian filtering problem, in which each parameter is inferred separately, conditioned on the corresopnding backpropagated gradient. Inference in thi…

General Classification

Stochastic natural gradient descent draws posterior samples in function space

2018-06-25 · Samuel L. Smith, Daniel Duckworth, Semon Rezchikov, Quoc V. Le 외

Recent work has argued that stochastic gradient descent can approximate the Bayesian uncertainty in model parameters near local minima. In this work we develop a similar correspondence for minibatch natural gradient desc…

valid

A Bayesian Approach for Online Classifier Ensemble

2015-07-08 · Qinxun Bai, Henry Lam, Stan Sclaroff

We propose a Bayesian approach for recursively estimating the classifier weights in online learning of a classifier ensemble. In contrast with past methods, such as stochastic gradient descent or online boosting, our app…