paper-with-me

Papers

Sortblock: Similarity-Aware Feature Reuse for Diffusion Model

2025-08-01 · Hanqi Chen, Xu Zhang, Xiaoliu Guan, Lielin Jiang, Guanzhong Wang, Zeyu Chen, Yi Liu arxiv

Diffusion Transformers (DiTs) have demonstrated remarkable generative capabilities, particularly benefiting from Transformer architectures that enhance visual and artistic fidelity. However, their inherently sequential denoising process results in high inference latency, limiting their deployment in real-time scenarios. Existing training-free acceleration approaches typically reuse intermediate features at fixed timesteps or layers, overlooking the evolving semantic focus across denoising stages and Transformer blocks.To address this, we propose Sortblock, a training-free inference acceleration framework that dynamically caches block-wise features based on their similarity across adjacent timesteps. By ranking the evolution of residuals, Sortblock adaptively determines a recomputation ratio, selectively skipping redundant computations while preserving generation quality. Furthermore, we incorporate a lightweight linear prediction mechanism to reduce accumulated errors in skipped blocks.Extensive experiments across various tasks and DiT architectures demonstrate that Sortblock achieves over 2$\times$ inference speedup with minimal degradation in output quality, offering an effective and generalizable solution for accelerating diffusion-based generative models.

📄 PDF Abstract BibTeX arXiv:2508.00412

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BWCache: Accelerating Video Diffusion Transformers through Block-Wise Caching

2025-09-17 · Hanshuai Cui, Zhiqing Tang, Zhifei Xu, Zhi Yao 외 arxiv

Recent advancements in Diffusion Transformers (DiTs) have established them as the state-of-the-art method for video generation. However, their inherently sequential denoising process results in inevitable latency, limiti…

Video Generation

FreqCa: Accelerating Diffusion Models via Frequency-Aware Caching

2025-10-09 · Jiacheng Liu, Peiliang Cai, Qinming Zhou, Yuqi Lin 외 arxiv

The application of diffusion transformers is suffering from their significant inference costs. Recently, feature caching has been proposed to solve this problem by reusing features from previous timesteps, thereby skippi…

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

Rethinking Token Reduction for Diffusion Models via Output-Similarity-Awareness

2026-05-21 · Hangyeol Lee, Hyojeong Lee, Joo-Young Kim arxiv

Diffusion Transformers (DiTs) achieve superior image generation quality but suffer from quadratic computational complexity relative to token count. While various token reduction (TR) methods have been proposed to mitigat…

Image Generation

BAG: Budget-Aware Gating for Diffusion Caching

2026-08-10 · Tong Zhao, Mingkun Lei, Yucheng Han, Chi Zhang arxiv

Diffusion caching is a lightweight strategy that accelerates Diffusion Transformers (DiTs) by reusing intermediate features across denoising steps, but existing paradigms face a fundamental trade-off: online heuristics l…