Diffusion Image Prior
Hamadi Chihaoui, Paolo Favaro
TL;DR
This work tackles blind image restoration under unknown or complex degradations by introducing the Diffusion Image Prior (DIIP), a training-free approach that fixes a pretrained diffusion model and optimizes its input to align with degraded observations. The method leverages the diffusion model's strong implicit prior and uses self-supervised early stopping to prevent overfitting, enabling restoration across a broad range of degradations without explicit degradation models. DIIP demonstrates state-of-the-art performance on CelebA and ImageNet for tasks including denoising, super-resolution, JPEG artifact removal, waterdrop removal, and non-uniform blur, while maintaining reasonable efficiency. By revealing and exploiting biases of pretrained diffusion priors, the paper offers a practical, degradation-agnostic tool for real-world IR, reducing reliance on large, degradation-specific datasets.
Abstract
Zero-shot image restoration (IR) methods based on pretrained diffusion models have recently achieved significant success. These methods typically require at least a parametric form of the degradation model. However, in real-world scenarios, the degradation may be too complex to define explicitly. To handle this general case, we introduce the Diffusion Image Prior (DIIP). We take inspiration from the Deep Image Prior (DIP)[16], since it can be used to remove artifacts without the need for an explicit degradation model. However, in contrast to DIP, we find that pretrained diffusion models offer a much stronger prior, despite being trained without knowledge from corrupted data. We show that, the optimization process in DIIP first reconstructs a clean version of the image before eventually overfitting to the degraded input, but it does so for a broader range of degradations than DIP. In light of this result, we propose a blind image restoration (IR) method based on early stopping, which does not require prior knowledge of the degradation model. We validate DIIP on various degradation-blind IR tasks, including JPEG artifact removal, waterdrop removal, denoising and super-resolution with state-of-the-art results.
