研究人员开发了 BlockPilot,一种新颖的投机解码方法,可自适应地预测生成文本的最佳块大小。该方法通过学习一种策略来提高效率,该策略根据预填充表示来选择块大小,从而实现显著的加速和更长的接受长度。此外,另一篇论文介绍了一种用于掩码扩散语言模型的连续解码框架,该框架允许 token 累积部分进度,为文本生成提供了更灵活的方法。
AI
arXiv:2607.01775v1 Announce Type: new Abstract: Discrete diffusion models have steadily improved in quality relative to autoregressive (AR) models. However, these models are normally constrained to fixed-length generation and do not support key-value (KV) caching. Block diffusion…
arXiv:2606.31315v1 Announce Type: new Abstract: Speculative decoding accelerates inference by using a lightweight draft model to generate candidate tokens in parallel, and are then verified by the target model, enabling lossless acceleration. Recently, diffusion-based speculative…
Speculative decoding accelerates inference by using a lightweight draft model to generate candidate tokens in parallel, and are then verified by the target model, enabling lossless acceleration. Recently, diffusion-based speculative decoding further improves parallelism by genera…
arXiv cs.CL
TIER_1English(EN)·Weitian Wang, Lianlei Shan, Shubham Rai, Cecilia De La Parra, Akash Kumar·
arXiv:2606.29066v1 Announce Type: new Abstract: Masked diffusion language models (MDLMs) generate text by iteratively unmasking tokens, but their standard decoder reduces each step to a binary action: a position is either committed to a single token or left fully masked, with no …
arXiv:2606.27474v1 Announce Type: cross Abstract: How should we evaluate generation systems that combine autoregressive (AR) and diffusion decoding? We study this question through Speculative Refinement (SpecRef), a training-free hybrid method that warm-starts a masked diffusion …
dev.to — LLM tag
TIER_1English(EN)·Manoranjan Rajguru·
<blockquote> <p><strong>Meta Description:</strong> DFlash and DSpark have shattered speculative decoding benchmarks in 2026 — delivering up to 15× throughput gains and 85% faster per-user generation on production LLM deployments. Here's the deep technical breakdown every ML engin…
dev.to — LLM tag
TIER_1English(EN)·Prabhakar Chaudhary·
<h1> How DFlash Uses Block Diffusion to Break the Speculative Decoding Bottleneck </h1> <p>Autoregressive LLM inference has a fundamental problem: every token depends on the one before it. Even with speculative decoding — where a small draft model proposes tokens and the target m…