Switch language한국어
Back to the list

Domino: Decoupling Causal Modeling from Autoregressive Drafting in Speculative Decoding

TL;DR AI

Key summary

2 min read
  1. Researchers introduced Domino, a speculative decoding framework for faster LLM inference.

  2. Domino splits drafting into a parallel backbone and a lightweight prefix-aware correction head, backed by a stabilizing training curriculum.

  3. On Qwen3 models, it reported up to 5.49x end-to-end speedup with Transformers and 5.8x throughput gain with SGLang.

  4. The approach aims to preserve causal dependency modeling while keeping block-parallel drafting efficient, improving latency and throughput.

Read the original