AI RESEARCH
SimSD: Simple Speculative Decoding in Diffusion Language Models
arXiv CS.AI
•
ArXi:2606.02544v1 Announce Type: cross Diffusion large language models (dLLMs) have recently emerged as a promising alternative to autoregressive (AR) LLMs, offering faster inference through parallel or blockwise decoding. However, their masked language modeling formulation remains incompatible with standard token-level speculative decoding, one of the most effective acceleration techniques for AR models. In AR decoding, the causal mask preserves temporally valid token-level contexts, enabling a target model to verify multiple drafted tokens in a single forward pass.