paper-with-me

Papers

Variational Inference with Gaussian Score Matching

2023-07-15 · NeurIPS 2023 11 · Chirag Modi, Charles Margossian, Yuling Yao, Robert Gower, David Blei, Lawrence Saul

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 when the variational family is a Gaussian, this inner optimization enjoys a closed form solution, which we call Gaussian score matching VI (GSM-VI). GSM-VI is also a ``black box'' variational algorithm in that it only requires a differentiable joint distribution, and as such it can be applied to a wide class of models. We compare GSM-VI to black box variational inference (BBVI), which has similar requirements but instead optimizes the ELBO. We study how GSM-VI behaves as a function of the problem dimensionality, the condition number of the target covariance matrix (when the target is Gaussian), and the degree of mismatch between the approximating and exact posterior distribution. We also study GSM-VI on a collection of real-world Bayesian inference problems from the posteriorDB database of datasets and models. In all of our studies we find that GSM-VI is faster than BBVI, but without sacrificing accuracy. It requires 10-100x fewer gradient evaluations to obtain a comparable quality of approximation.

📄 PDF Abstract BibTeX arXiv:2307.07849

Code (2)

modichirag/gsm-vi 공식 구현 jax
roualdes/bridgestan 공식 구현

Tasks

Bayesian InferenceVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Semi-Implicit Variational Inference via Score Matching

2023-08-19 · Longlin Yu, Cheng Zhang

Semi-implicit variational inference (SIVI) greatly enriches the expressiveness of variational families by considering implicit variational distributions defined in a hierarchical manner. However, due to the intractable d…

Bayesian InferenceDenoisingVariational Inference

Sparse Inducing Points in Deep Gaussian Processes: Enhancing Modeling with Denoising Diffusion Variational Inference

2024-07-24 · Jian Xu, Delu Zeng, John Paisley

Deep Gaussian processes (DGPs) provide a robust paradigm for Bayesian deep learning. In DGPs, a set of sparse integration locations called inducing points are selected to approximate the posterior distribution of the mod…

DenoisingGaussian ProcessesVariational Inference

Score Priors Guided Deep Variational Inference for Unsupervised Real-World Single Image Denoising

2023-08-09 · ICCV 2023 1 · Jun Cheng, Tao Liu, Shan Tan

Real-world single image denoising is crucial and practical in computer vision. Bayesian inversions combined with score priors now have proven effective for single image denoising but are limited to white Gaussian noise. …

DenoisingImage DenoisingVariational Inference

Batch and match: black-box variational inference with a score-based divergence

2024-02-22 · Diana Cai, Chirag Modi, Loucas Pillaud-Vivien, Charles C. Margossian 외

Most leading implementations of black-box variational inference (BBVI) are based on optimizing a stochastic evidence lower bound (ELBO). But such approaches to BBVI often converge slowly due to the high variance of their…

Variational Inference

Robust and Scalable Gaussian Process Regression and Its Applications

2023-01-01 · CVPR 2023 1 · Yifan Lu, Jiayi Ma, Leyuan Fang, Xin Tian 외

This paper introduces a robust and scalable Gaussian process regression (GPR) model via variational learning. This enables the application of Gaussian processes to a wide range of real data, which are often large-sca…

4kGaussian ProcessesGPRImputation+2