paper-with-me

Papers

Accelerating Diffusion Transformer via Increment-Calibrated Caching with Channel-Aware Singular Value Decomposition

2025-05-09 · CVPR 2025 1 · ZhiYuan Chen, Keyi Li, Yifan Jia, Le Ye, Yufei Ma

Diffusion transformer (DiT) models have achieved remarkable success in image generation, thanks for their exceptional generative capabilities and scalability. Nonetheless, the iterative nature of diffusion models (DMs) results in high computation complexity, posing challenges for deployment. Although existing cache-based acceleration methods try to utilize the inherent temporal similarity to skip redundant computations of DiT, the lack of correction may induce potential quality degradation. In this paper, we propose increment-calibrated caching, a training-free method for DiT acceleration, where the calibration parameters are generated from the pre-trained model itself with low-rank approximation. To deal with the possible correction failure arising from outlier activations, we introduce channel-aware Singular Value Decomposition (SVD), which further strengthens the calibration effect. Experimental results show that our method always achieve better performance than existing naive caching methods with a similar computation resource budget. When compared with 35-step DDIM, our method eliminates more than 45% computation and improves IS by 12 at the cost of less than 0.06 FID increase. Code is available at https://github.com/ccccczzy/icc.

📄 PDF Abstract BibTeX arXiv:2505.05829

Code (1)

ccccczzy/icc 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

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

Beyond Few-Step Inference: Accelerating Video Diffusion Transformer Model Serving with Inter-Request Caching Reuse

2026-04-06 · Hao Liu, Ye Huang, Chenghuan Huang, Zhenyi Zheng 외 arxiv

Video Diffusion Transformer (DiT) models are a dominant approach for high-quality video generation but suffer from high inference cost due to iterative denoising. Existing caching approaches primarily exploit similarity …

Video Generation

Compute Only 16 Tokens in One Timestep: Accelerating Diffusion Transformers with Cluster-Driven Feature Caching

2025-09-12 · Zhixin Zheng, Xinyu Wang, Chang Zou, Shaobo Wang 외 arxiv

Diffusion transformers have gained significant attention in recent years for their ability to generate high-quality images and videos, yet still suffer from a huge computational cost due to their iterative denoising proc…

Text-to-Video Generation

Accelerating Diffusion Transformer via Error-Optimized Cache

2025-01-31 · Junxiang Qiu, Shuo Wang, Jinda Lu, Lin Liu 외

Diffusion Transformer (DiT) is a crucial method for content generation. However, it needs a lot of time to sample. Many studies have attempted to use caching to reduce the time consumption of sampling. Existing caching m…

Learning-to-Cache: Accelerating Diffusion Transformer via Layer Caching

2024-06-03 · Xinyin Ma, Gongfan Fang, Michael Bi Mi, Xinchao Wang

Diffusion Transformers have recently demonstrated unprecedented generative capabilities for various tasks. The encouraging results, however, come with the cost of slow inference, since each denoising step requires infere…

Denoising