paper-with-me

Papers

Beyond Tokens: Semantic-Aware Speculative Decoding for Efficient Inference by Probing Internal States

2026-02-03 · Ximing Dong, Shaowei Wang, Dayi Lin, Boyuan Chen, Ahmed E. Hassan arxiv

Large Language Models (LLMs) achieve strong performance across many tasks but suffer from high inference latency due to autoregressive decoding. The issue is exacerbated in Large Reasoning Models (LRMs), which generate lengthy chains of thought. While speculative decoding accelerates inference by drafting and verifying multiple tokens in parallel, existing methods operate at the token level and ignore semantic equivalence (i.e., different token sequences expressing the same meaning), leading to inefficient rejections. We propose SemanticSpec, a semantic-aware speculative decoding framework that verifies entire semantic sequences instead of tokens. SemanticSpec introduces a semantic probability estimation mechanism that probes the model's internal hidden states to assess the likelihood of generating sequences with specific meanings. Experiments on four benchmarks show that SemanticSpec achieves up to 2.7x speedup on DeepSeekR1-32B and 2.1x on QwQ-32B, consistently outperforming token-level and sequence-level baselines in both efficiency and effectiveness.

📄 PDF Abstract BibTeX arXiv:2602.03708

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HIPPO: Accelerating Video Large Language Models Inference via Holistic-aware Parallel Speculative Decoding

2026-01-13 · Qitan Lv, Tianyu Liu, Wen Wu, Xuenan Xu 외 arxiv

Speculative decoding (SD) has emerged as a promising approach to accelerate LLM inference without sacrificing output quality. Existing SD methods tailored for video-LLMs primarily focus on pruning redundant visual tokens…

Mistletoe: Stealthy Acceleration-Collapse Attacks on Speculative Decoding

2026-05-13 · Shuoyang Sun, Chang Dai, Hao Fang, Kuofeng Gao 외 arxiv

Speculative decoding has become a widely adopted technique for accelerating large language model (LLM) inference by drafting multiple candidate tokens and verifying them with a target model in parallel. Its efficiency, h…

HiViS: Hiding Visual Tokens from the Drafter for Speculative Decoding in Vision-Language Models

2025-09-28 · Zhinan Xie, Peisong Wang, Shuang Qiu, Jian Cheng arxiv

Speculative decoding has proven effective for accelerating inference in Large Language Models (LLMs), yet its extension to Vision-Language Models (VLMs) remains limited by the computational burden and semantic inconsiste…

WISV: Wireless-Informed Semantic Verification for Distributed Speculative Decoding in Device-Edge LLM Inference

2026-04-20 · Zixuan Liu, Zhiyong Chen, Nan Xue, Shengkang Chen 외 arxiv

While distributed device-edge speculative decoding enhances resource utilization across heterogeneous nodes, its performance is often bottlenecked by conventional token-level verification strategies. Such rigid alignment…

Think Before You Accept: Semantic Reflective Verification for Faster Speculative Decoding

2025-05-24 · YiXuan Wang, Yijun Liu, Shiyu Ji, Yuzhuang Xu 외

Large language models (LLMs) suffer from high inference latency due to the auto-regressive decoding process. Speculative decoding accelerates inference by generating multiple draft tokens using a lightweight model and ve…