cd /news/machine-learning/archer-adaptive-reuse-of-cached-hidd… · home topics machine-learning article
[ARTICLE · art-91399] src=arxiv.org ↗ pub= topic=machine-learning verified=true sentiment=· neutral

Archer: Adaptive Reuse of Cached Hidden States for Efficient Rollback in Diffusion Language Models

Researchers introduced Archer, a training-free KV caching method for diffusion language models that achieves a 2.57x mean speedup and 33.63% mean performance on the main suite, improving Pass@1 by up to 3.05 points and reaching up to 2.95x speedup. Archer asymmetrically reuses prompt key-value states while keeping mutable response states synchronized, delaying feedback from tentative tokens to reduce premature reinforcement of errors. The code is available at https://github.com/Hxnng/Archer.

read1 min views1 publishedAug 11, 2026

arXiv:2608.08086v1 Announce Type: new Abstract: Diffusion language models (DLMs) iteratively refine a sequence, allowing earlier predictions to be revised as context evolves. This rollback capability distinguishes them from irreversible autoregressive generation, but makes inference costly. Every denoising update alters the global context, forcing both prompt and response states to be recomputed even though only response tokens are revisable. Key-value (KV) caching could reduce this cost, yet conventional caching assumes immutable historical states and is therefore difficult to reconcile with rollback.In this paper, we introduce Adaptive Reuse of Cached Hidden States for Efficient Rollback (Archer), a training-free KV caching method for rollback-capable DLMs. Archer asymmetrically keeps the mutable response synchronized with the current hypothesis while reusing prompt K/V within a bounded state neighborhood. Although prompt representations also change under bidirectional attention, their token identities remain fixed; bounded reuse therefore amortizes repeated prompt computation without caching mutable response states. It also delays feedback from tentative tokens, reducing premature reinforcement of transient high-confidence errors and giving rollback more opportunity to correct them. Our analysis characterizes prompt reuse as a reversibility-aligned cache boundary, bounds its state-dependent approximation error, and gives a decoder-margin condition for preserving full-refresh decisions.Existing DLM acceleration often trades quality for speed. Archer shifts this frontier, attaining the best mean performance of 33.63% together with a 2.57x mean speedup on the main suite. Across evaluated settings, it improves Pass@1 by up to 3.05 points and reaches up to 2.95x speedup. Controlled analyses connect the quality gain to delayed prompt feedback and validate state-aware refresh. Our code is available at https://github.com/Hxnng/Archer.

── more in #machine-learning 4 stories · sorted by recency
── more on @archer 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/archer-adaptive-reus…] indexed:0 read:1min 2026-08-11 ·