DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation
Xin Cheng, Xingkai Yu, Chenze Shao, Jiashi Li, Yunfan Xiong, Anyi Xu, Huishuai Zhang, Dongyan Zhao, Wenfeng Liang (DeepSeek-AI, Peking University)
Efficient Inference, Speculative Decoding, and On-Device Acceleration
DeepSeek releases DSpark, an open-source speculative decoding framework that accelerates per-user generation for DeepSeek-V4 models by 60–85% over prior methods. It attaches a lightweight draft module (semi-autoregressive) to existing model weights and uses confidence scheduling for verification batches. Maintains identical output quality while dramatically improving throughput and reducing latency on the same hardware. Fully open-sourced with paper, code (DeepSpec), and checkpoints.
Why it matters: Today's paper of the day, directly referenced in the new Recursive Singularity article. A practical example of substrate acceleration: speculative techniques that make small, fast local models (like the LFM2.5 browser agent) even more responsive without retraining. Open research that lowers the barrier for on-device intelligence harnesses. Essential reading for anyone building efficient agent systems.