CVJul 4, 2024

Diff-Restorer: Unleashing Visual Prompts for Diffusion-based Universal Image Restoration

arXiv:2407.03636v114 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of handling real-world image restoration with multiple degradations for applications in computer vision, though it appears incremental as it builds on existing diffusion models.

The paper tackled the problem of universal image restoration for various degradations like blur and noise by proposing Diff-Restorer, a diffusion-based method that uses visual prompts to guide restoration, resulting in improved perceptual quality and effectiveness across multiple tasks as demonstrated through qualitative and quantitative analysis.

Image restoration is a classic low-level problem aimed at recovering high-quality images from low-quality images with various degradations such as blur, noise, rain, haze, etc. However, due to the inherent complexity and non-uniqueness of degradation in real-world images, it is challenging for a model trained for single tasks to handle real-world restoration problems effectively. Moreover, existing methods often suffer from over-smoothing and lack of realism in the restored results. To address these issues, we propose Diff-Restorer, a universal image restoration method based on the diffusion model, aiming to leverage the prior knowledge of Stable Diffusion to remove degradation while generating high perceptual quality restoration results. Specifically, we utilize the pre-trained visual language model to extract visual prompts from degraded images, including semantic and degradation embeddings. The semantic embeddings serve as content prompts to guide the diffusion model for generation. In contrast, the degradation embeddings modulate the Image-guided Control Module to generate spatial priors for controlling the spatial structure of the diffusion process, ensuring faithfulness to the original image. Additionally, we design a Degradation-aware Decoder to perform structural correction and convert the latent code to the pixel domain. We conducted comprehensive qualitative and quantitative analysis on restoration tasks with different degradations, demonstrating the effectiveness and superiority of our approach.

Foundations

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

Your Notes