CVSep 25, 2024

Degradation-Guided One-Step Image Super-Resolution with Diffusion Priors

arXiv:2409.17058v157 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses the computational bottleneck in real-time image super-resolution applications, representing an incremental improvement over existing diffusion-based approaches.

The paper tackles the inefficiency of diffusion-based image super-resolution methods by introducing a one-step model that uses a degradation-guided LoRA module and a novel training pipeline, achieving superior efficiency and effectiveness compared to state-of-the-art methods.

Diffusion-based image super-resolution (SR) methods have achieved remarkable success by leveraging large pre-trained text-to-image diffusion models as priors. However, these methods still face two challenges: the requirement for dozens of sampling steps to achieve satisfactory results, which limits efficiency in real scenarios, and the neglect of degradation models, which are critical auxiliary information in solving the SR problem. In this work, we introduced a novel one-step SR model, which significantly addresses the efficiency issue of diffusion-based SR methods. Unlike existing fine-tuning strategies, we designed a degradation-guided Low-Rank Adaptation (LoRA) module specifically for SR, which corrects the model parameters based on the pre-estimated degradation information from low-resolution images. This module not only facilitates a powerful data-dependent or degradation-dependent SR model but also preserves the generative prior of the pre-trained diffusion model as much as possible. Furthermore, we tailor a novel training pipeline by introducing an online negative sample generation strategy. Combined with the classifier-free guidance strategy during inference, it largely improves the perceptual quality of the super-resolution results. Extensive experiments have demonstrated the superior efficiency and effectiveness of the proposed model compared to recent state-of-the-art methods.

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