paper-with-me

Papers

Jakiro: Boosting Speculative Decoding with Decoupled Multi-Head via MoE

2025-02-10 · Haiduo Huang, Fuwei Yang, Zhenhua Liu, Yixing Xu, Jinze Li, Yang Liu, Xuanwu Yin, Dong Li, Pengju Ren, Emad Barsoum

Speculative decoding (SD) accelerates large language model inference by using a smaller draft model to predict multiple tokens, which are then verified in parallel by the larger target model. However, the limited capacity of the draft model often necessitates tree-based sampling to improve prediction accuracy, where multiple candidates are generated at each step. We identify a key limitation in this approach: the candidates at the same step are derived from the same representation, limiting diversity and reducing overall effectiveness. To address this, we propose Jakiro, leveraging Mixture of Experts (MoE), where independent experts generate diverse predictions, effectively decoupling correlations among candidates. Furthermore, we introduce a hybrid inference strategy, combining autoregressive decoding for initial tokens with parallel decoding for subsequent stages, and enhance the latter with contrastive mechanism in features to improve accuracy. Our method significantly boosts prediction accuracy and achieves higher inference speedups. Extensive experiments across diverse models validate the effectiveness and robustness of our approach, establishing a new SOTA in speculative decoding. Our codes are available at https://github.com/haiduo/Jakiro.

📄 PDF Abstract BibTeX arXiv:2502.06282

Code (1)

haiduo/Jakiro 공식 구현 pytorch

Tasks

DiversityLanguage ModelingLanguage ModellingLarge Language ModelMixture-of-Experts

Similar Papers 제목 키워드 기반

SPIRe: Boosting LLM Inference Throughput with Speculative Decoding

2025-04-08 · Sanjit Neelam, Daniel Heinlein, Vaclav Cvicek, Akshay Mishra 외

Speculative decoding (SD) has been shown to reduce the latency of autoregressive decoding (AD) by 2-3x for small batch sizes. However, increasing throughput and therefore reducing the cost per token requires decoding wit…

Decoupled Contrastive Decoding via Expert-Aligned Drafting

2026-08-13 · Zhixuan Liu, Zhichen Dong, Yuanfu Wang, Chao Yang arxiv

Contrastive Decoding (CD) improves generation quality, but its amateur-model pass makes decoding expensive. Accelerating CD with speculative decoding raises a proposal-alignment question: should the contrastive signal sh…

DeLS-Spec: Decoupled Long-Short Contexts for Parallel Speculative Drafting

2026-07-08 · Hong-Kai Zheng, Piji Li arxiv

Speculative decoding accelerates LLM inference by drafting multiple tokens and verifying them in parallel. Block-parallel drafters such as DFlash further improve drafting efficiency by predicting an entire block in one p…

CoVSpec: Efficient Device-Edge Co-Inference for Vision-Language Models via Speculative Decoding

2026-05-04 · Yuanyuan Jia, Shunpu Tang, Qianqian Yang arxiv

Vision-language models (VLMs) have demonstrated strong capabilities in multimodal perception and reasoning. However, deploying large VLMs on mobile devices remains challenging due to their substantial computational and m…

SJD-VP: Speculative Jacobi Decoding with Verification Prediction for Autoregressive Image Generation

2026-03-28 · Bingqi Shan, Baoquan Zhang, Xiaochen Qi, Xutao Li 외 arxiv

Speculative Jacobi Decoding (SJD) has emerged as a promising method for accelerating autoregressive image generation. Despite its potential, existing SJD approaches often suffer from the low acceptance rate issue of spec…

Image Generation