CVNov 20, 2023

Deep Equilibrium Diffusion Restoration with Parallel Sampling

arXiv:2311.11600v227 citationsh-index: 99
Originality Incremental advance
AI Analysis

This work addresses the high computational cost and lack of interpretability in diffusion-based image restoration, offering a more efficient solution for researchers and practitioners in computer vision.

The paper tackles the slow and computationally expensive serial sampling in diffusion model-based image restoration by proposing DeqIR, which models the sampling chain as a deep equilibrium fixed point system, enabling parallel sampling and achieving competitive performance on benchmarks without training.

Diffusion model-based image restoration (IR) aims to use diffusion models to recover high-quality (HQ) images from degraded images, achieving promising performance. Due to the inherent property of diffusion models, most existing methods need long serial sampling chains to restore HQ images step-by-step, resulting in expensive sampling time and high computation costs. Moreover, such long sampling chains hinder understanding the relationship between inputs and restoration results since it is hard to compute the gradients in the whole chains. In this work, we aim to rethink the diffusion model-based IR models through a different perspective, i.e., a deep equilibrium (DEQ) fixed point system, called DeqIR. Specifically, we derive an analytical solution by modeling the entire sampling chain in these IR models as a joint multivariate fixed point system. Based on the analytical solution, we can conduct parallel sampling and restore HQ images without training. Furthermore, we compute fast gradients via DEQ inversion and found that initialization optimization can boost image quality and control the generation direction. Extensive experiments on benchmarks demonstrate the effectiveness of our method on typical IR tasks and real-world settings.

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