Visual TL;DR. dLLMs vs AR Models problem Speculative Decoding Barrier. Speculative Decoding Barrier solution SimSD Method. SimSD Method enables Temporally Valid Contexts. Temporally Valid Contexts leads to Throughput Gains. Throughput Gains and Quality Preservation.
- dLLMs vs AR Models: diffusion LLMs offer faster inference potential than autoregressive models
- Speculative Decoding Barrier: dLLMs' masked modeling prevents standard token-level speculative verification
- SimSD Method: plug-and-play masking strategy with reference tokens and attention mask
- Temporally Valid Contexts: enables dLLMs to compute valid contexts for token verification
- Throughput Gains: achieve up to 7.46x higher throughput
- Quality Preservation: without sacrificing generation quality
Visual TL;DR