PFDiff: Training-Free Acceleration of Diffusion Models Combining Past and Future Scores
Guangyi Wang, Yuren Cai, Lijiang Li, Wei Peng, Songzhi Su
TL;DR
PFDiff introduces a training-free, orthogonal approach to accelerate diffusion model sampling by combining past- and future-score guidance for timestep skipping. It replaces current score computations with a past 'springboard' and forecasts a future score to correct discretization errors in first-order solvers, enabling efficient $k$-step skips with minimal NFEs. The method is theoretically grounded through trajectory-based analysis and convergence arguments and is validated across unconditional and conditional pre-trained DPMs, showing substantial FID improvements at low NFEs while maintaining comparable inference time. This approach broadens the practicality of fast diffusion sampling, particularly for large pre-trained, conditionally guided models.
Abstract
Diffusion Probabilistic Models (DPMs) have shown remarkable potential in image generation, but their sampling efficiency is hindered by the need for numerous denoising steps. Most existing solutions accelerate the sampling process by proposing fast ODE solvers. However, the inevitable discretization errors of the ODE solvers are significantly magnified when the number of function evaluations (NFE) is fewer. In this work, we propose PFDiff, a novel training-free and orthogonal timestep-skipping strategy, which enables existing fast ODE solvers to operate with fewer NFE. Specifically, PFDiff initially utilizes score replacement from past time steps to predict a ``springboard". Subsequently, it employs this ``springboard" along with foresight updates inspired by Nesterov momentum to rapidly update current intermediate states. This approach effectively reduces unnecessary NFE while correcting for discretization errors inherent in first-order ODE solvers. Experimental results demonstrate that PFDiff exhibits flexible applicability across various pre-trained DPMs, particularly excelling in conditional DPMs and surpassing previous state-of-the-art training-free methods. For instance, using DDIM as a baseline, we achieved 16.46 FID (4 NFE) compared to 138.81 FID with DDIM on ImageNet 64x64 with classifier guidance, and 13.06 FID (10 NFE) on Stable Diffusion with 7.5 guidance scale. Code is available at \url{https://github.com/onefly123/PFDiff}.
