paper-with-me

Papers

Token Pruning for Caching Better: 9 Times Acceleration on Stable Diffusion for Free

2024-12-31 · Evelyn Zhang, Bang Xiao, Jiayi Tang, Qianli Ma, Chang Zou, Xuefei Ning, Xuming Hu, Linfeng Zhang

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.

📄 PDF Abstract BibTeX arXiv:2501.00375

Code (1)

EvelynZhang-epiclab/DaTo 공식 구현

Tasks

DenoisingImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

SODA: Sensitivity-Oriented Dynamic Acceleration for Diffusion Transformer

2026-03-07 · Tong Shao, Yusen Fu, Guoying Sun, Jingde Kong 외 arxiv

Diffusion Transformers have become a dominant paradigm in visual generation, yet their low inference efficiency remains a key bottleneck hindering further advancement. Among common training-free techniques, caching offer…

Accelerating Diffusion Transformers with Dual Feature Caching

2024-12-25 · Chang Zou, Evelyn Zhang, Runlin Guo, Haohang Xu 외

Diffusion Transformers (DiT) have become the dominant methods in image and video generation yet still suffer substantial computational costs. As an effective approach for DiT acceleration, feature caching methods are des…

Video Generation

Accelerating Diffusion Transformers with Token-wise Feature Caching

2024-10-05 · Chang Zou, Xuyang Liu, Ting Liu, Siteng Huang 외

Diffusion transformers have shown significant effectiveness in both image and video synthesis at the expense of huge computation costs. To address this problem, feature caching methods have been introduced to accelerate …

Video Generation

Token Caching for Diffusion Transformer Acceleration

2024-09-27 · Jinming Lou, Wenyang Luo, Yufan Liu, Bing Li 외

Diffusion transformers have gained substantial interest in diffusion generative modeling due to their outstanding performance. However, their high computational cost, arising from the quadratic computational complexity o…

DenoisingScheduling

CAT Pruning: Cluster-Aware Token Pruning For Text-to-Image Diffusion Models

2025-02-01 · Xinle Cheng, Zhuoming Chen, Zhihao Jia

Diffusion models have revolutionized generative tasks, especially in the domain of text-to-image synthesis; however, their iterative denoising process demands substantial computational resources. In this paper, we presen…

DenoisingImage Generation