AI RESEARCH

DualDiffusion: A Speculative Decoding Strategy for Masked Diffusion Models

arXiv CS.LG

ArXi:2604.05250v1 Announce Type: new Masked Diffusion Models (MDMs) offer a promising alternative to autoregressive language models by enabling parallel token generation and bidirectional context modeling. However, their inference speed is significantly limited by the inability to cache key-value pairs due to bidirectional attention, requiring $O(N^2)$ computations at each generation step. While recent methods like FastDLLM and DkvCache improve inference speed through attention approximations and caching strategies, they achieve speedups at the cost of generation quality.