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, timestep-skipping strategy that enhances the efficiency of diffusion model sampling by reducing function evaluations and correcting discretization errors, applicable across various pre-trained models.
Contribution
It proposes a novel training-free method combining past and future scores with momentum-inspired updates to accelerate diffusion sampling.
Findings
Achieves 16.46 FID with 4 NFE on ImageNet 64x64
Surpasses previous training-free acceleration methods
Effective across multiple pre-trained diffusion 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Nuclear reactor physics and engineering
MethodsDiffusion · Stochastic Gradient Descent
