One Step Diffusion-based Super-Resolution with Time-Aware Distillation
Xiao He, Huaao Tang, Zhijun Tu, Junchao Zhang, Kun Cheng, Hanting Chen, Yong Guo, Mingrui Zhu, Nannan Wang, Xinbo Gao, Jie Hu
TL;DR
This work tackles the latency of diffusion-based super-resolution by introducing time-aware diffusion distillation (TAD-SR), enabling high-quality SR in a single sampling step. It combines a teacher-student distillation with a high-frequency enhanced score distillation (HFSD) and a time-aware latent discriminator to guide the student toward real-image manifolds under mild perturbations. The approach yields comparable or superior performance to multi-step teacher models on both synthetic and real-world SR tasks, with notable gains in perceptual quality as shown by non-reference metrics. This method promises practical speedups for diffusion-based SR in real-world imaging applications, including blind face restoration, while maintaining high fidelity to the original content.
Abstract
Diffusion-based image super-resolution (SR) methods have shown promise in reconstructing high-resolution images with fine details from low-resolution counterparts. However, these approaches typically require tens or even hundreds of iterative samplings, resulting in significant latency. Recently, techniques have been devised to enhance the sampling efficiency of diffusion-based SR models via knowledge distillation. Nonetheless, when aligning the knowledge of student and teacher models, these solutions either solely rely on pixel-level loss constraints or neglect the fact that diffusion models prioritize varying levels of information at different time steps. To accomplish effective and efficient image super-resolution, we propose a time-aware diffusion distillation method, named TAD-SR. Specifically, we introduce a novel score distillation strategy to align the data distribution between the outputs of the student and teacher models after minor noise perturbation. This distillation strategy enables the student network to concentrate more on the high-frequency details. Furthermore, to mitigate performance limitations stemming from distillation, we integrate a latent adversarial loss and devise a time-aware discriminator that leverages diffusion priors to effectively distinguish between real images and generated images. Extensive experiments conducted on synthetic and real-world datasets demonstrate that the proposed method achieves comparable or even superior performance compared to both previous state-of-the-art (SOTA) methods and the teacher model in just one sampling step. Codes are available at https://github.com/LearningHx/TAD-SR.
