CVDec 29, 2024

Zero-Shot Image Restoration Using Few-Step Guidance of Consistency Models (and Beyond)

arXiv:2412.20596v213 citationsh-index: 17CVPR
AI Analysis

This work addresses the computational inefficiency in zero-shot image restoration for applications requiring fast processing, though it is incremental as it builds on existing Consistency Models and guidance techniques.

The paper tackles the problem of slow zero-shot image restoration with diffusion models by proposing a scheme using Consistency Models that operates well with as few as 4 Neural Function Evaluations, achieving competitive performance in tasks like super-resolution, deblurring, and inpainting.

In recent years, it has become popular to tackle image restoration tasks with a single pretrained diffusion model (DM) and data-fidelity guidance, instead of training a dedicated deep neural network per task. However, such "zero-shot" restoration schemes currently require many Neural Function Evaluations (NFEs) for performing well, which may be attributed to the many NFEs needed in the original generative functionality of the DMs. Recently, faster variants of DMs have been explored for image generation. These include Consistency Models (CMs), which can generate samples via a couple of NFEs. However, existing works that use guided CMs for restoration still require tens of NFEs or fine-tuning of the model per task that leads to performance drop if the assumptions during the fine-tuning are not accurate. In this paper, we propose a zero-shot restoration scheme that uses CMs and operates well with as little as 4 NFEs. It is based on a wise combination of several ingredients: better initialization, back-projection guidance, and above all a novel noise injection mechanism. We demonstrate the advantages of our approach for image super-resolution, deblurring and inpainting. Interestingly, we show that the usefulness of our noise injection technique goes beyond CMs: it can also mitigate the performance degradation of existing guided DM methods when reducing their NFE count.

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