AI RESEARCH

Speculative Speculative Decoding

arXiv CS.LG

ArXi:2603.03251v2 Announce Type: replace Autoregressive decoding is bottlenecked by its sequential nature. Speculative decoding has become a standard way to accelerate inference by using a fast draft model to predict upcoming tokens from a slower target model, and then verifying them in parallel with a single target model forward pass. However, speculative decoding itself relies on a sequential dependence between speculation and verification. We