paper-with-me

Papers

Variational EP with Probabilistic Backpropagation for Bayesian Neural Networks

2023-03-02 · Kehinde Olobatuyi

I propose a novel approach for nonlinear Logistic regression using a two-layer neural network (NN) model structure with hierarchical priors on the network weights. I present a hybrid of expectation propagation called Variational Expectation Propagation approach (VEP) for approximate integration over the posterior distribution of the weights, the hierarchical scale parameters of the priors and zeta. Using a factorized posterior approximation I derive a computationally efficient algorithm, whose complexity scales similarly to an ensemble of independent sparse logistic models. The approach can be extended beyond standard activation functions and NN model structures to form flexible nonlinear binary predictors from multiple sparse linear models. I consider a hierarchical Bayesian model with logistic regression likelihood and a Gaussian prior distribution over the parameters called weights and hyperparameters. I work in the perspective of E step and M step for computing the approximating posterior and updating the parameters using the computed posterior respectively.

📄 PDF Abstract BibTeX arXiv:2303.01540

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Probabilistic Backpropagation for Scalable Learning of Bayesian Neural Networks

2015-02-18 · José Miguel Hernández-Lobato, Ryan P. Adams

Large multilayer neural networks trained with backpropagation have recently achieved state-of-the-art results in a wide range of problems. However, using backprop for neural net learning still has some disadvantages, e.g…

Uncertainty quantification in non-rigid image registration via stochastic gradient Markov chain Monte Carlo

2021-10-25 · Daniel Grzech, Mohammad Farid Azampour, Huaqi Qiu, Ben Glocker 외

We develop a new Bayesian model for non-rigid registration of three-dimensional medical images, with a focus on uncertainty quantification. Probabilistic registration of large images with calibrated uncertainty estimates…

Image RegistrationUncertainty QuantificationVariational Inference

Gradient-free variational learning with conditional mixture networks

2024-08-29 · Conor Heins, Hao Wu, Dimitrije Markovic, Alexander Tschantz 외

Balancing computational efficiency with robust predictive performance is crucial in supervised learning, especially for critical applications. Standard deep learning models, while accurate and scalable, often lack probab…

Computational EfficiencyMixture-of-ExpertsUncertainty QuantificationVariational Inference

Discovering Discrete Latent Topics with Neural Variational Inference

2017-06-01 · ICML 2017 8 · Yishu Miao, Edward Grefenstette, Phil Blunsom

Topic models have been widely explored as probabilistic generative models of documents. Traditional inference methods have sought closed-form derivations for updating the models, however as the expressiveness of these mo…

Topic ModelsVariational Inference

Fast Second-Order Stochastic Backpropagation for Variational Inference

2015-09-09 · Kai Fan, Ziteng Wang, Jeff Beck, James Kwok 외

We propose a second-order (Hessian or Hessian-free) based optimization method for variational inference inspired by Gaussian backpropagation, and argue that quasi-Newton optimization can be developed as well. This is acc…

regressionVariational Inference