Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

From Reusing to Forecasting: Accelerating Diffusion Models with TaylorSeers

About

Diffusion Transformers (DiT) have revolutionized high-fidelity image and video synthesis, yet their computational demands remain prohibitive for real-time applications. To solve this problem, feature caching has been proposed to accelerate diffusion models by caching the features in the previous timesteps and then reusing them in the following timesteps. However, at timesteps with significant intervals, the feature similarity in diffusion models decreases substantially, leading to a pronounced increase in errors introduced by feature caching, significantly harming the generation quality. To solve this problem, we propose TaylorSeer, which firstly shows that features of diffusion models at future timesteps can be predicted based on their values at previous timesteps. Based on the fact that features change slowly and continuously across timesteps, TaylorSeer employs a differential method to approximate the higher-order derivatives of features and predict features in future timesteps with Taylor series expansion. Extensive experiments demonstrate its significant effectiveness in both image and video synthesis, especially in high acceleration ratios. For instance, it achieves an almost lossless acceleration of 4.99$\times$ on FLUX and 5.00$\times$ on HunyuanVideo without additional training. On DiT, it achieves $3.41$ lower FID compared with previous SOTA at $4.53$$\times$ acceleration. %Our code is provided in the supplementary materials and will be made publicly available on GitHub. Our codes have been released in Github:https://github.com/Shenyi-Z/TaylorSeer

Jiacheng Liu, Chang Zou, Yuanhuiyi Lyu, Junjie Chen, Linfeng Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Image GenerationImageNet 512x512 (val)
FID-50K3.51
184
Class-conditional Image GenerationImageNet
FID2.55
132
Text-to-Image GenerationFLUX.1 (dev)
Image Reward0.9989
56
Class-conditional Image GenerationImageNet (val)
FID3.56
54
Text-to-Image GenerationCOCO
FID34.74
51
Video GenerationVBench (test)
Semantic Score65.2
35
Text-to-Image GenerationPartiPrompts
ImageReward0.9813
33
Class-to-image generationImageNet
FID2.34
25
Text-to-Image GenerationFLUX.1-schnell 1.0 (dev)
Latency (s)5.85
23
Text-to-Video GenerationHunyuanVideo
LPIPS0.42
22
Showing 10 of 35 rows

Other info

Follow for update