paper-with-me

Papers

SPA-Cache: Singular Proxies for Adaptive Caching in Diffusion Language Models

2026-01-30 · Wenhao Sun, Rong-Cheng Tu, Yifu Ding, Zhao Jin, Jingyi Liao, Yongcheng Jing, Dacheng Tao arxiv

While Diffusion Language Models (DLMs) offer a flexible, arbitrary-order alternative to the autoregressive paradigm, their non-causal nature precludes standard KV caching, forcing costly hidden state recomputation at every decoding step. Existing DLM caching approaches reduce this cost by selective hidden state updates; however, they are still limited by (i) costly token-wise update identification heuristics and (ii) rigid, uniform budget allocation that fails to account for heterogeneous hidden state dynamics. To address these challenges, we present SPA-Cache that jointly optimizes update identification and budget allocation in DLM cache. First, we derive a low-dimensional singular proxy that enables the identification of update-critical tokens in a low-dimensional subspace, substantially reducing the overhead of update identification. Second, we introduce an adaptive strategy that allocates fewer updates to stable layers without degrading generation quality. Together, these contributions significantly improve the efficiency of DLMs, yielding up to an $8\times$ throughput improvement over vanilla decoding and a $2$--$4\times$ speedup over existing caching baselines.

📄 PDF Abstract BibTeX arXiv:2602.02544

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SenCache: Accelerating Diffusion Model Inference via Sensitivity-Aware Caching

2026-02-27 · Yasaman Haghighi, Alexandre Alahi arxiv

Diffusion models achieve state-of-the-art video generation quality, but their inference remains expensive due to the large number of sequential denoising steps. This has motivated a growing line of research on accelerati…

Video Generation

DiCache: Let Diffusion Model Determine Its Own Cache

2025-08-24 · Jiazi Bu, Pengyang Ling, Yujie Zhou, Yibin Wang 외 arxiv

Recent years have witnessed the rapid development of acceleration techniques for diffusion models, especially caching-based acceleration methods. These studies seek to answer two fundamental questions: "When to cache" an…

Adaptive Hybrid Caching for Efficient Text-to-Video Diffusion Model Acceleration

2025-08-18 · Yuanxin Wei, Lansong Diao, Bujiao Chen, Shenggan Cheng 외 arxiv

Efficient video generation models are increasingly vital for multimedia synthetic content generation. Leveraging the Transformer architecture and the diffusion process, video DiT models have emerged as a dominant approac…

Video Generation

WorldCache: Content-Aware Caching for Accelerated Video World Models

2026-03-23 · Umair Nawaz, Ahmed Heakl, Ufaq Khan, Abdelrahman Shaker 외 arxiv

Diffusion Transformers (DiTs) power high-fidelity video world models but remain computationally expensive due to sequential denoising and costly spatio-temporal attention. Training-free feature caching accelerates infere…

Block-wise Adaptive Caching for Accelerating Diffusion Policy

2025-06-16 · Kangye Ji, Yuan Meng, Hanyun Cui, Ye Li 외

Diffusion Policy has demonstrated strong visuomotor modeling capabilities, but its high computational cost renders it impractical for real-time robotic control. Despite huge redundancy across repetitive denoising steps, …

Action GenerationDenoisingVision-Language-Action