Taming Diffusion Prior for Image Super-Resolution with Domain Shift SDEs
Qinpeng Cui, Yixuan Liu, Xinyi Zhang, Qiqi Bao, Qingmin Liao, Li Wang, Tian Lu, Zicheng Liu, Zhongdao Wang, Emad Barsoum
TL;DR
This work introduces DoSSR, a diffusion-based super-resolution framework that leverages pretrained diffusion priors while starting inference from low-resolution inputs. It formalizes a domain shift diffusion process (DoSSR) and its continuous extension (DoS-SDEs), embedding the LR→HR transition into the forward model and deriving efficient reverse-time samplers with domain-shift guidance. By preserving diffusion priors and employing a shifting sequence that enables LR-based initialization, DoSSR achieves strong SR performance with minimal sampling steps (as few as 5), yielding 5–7× faster inference than previous diffusion-prior methods while maintaining or surpassing state-of-the-art perceptual quality. The approach demonstrates favorable results on synthetic and real-world benchmarks, supported by thorough ablations on DoSG, starting time, step count, and solver order. Limitations include seed sensitivity for some images and broader societal considerations around privacy and ethics in high-resolution imaging.
Abstract
Diffusion-based image super-resolution (SR) models have attracted substantial interest due to their powerful image restoration capabilities. However, prevailing diffusion models often struggle to strike an optimal balance between efficiency and performance. Typically, they either neglect to exploit the potential of existing extensive pretrained models, limiting their generative capacity, or they necessitate a dozens of forward passes starting from random noises, compromising inference efficiency. In this paper, we present DoSSR, a Domain Shift diffusion-based SR model that capitalizes on the generative powers of pretrained diffusion models while significantly enhancing efficiency by initiating the diffusion process with low-resolution (LR) images. At the core of our approach is a domain shift equation that integrates seamlessly with existing diffusion models. This integration not only improves the use of diffusion prior but also boosts inference efficiency. Moreover, we advance our method by transitioning the discrete shift process to a continuous formulation, termed as DoS-SDEs. This advancement leads to the fast and customized solvers that further enhance sampling efficiency. Empirical results demonstrate that our proposed method achieves state-of-the-art performance on synthetic and real-world datasets, while notably requiring only 5 sampling steps. Compared to previous diffusion prior based methods, our approach achieves a remarkable speedup of 5-7 times, demonstrating its superior efficiency. Code: https://github.com/QinpengCui/DoSSR.
