Search papers, labs, and topics across Lattice.
This paper introduces ScaleResfusion, a novel diffusion framework for real-world image restoration that leverages pre-trained text-to-image rectified-flow models to enhance efficiency and quality. By incorporating a Residual Rectified Flow that utilizes a residual transport path from noisy low-quality images, the method maintains consistency with existing generative priors while enabling parameter-efficient fine-tuning. Extensive experiments demonstrate that ScaleResfusion achieves state-of-the-art performance across various restoration tasks with significantly reduced sampling costs.
Achieving state-of-the-art image restoration efficiency, ScaleResfusion redefines how we leverage pre-trained generative models in real-world applications.
Real-world Image Restoration (Real-IR) aims to recover high-quality (HQ) images from complex and unknown degradations. Although recent diffusion-based methods have substantially improved perceptual quality, their current designs leave two key challenges unresolved. Methods that start from Gaussian noise are slow and often less faithful to the degraded input. Residual-based methods usually train from scratch, which makes it hard to exploit modern pre-trained generative priors. In this paper, we present ScaleResfusion, a scalable diffusion framework for real-world image restoration built on pre-trained text-to-image rectified-flow models. The core of our method is Residual Rectified Flow, which introduces the residual term R into Standard Rectified Flow. Instead of starting from pure noise, it uses a residual transport path that starts from noisy low-quality (LQ) images and admits an exact acceleration point. By learning the residual vector field, Residual Rectified Flow keeps the output distribution and linear diffusion process consistent with the pre-trained rectified-flow models. This makes parameter-efficient fine-tuning possible at scale. We further introduce a knowledge-distillation pipeline to reduce sampling cost while maintaining restoration quality. Extensive experiments on multiple real-world restoration tasks show that ScaleResfusion achieves state-of-the-art performance with much higher efficiency. These results suggest a practical and scalable way to adapt large pre-trained diffusion models to real-world image restoration. Our code and models are available at https://github.com/YukinoshitaLove/ScaleResfusion.