Flash-dLLM: IO-Aware KV Caching and Parallel Decoding for Fast, Memory-Efficient Diffusion LLMs
Summary
Flash-dLLM is a training-free inference acceleration framework for diffusion LLMs that uses IO-aware KV caching and parallel decoding to achieve significant speedups and memory efficiency improvements.
View Cached Full Text
Cached at: 09/23/26, 03:32 AM
Paper page - Flash-dLLM: IO-Aware KV Caching and Parallel Decoding for Fast, Memory-Efficient Diffusion LLMs
Source: https://huggingface.co/papers/2609.26796
Abstract
DiffusionLargeLanguageModels(dLLMs)haverecentlyemergedasapromisingalternativetoautoregressiveLLMsbyenablingnon-autoregressivetextgeneration.However,theirpracticaldeploymentremainslimitedbyinefficientinference,largelyduetotheabsenceofeffectiveKey-Value(KV)cachingandscalableparalleldecodingmechanisms.ExistingaccelerationmethodstypicallystudyKVcachingandparalleldecodinginisolation,overlookingtheI/Obottlenecksthatarisewhencachereuseandparalleltokenverificationarejointlyapplied.Inthiswork,weintroduceFlash-dLLM,atraining-freeinferenceaccelerationframeworkforfastandmemory-efficientdLLMs.Flash-dLLMfirstidentifiesGPUmemoryI/OasadominantbottleneckinKV-cache-enableddLLMinferenceandaddressesitwithanI/O-awarefusedKV-cachekernelthatreducesredundantmemorymovement.Buildingonthisoptimizedcachemechanism,Flash-dLLMfurtherproposesanefficientKV-cache-drivendraft-and-verifydecodingstrategy,wherethedLLMitselfservesasbothdrafterandverifierwithoutrequiringanauxiliarymodel.Thisunifieddesignenablesfasterdecodingwhilepreservinggenerationqualityandimprovingscalabilitytolongersequencesandlargerbatchsize.Extensiveexperimentsonmathematicalreasoningandcode-generationbenchmarksdemonstratethatFlash-dLLMconsistentlyoutperformsexistingstate-of-the-artdLLMaccelerationmethodsinbothinferencespeedandmemoryefficiency.Inparticular,itachieves5.1timesand11.0timesspeedupsoverpriorstrongestbaselineElastic-CacheonGSM8KandHumanEval,respectively.
View arXiv pageView PDFGitHub2Add to collection
Get this paper in your agent:
hf papers read 2609\.26796
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.26796 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.26796 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.26796 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Dynamic-dLLM: Dynamic Cache-Budget and Adaptive Parallel Decoding for Training-Free Acceleration of Diffusion LLM
This paper proposes Dynamic-dLLM, a training-free framework that accelerates diffusion large language models by dynamically allocating cache-update budgets and calibrating decoding thresholds, achieving over 3x speedup on models like LLaDA and Dream while maintaining performance.
@_avichawla: Researchers found a way to make LLMs 8.5x faster! (without compromising accuracy) Speculative decoding is quite an effe…
Researchers introduced DFlash, a technique using block diffusion models for speculative decoding that accelerates LLM inference by up to 8.5x without accuracy loss. It is already integrated with major frameworks like vLLM and SGLang.
Fast-dLLM++: Fr\'{e}chet Profile Decoding for Faster Diffusion LLM Inference
Fast-dLLM++ introduces Fréchet profile decoding for diffusion LLMs, a training-free method that selects parallel commit sets based on heterogeneous confidence profiles, achieving up to 37% higher throughput at comparable accuracy on benchmarks with LLaDA-8B.
Prefilling-dLLM: Predictive Prefilling for Long-Context Inference in Diffusion Language Models
This paper proposes Prefilling-dLLM, a training-free framework that partitions the prefix into chunks and caches KV representations, achieving state-of-the-art quality and up to 28x speedup for long-context inference in diffusion language models.
@simplifyinAI: Researchers just made LLMs 8.5x faster with zero accuracy loss. It's called DFlash. It replaces the slow autoregressive…
Researchers introduced DFlash, a method that replaces autoregressive drafters with block diffusion models to achieve 8.5x faster LLM inference with zero accuracy loss.