LGAIJun 11, 2024

Unleashing the Denoising Capability of Diffusion Prior for Solving Inverse Problems

arXiv:2406.06959v29 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses inverse problems in fields like image processing by enhancing optimization methods with diffusion priors, representing an incremental improvement over prior approaches.

The paper tackled inverse problems by integrating diffusion models' denoising capability into optimization frameworks, resulting in ProjDiff, which demonstrated superior performance on image restoration, source separation, and partial generation tasks.

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/.

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