CVAug 29, 2023

DiffBIR: Towards Blind Image Restoration with Generative Diffusion Prior

arXiv:2308.15070v3316 citationsh-index: 98Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of restoring degraded images without prior knowledge of the degradation type for applications in computer vision, though it is an incremental improvement combining existing methods.

The authors tackled blind image restoration by proposing DiffBIR, a two-stage pipeline that removes degradations and regenerates lost content using a generative diffusion model, achieving state-of-the-art results in tasks like super-resolution, face restoration, and denoising on synthetic and real-world datasets.

We present DiffBIR, a general restoration pipeline that could handle different blind image restoration tasks in a unified framework. DiffBIR decouples blind image restoration problem into two stages: 1) degradation removal: removing image-independent content; 2) information regeneration: generating the lost image content. Each stage is developed independently but they work seamlessly in a cascaded manner. In the first stage, we use restoration modules to remove degradations and obtain high-fidelity restored results. For the second stage, we propose IRControlNet that leverages the generative ability of latent diffusion models to generate realistic details. Specifically, IRControlNet is trained based on specially produced condition images without distracting noisy content for stable generation performance. Moreover, we design a region-adaptive restoration guidance that can modify the denoising process during inference without model re-training, allowing users to balance realness and fidelity through a tunable guidance scale. Extensive experiments have demonstrated DiffBIR's superiority over state-of-the-art approaches for blind image super-resolution, blind face restoration and blind image denoising tasks on both synthetic and real-world datasets. The code is available at https://github.com/XPixelGroup/DiffBIR.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes