Research paper
DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation
DSpark is a speculative decoding framework that combines a semi-autoregressive draft model with confidence-scheduled verification to accelerate LLM inference. The draft model uses a parallel backbone (based on DFlash) to generate tokens in one pass, followed by a lightweight sequential head (Markov or RNN) to model inter-token dependencies, mitigating…
Xin Cheng, Xingkai Yu, Chenze Shao, Jiashi Li, et al.- Published
- Jul 2026
- Citations
- 12
- Code
- 6.9K stars