Unleashing the Denoising Capability of Diffusion Prior for Solving Inverse Problems
Jiawei Zhang, Jiaxin Zhuang, Cheng Jin, Gen Li, Yuantao Gu
TL;DR
The paper addresses inverse problems by exploiting the denoising capability of pre-trained diffusion priors within a principled optimization framework. It introduces ProjDiff, a two-variable ELBO leveraging an auxiliary variable x_{t_a} and solves the resulting constrained objective with projection gradient descent and gradient truncation. The approach demonstrates competitive or superior performance across linear and nonlinear inverse problems, including image restoration and music source separation, highlighting practical potential. The method offers a flexible, diffusion-based alternative to MAP/plug-and-play strategies with extensions to nonlinear observations and weak-observation regimes through techniques like Restricted Encoding.
Abstract
The recent emergence of diffusion models has significantly advanced the precision of learnable priors, presenting innovative avenues for addressing inverse problems. Since inverse problems inherently entail maximum a posteriori estimation, previous works have endeavored to integrate diffusion priors into the optimization frameworks. However, prevailing optimization-based inverse algorithms primarily exploit the prior information within the diffusion models while neglecting their denoising capability. To bridge this gap, this work leverages the diffusion process to reframe noisy inverse problems as a two-variable constrained optimization task by introducing an auxiliary optimization variable. By employing gradient truncation, the projection gradient descent method is efficiently utilized to solve the corresponding optimization problem. The proposed algorithm, termed ProjDiff, effectively harnesses the prior information and the denoising capability of a pre-trained diffusion model within the optimization framework. Extensive experiments on the image restoration tasks and source separation and partial generation tasks demonstrate that ProjDiff exhibits superior performance across various linear and nonlinear inverse problems, highlighting its potential for practical applications. Code is available at https://github.com/weigerzan/ProjDiff/.
