Variational Inference with Gaussian Score Matching
Chirag Modi, Charles Margossian, Yuling Yao, Robert Gower, David Blei, and Lawrence Saul

TL;DR
This paper introduces Gaussian score matching variational inference (GSM-VI), a novel method that efficiently approximates complex posterior distributions by matching score functions, outperforming traditional methods in speed while maintaining accuracy.
Contribution
The paper proposes GSM-VI, a new variational inference approach based on score matching with a closed-form solution for Gaussian families, applicable as a black box method.
Findings
GSM-VI is faster than BBVI, requiring 10-100x fewer gradient evaluations.
GSM-VI maintains comparable accuracy to BBVI across various problems.
GSM-VI performs well on real-world Bayesian inference tasks.
Abstract
Variational inference (VI) is a method to approximate the computationally intractable posterior distributions that arise in Bayesian statistics. Typically, VI fits a simple parametric distribution to the target posterior by minimizing an appropriate objective such as the evidence lower bound (ELBO). In this work, we present a new approach to VI based on the principle of score matching, that if two distributions are equal then their score functions (i.e., gradients of the log density) are equal at every point on their support. With this, we develop score matching VI, an iterative algorithm that seeks to match the scores between the variational approximation and the exact posterior. At each iteration, score matching VI solves an inner optimization, one that minimally adjusts the current variational estimate to match the scores at a newly sampled value of the latent variables. We show that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Bayesian Methods and Mixture Models · Statistical Methods and Inference
MethodsVariational Inference
