Efficient Diffusion Posterior Sampling for Noisy Inverse Problems
Ji Li, Chao Wang
TL;DR
The paper tackles noisy inverse problems by leveraging pretrained diffusion models as priors and proposing a MAP-based surrogate to estimate the conditional mean $\mathbb{E}[\mathbf{x}_0|\mathbf{x}_t,\mathbf{y}]$ without backpropagation. It introduces a DDIM-like, parameterized sampler with measurement guidance that uses the MAP surrogate to drive conditional Sampling, enabling SVD-free and backprop-free implementation. The approach unifies and differentiates from existing methods such as $\Pi$GDM, DMPS, and DDRM, while extending to nonlinear cases like JPEG decompression; experiments show competitive restoration quality and notable runtime advantages. This yields a practical, flexible framework for broad inverse problems, preserving diffusion priors while reducing computational and memory costs. The work thus enhances applicability of diffusion-based priors for real-world linear and nonlinear inverse problems with improved efficiency and generality.
Abstract
The pretrained diffusion model as a strong prior has been leveraged to address inverse problems in a zero-shot manner without task-specific retraining. Different from the unconditional generation, the measurement-guided generation requires estimating the expectation of clean image given the current image and the measurement. With the theoretical expectation expression, the crucial task of solving inverse problems is to estimate the noisy likelihood function at the intermediate image sample. Using the Tweedie's formula and the known noise model, the existing diffusion posterior sampling methods perform gradient descent step with backpropagation through the pretrained diffusion model. To alleviate the costly computation and intensive memory consumption of the backpropagation, we propose an alternative maximum-a-posteriori (MAP)-based surrogate estimator to the expectation. With this approach and further density approximation, the MAP estimator for linear inverse problem is the solution to a traditional regularized optimization, of which the loss comprises of data fidelity term and the diffusion model related prior term. Integrating the MAP estimator into a general denoising diffusion implicit model (DDIM)-like sampler, we achieve the general solving framework for inverse problems. Our approach highly resembles the existing $Π$GDM without the manifold projection operation of the gradient descent direction. The developed method is also extended to nonlinear JPEG decompression. The performance of the proposed posterior sampling is validated across a series of inverse problems, where both VP and VE SDE-based pretrained diffusion models are taken into consideration.
