MLCVLGApr 21, 2023

Plug-and-Play split Gibbs sampler: embedding deep generative priors in Bayesian inference

arXiv:2304.11134v140 citationsh-index: 44
Originality Incremental advance
AI Analysis

This work addresses the problem of enabling Bayesian inference with confidence intervals for researchers and practitioners in computational imaging, though it is incremental as it builds on existing plug-and-play and split Gibbs sampling techniques.

The paper tackles the challenge of sampling from posterior distributions in Bayesian inference by introducing a stochastic plug-and-play algorithm that splits the task into simpler subproblems, using deep generative models for denoising, and demonstrates efficiency in image processing experiments with comparisons to state-of-the-art methods.

This paper introduces a stochastic plug-and-play (PnP) sampling algorithm that leverages variable splitting to efficiently sample from a posterior distribution. The algorithm based on split Gibbs sampling (SGS) draws inspiration from the alternating direction method of multipliers (ADMM). It divides the challenging task of posterior sampling into two simpler sampling problems. The first problem depends on the likelihood function, while the second is interpreted as a Bayesian denoising problem that can be readily carried out by a deep generative model. Specifically, for an illustrative purpose, the proposed method is implemented in this paper using state-of-the-art diffusion-based generative models. Akin to its deterministic PnP-based counterparts, the proposed method exhibits the great advantage of not requiring an explicit choice of the prior distribution, which is rather encoded into a pre-trained generative model. However, unlike optimization methods (e.g., PnP-ADMM) which generally provide only point estimates, the proposed approach allows conventional Bayesian estimators to be accompanied by confidence intervals at a reasonable additional computational cost. Experiments on commonly studied image processing problems illustrate the efficiency of the proposed sampling strategy. Its performance is compared to recent state-of-the-art optimization and sampling methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes