paper-with-me

Papers

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 shape the drafter, or should it remain only in verification? We study this question in the lightweight feature-level drafter regime. Two controlled diagnostics, matched Cross-alpha training and an Approximate Dual-Drafter decomposition, give the same diagnosis: contrastive-aware drafting does not consistently improve over expert-aligned drafting because the contrastive correction is usually weaker than drafter error, and reconstruction can amplify that error. We introduce Decoupled Contrastive Decoding (DCD), which drafts with an expert-aligned lightweight proposer and applies the amateur only in unchanged CD verification. Standard speculative verification preserves the vanilla-CD output distribution. Across the main 8B settings, EAGLE3-based DCD achieves average greedy speedups of 1.65 to 1.95x over vanilla CD and reduces MMLU proposal-path latency by about 5 to 12x relative to amateur-coupled proposal paths.

📄 PDF Abstract BibTeX arXiv:2608.12913

Code (2)

Tavish9/awesome-daily-AI-arxiv ★ 113
chadlzx/dcd

Similar Papers 제목 키워드 기반

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…

HyperDFlash: Hyper-Connection-Aligned Block Speculative Decoding with Gated Residual Reduction

2026-06-25 · Luxi Lin, Shuang Peng, Rui Ma, Junhao Hua 외 arxiv

We present HyperDFlash, a block-parallel speculative decoding framework tailored to DeepSeek-V4's Hyper-Connections (HC). Despite the strong performance of DeepSeek-V4's native Multi-Token Prediction (MTP) module on init…

DiffuSpec: Unlocking Diffusion Language Models for Speculative Decoding

2025-09-28 · Guanghao Li, Zhihui Fu, Min Fang, Qibin Zhao 외 arxiv

As large language models (LLMs) scale up, accuracy improves, but the autoregressive (AR) nature of decoding increases latency since each token requires a serial forward pass. Speculative decoding addresses this by employ…

Cascade Speculative Drafting for Even Faster LLM Inference

2023-12-18 · Ziyi Chen, Xiaocong Yang, Jiacheng Lin, Chenkai Sun 외

Introduced to enhance the efficiency of large language model (LLM) inference, speculative decoding operates by having a smaller model generate a draft. A larger target model then reviews this draft to align with its outp…

Language ModelingLanguage ModellingLarge Language Model

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

2025-02-10 · Haiduo Huang, Fuwei Yang, Zhenhua Liu, Yixing Xu 외

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 capacit…

DiversityLanguage ModelingLanguage ModellingLarge Language Model+1