PulseAugur
EN
LIVE 08:15:54

New methods boost LLM inference speed with adaptive decoding strategies

Researchers have developed BlockPilot, a novel approach to speculative decoding that adaptively predicts optimal block sizes for generating text. This method improves efficiency by learning a policy that selects block sizes based on prefilling representations, leading to significant speedups and higher acceptance lengths. Separately, another paper introduces a continuous decoding framework for masked diffusion language models that allows tokens to accumulate partial progress, offering a more flexible approach to text generation. AI

IMPACT These advancements in decoding strategies could significantly reduce inference costs and latency for large language models, enabling wider adoption and more efficient deployment.

RANK_REASON Multiple research papers introducing new methods for improving LLM inference efficiency.

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 8 sources. How we write summaries →

New methods boost LLM inference speed with adaptive decoding strategies

COVERAGE [8]

  1. arXiv cs.LG TIER_1 English(EN) · Marianne Arriola, Volodymyr Kuleshov ·

    Set Diffusion: Interpolating Token Orderings Between Autoregression and Diffusion for Fast and Flexible Decoding

    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…

  2. arXiv cs.CL TIER_1 English(EN) · Hao Zhang, Yiming Hu, Yong Wang, Mingqiao Mo, Xin Xiao, Xiangxiang Chu ·

    BlockPilot: Instance-Adaptive Policy Learning for Diffusion-based Speculative Decoding

    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…

  3. arXiv cs.CL TIER_1 English(EN) · Xiangxiang Chu ·

    BlockPilot: Instance-Adaptive Policy Learning for Diffusion-based Speculative Decoding

    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…

  4. arXiv cs.CL TIER_1 English(EN) · Weitian Wang, Lianlei Shan, Shubham Rai, Cecilia De La Parra, Akash Kumar ·

    Masked Diffusion Decoding as $x$-Prediction Flow

    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 …

  5. Hugging Face Daily Papers TIER_1 English(EN) ·

    BlockPilot: Instance-Adaptive Policy Learning for Diffusion-based Speculative Decoding

    Speculative decoding with adaptive block size selection improves inference efficiency by predicting optimal block sizes from prefilling representations, achieving significant speedup with minimal overhead.

  6. arXiv cs.AI TIER_1 English(EN) · Aditi Gupta, Neel Mishra, Kushagra Trivedi, Pawan Kumar ·

    Speculative Refinement: A Hybrid Autoregressive Diffusion Decoding Strategy and Its Behavior Across Benchmarks

    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 …

  7. dev.to — LLM tag TIER_1 English(EN) · Manoranjan Rajguru ·

    Speculative Decoding in 2026: How DFlash and DSpark Are Delivering 15 LLM Inference Speedups

    <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…

  8. dev.to — LLM tag TIER_1 English(EN) · Prabhakar Chaudhary ·

    How DFlash Uses Block Diffusion to Break the Speculative Decoding Bottleneck

    <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…