paper-with-me

Papers

d$^2$Cache: Accelerating Diffusion-Based LLMs via Dual Adaptive Caching

2025-09-27 · Yuchu Jiang, Yue Cai, Xiangzhong Luo, Jiale Fu, Jiarui Wang, Chonghan Liu, Xu Yang arxiv

Diffusion-based large language models (dLLMs), despite their promising performance, still suffer from inferior inference efficiency. This is because dLLMs rely on bidirectional attention and cannot directly benefit from the standard key-value (KV) cache as autoregressive models (ARMs) do. To tackle this issue, we introduce \textit{Dual aDaptive Cache} (d$^2$Cache), which is a training-free approximate KV cache framework for accelerating dLLM inference. d$^2$Cache features a two-stage fine-grained selection strategy to identify tokens and adaptively update their KV states at each decoding step, while caching the KV states of the remaining tokens for reuse. Furthermore, d$^2$Cache naturally offers a more reliable decoding alternative, which can enable quasi left-to-right generation and mitigate premature overconfidence in tokens at the end of the sequence. Extensive experimental results on two representative dLLMs (\ie, LLaDA and Dream) demonstrate that d$^2$Cache not only achieves substantial inference speedups, but also yields consistent improvements in generation quality. The code is available at https://github.com/Kamichanw/d2Cache.

📄 PDF Abstract BibTeX arXiv:2509.23094

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attention Is All You Need for KV Cache in Diffusion LLMs

2025-10-16 · Quan Nguyen-Tri, Mukul Ranjan, Zhiqiang Shen arxiv

This work studies how to adaptively recompute key-value (KV) caches for diffusion large language models (DLMs) to maximize prediction accuracy while minimizing decoding latency. Prior methods' decoders recompute QKV for …

Mathematical ReasoningCode Generation

dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching

2025-05-17 · Zhiyuan Liu, Yicun Yang, Yaojie Zhang, Junjie Chen 외

Autoregressive Models (ARMs) have long dominated the landscape of Large Language Models. Recently, a new paradigm has emerged in the form of diffusion-based Large Language Models (dLLMs), which generate text by iterative…

Denoising

Accelerating Frequency Domain Diffusion Models with Error-Feedback Event-Driven Caching

2026-04-24 · Dong Liu, Haisheng Wang, Yanxuan Yu arxiv

Diffusion models achieve remarkable success in time series generation. However, slow inference limits their practical deployment. We propose E$^2$-CRF (Error-Feedback Event-Driven Cumulative Residual Feature caching) to …

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…