Degradation-Guided One-Step Image Super-Resolution with Diffusion Priors
Aiping Zhang, Zongsheng Yue, Renjing Pei, Wenqi Ren, Xiaochun Cao
TL;DR
This work tackles the efficiency bottleneck of diffusion-based image super-resolution by proposing S3Diff, a one-step SR model that harnesses a pre-trained diffusion prior (SD-Turbo) while incorporating degradation-awareness through a degradation-guided LoRA. A dedicated degradation estimation pipeline and per-block ID embeddings enable data- and degradation-dependent parameter updates, preserving the model’s generative priors. An online negative prompting training strategy, combined with classifier-free guidance at inference, significantly improves perceptual quality without increasing inference steps. Experiments on synthetic and real-world benchmarks demonstrate that S3Diff achieves superior perceptual quality and competitive fidelity with far greater efficiency than state-of-the-art diffusion-based SR methods. The approach offers an interactive degradation-aware SR pathway suitable for real-time or resource-constrained scenarios.
Abstract
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.
