paper-with-me

Papers

The Variational Predictive Natural Gradient

2019-03-07 · Da Tang, Rajesh Ranganath

Variational inference transforms posterior inference into parametric optimization thereby enabling the use of latent variable models where otherwise impractical. However, variational inference can be finicky when different variational parameters control variables that are strongly correlated under the model. Traditional natural gradients based on the variational approximation fail to correct for correlations when the approximation is not the true posterior. To address this, we construct a new natural gradient called the Variational Predictive Natural Gradient (VPNG). Unlike traditional natural gradients for variational inference, this natural gradient accounts for the relationship between model parameters and variational parameters. We demonstrate the insight with a simple example as well as the empirical value on a classification task, a deep generative model of images, and probabilistic matrix factorization for recommendation.

📄 PDF Abstract BibTeX arXiv:1903.02984

Code (1)

datang1992/VPNG 공식 구현 tf

Tasks

General ClassificationVariational Inference

Similar Papers 제목 키워드 기반

Noisy Natural Gradient as Variational Inference

2017-12-06 · ICML 2018 7 · Guodong Zhang, Shengyang Sun, David Duvenaud, Roger Grosse

Variational Bayesian neural nets combine the flexibility of deep learning with Bayesian uncertainty estimation. Unfortunately, there is a tradeoff between cheap but simple variational families (e.g.~fully factorized) or …

Active LearningEfficient ExplorationReinforcement LearningReinforcement Learning (RL)+1

Predictive coding, precision and natural gradients

2021-11-12 · Andre Ofner, Raihan Kabir Ratul, Suhita Ghosh, Sebastian Stober

There is an increasing convergence between biologically plausible computational models of inference and learning with local update rules and the global gradient-based optimization of neural network models employed in mac…

Variational Inference

Bayesian Deep Learning for Remaining Useful Life Estimation via Stein Variational Gradient Descent

2024-02-02 · Luca Della Libera, Jacopo Andreoli, Davide Dalle Pezze, Mirco Ravanelli 외

A crucial task in predictive maintenance is estimating the remaining useful life of physical systems. In the last decade, deep learning has improved considerably upon traditional model-based and statistical approaches in…

Variational Inference

Stein Variational Model Predictive Control

2020-11-15 · Alexander Lambert, Adam Fishman, Dieter Fox, Byron Boots 외

Decision making under uncertainty is critical to real-world, autonomous systems. Model Predictive Control (MPC) methods have demonstrated favorable performance in practice, but remain limited when dealing with complex pr…

Bayesian InferenceDecision MakingDecision Making Under Uncertaintymodel+1

Bayesian Online Natural Gradient (BONG)

2024-05-30 · Matt Jones, Peter Chang, Kevin Murphy

We propose a novel approach to sequential Bayesian inference based on variational Bayes (VB). The key insight is that, in the online setting, we do not need to add the KL term to regularize to the prior (which comes from…

Bayesian InferenceSequential Bayesian Inference