paper-with-me

Papers

Sample as You Infer: Predictive Coding With Langevin Dynamics

2023-11-22 · Umais Zahid, Qinghai Guo, Zafeirios Fountas

We present a novel algorithm for parameter learning in generic deep generative models that builds upon the predictive coding (PC) framework of computational neuroscience. Our approach modifies the standard PC algorithm to bring performance on-par and exceeding that obtained from standard variational auto-encoder (VAE) training. By injecting Gaussian noise into the PC inference procedure we re-envision it as an overdamped Langevin sampling, which facilitates optimisation with respect to a tight evidence lower bound (ELBO). We improve the resultant encoder-free training method by incorporating an encoder network to provide an amortised warm-start to our Langevin sampling and test three different objectives for doing so. Finally, to increase robustness to the sampling step size and reduce sensitivity to curvature, we validate a lightweight and easily computable form of preconditioning, inspired by Riemann Manifold Langevin and adaptive optimizers from the SGD literature. We compare against VAEs by training like-for-like generative models using our technique against those trained with standard reparameterisation-trick-based ELBOs. We observe our method out-performs or matches performance across a number of metrics, including sample quality, while converging in a fraction of the number of SGD training iterations.

📄 PDF Abstract BibTeX arXiv:2311.13664

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Thermodynamic Bayesian Inference

2024-10-02 · Maxwell Aifer, Samuel Duffield, Kaelan Donatella, Denis Melanson 외

A fully Bayesian treatment of complicated predictive models (such as deep neural networks) would enable rigorous uncertainty quantification and the automation of higher-level tasks including model selection. However, the…

Bayesian InferenceModel SelectionUncertainty Quantification

Learning Deep Latent Variable Models via Amortized Langevin Dynamics

2021-01-01 · Shohei Taniguchi, Yusuke Iwasawa, Yutaka Matsuo

How can we perform posterior inference for deep latent variable models in an efficient and flexible manner? Markov chain Monte Carlo (MCMC) methods, such as Langevin dynamics, provide sample approximations of such poster…

Anomaly DetectionUnsupervised Anomaly Detection

Quantifying the mini-batching error in Bayesian inference for Adaptive Langevin dynamics

2021-05-21 · Inass Sekkat, Gabriel Stoltz

Bayesian inference allows to obtain useful information on the parameters of models, either in computational statistics or more recently in the context of Bayesian Neural Networks. The computational cost of usual Monte Ca…

Bayesian InferenceFriction

Learning and Inference in Sparse Coding Models with Langevin Dynamics

2022-04-23 · Michael Y. -S. Fang, Mayur Mudigonda, Ryan Zarcone, Amir Khosrowshahi 외

We describe a stochastic, dynamical system capable of inference and learning in a probabilistic latent variable model. The most challenging problem in such models - sampling the posterior distribution over latent variabl…

Sampling from Bayesian Neural Network Posteriors with Symmetric Minibatch Splitting Langevin Dynamics

2024-10-14 · Daniel Paulin, Peter A. Whalley, Neil K. Chada, Benedict Leimkuhler

We propose a scalable kinetic Langevin dynamics algorithm for sampling parameter spaces of big data and AI applications. Our scheme combines a symmetric forward/backward sweep over minibatches with a symmetric discretiza…