🤖 AI Summary
Existing diffusion-based methods for image inverse problems suffer from inaccurate likelihood approximation or computational inefficiency. This paper proposes a unified posterior sampling framework: it approximates the observation model with a Gaussian likelihood and introduces a novel covariance correction term to enhance approximation fidelity. Crucially, the method avoids backpropagating gradients through the diffusion model, substantially reducing computational overhead. By leveraging efficient matrix decomposition techniques—such as Cholesky decomposition—it enables rapid covariance inversion and robust data-consistency enforcement across diverse inverse problems. Evaluated on super-resolution, denoising, and compressed sensing, the approach achieves more stable convergence, superior reconstruction quality, and significantly faster inference, consistently outperforming state-of-the-art diffusion-based methods.
📝 Abstract
Diffusion models can generate a variety of high-quality images by modeling complex data distributions. Trained diffusion models can also be very effective image priors for solving inverse problems. Most of the existing diffusion-based methods integrate data consistency steps within the diffusion reverse sampling process. The data consistency steps rely on an approximate likelihood function. In this paper, we show that the existing approximations are either insufficient or computationally inefficient. To address these issues, we propose a unified likelihood approximation method that incorporates a covariance correction term to enhance the performance and avoids propagating gradients through the diffusion model. The correction term, when integrated into the reverse diffusion sampling process, achieves better convergence towards the true data posterior for selected distributions and improves performance on real-world natural image datasets. Furthermore, we present an efficient way to factorize and invert the covariance matrix of the likelihood function for several inverse problems. We present comprehensive experiments to demonstrate the effectiveness of our method over several existing approaches.