Token Pruning for Caching Better: 9 Times Acceleration on Stable Diffusion for Free
Evelyn Zhang, Bang Xiao, Jiayi Tang, Qianli Ma, Chang Zou, Xuefei Ning, Xuming Hu, Linfeng Zhang
TL;DR
This work tackles the efficiency bottleneck of diffusion-based image generation by introducing Dynamics-Aware Token Pruning (DaTo), a training-free method that combines token pruning with feature caching while preserving temporal feature dynamics. DaTo identifies high-dynamics tokens via a temporal difference score, propagates dynamics through self-attention using base tokens, and recovers pruned tokens from their closest base tokens; an evolutionary NSGA-II search selects per-timestep caching depth and pruning ratios to balance latency and image quality. The approach yields substantial speedups (up to 9× on Stable Diffusion ImageNet and 7× on COCO-30k) with improved or maintained FID across SDv1.5, SDv2, and SDXL, illustrating strong practical impact without requiring培训. Overall, DaTo advances practical diffusion-model acceleration by jointly optimizing caching and pruning in a dynamics-aware, training-free framework with robust generalization across datasets and model variants.
Abstract
Stable Diffusion has achieved remarkable success in the field of text-to-image generation, with its powerful generative capabilities and diverse generation results making a lasting impact. However, its iterative denoising introduces high computational costs and slows generation speed, limiting broader adoption. The community has made numerous efforts to reduce this computational burden, with methods like feature caching attracting attention due to their effectiveness and simplicity. Nonetheless, simply reusing features computed at previous timesteps causes the features across adjacent timesteps to become similar, reducing the dynamics of features over time and ultimately compromising the quality of generated images. In this paper, we introduce a dynamics-aware token pruning (DaTo) approach that addresses the limitations of feature caching. DaTo selectively prunes tokens with lower dynamics, allowing only high-dynamic tokens to participate in self-attention layers, thereby extending feature dynamics across timesteps. DaTo combines feature caching with token pruning in a training-free manner, achieving both temporal and token-wise information reuse. Applied to Stable Diffusion on the ImageNet, our approach delivered a 9$\times$ speedup while reducing FID by 0.33, indicating enhanced image quality. On the COCO-30k, we observed a 7$\times$ acceleration coupled with a notable FID reduction of 2.17.
