paper-with-me

홈 › Papers

Probe and Skip: Self-Predictive Token Skipping for Efficient Long-Context LLM Inference

2026-01-19 · Zimeng Wu, Donghao Wang, Chaozhe Jin, Jiaxin Chen, Yunhong Wang arxiv

Long-context inference enhances the reasoning capability of Large Language Models (LLMs), but incurs significant computational overhead. Token-oriented methods, such as pruning and skipping, have shown great promise in reducing inference latency, yet still suffer from inherently insufficient structure optimization, outdated selection criteria, and redundancy interference, resulting in suboptimal speed-accuracy trade-off. To address these issues, we propose a novel training-free framework dubbed Self-Predictive Token Skipping (SPTS), for efficient long-context LLM inference. Specifically, motivated by probing the influence of target layers prior to skipping, we design two selective token skipping strategies for typical structures, including Partial Attention Probing (PAP) for multi-head attention and Low-rank Transformation Probing (LTP) for feed forward network. The former selects informative tokens via partial forward attention computation, while the latter constructs a low-rank proxy network to predict token transformations. In addition, a Multi-Stage Delayed Pruning (MSDP) strategy reallocates skipping budgets and progressively removes redundant tokens across layers. Extensive experiments display the effectiveness of our method, achieving up to 2.46$\times$ and 2.29$\times$ speedups for prefilling and end-to-end generation, respectively, while maintaining state-of-the-art accuracy. We will release the source code upon acceptance.

📄 PDF Abstract BibTeX arXiv:2601.13155

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Layer-skipping in Pre-trained LLMs

2025-03-31 · Xuan Luo, Weizhi Wang, Xifeng Yan

Various layer-skipping methods have been proposed to accelerate token generation in large language models (LLMs). However, they have overlooked a fundamental question: How do computational demands vary across the generat…

Text Generation

The Gate, Not the Cache: Gate Provenance Bounds the Closed-Loop Reliability of Training-Free VLA Token Skipping

2026-08-01 · Qi Luo, Shuaijun Liu, Hao Zhao, Kunlin Li 외 arxiv

Token skipping is a widely used training-free way to accelerate vision--language--action (VLA) models by bypassing computation for most visual tokens at each control step according to a gate. When the next gate is harves…

LiteStage: Latency-aware Layer Skipping for Multi-stage Reasoning

2025-10-16 · Beomseok Kang, Jiwon Song, Jae-Joon Kim arxiv

Multi-stage reasoning has emerged as an effective strategy for enhancing the reasoning capability of small language models by decomposing complex problems into sequential sub-stages. However, this comes at the cost of in…

KNN-SSD: Enabling Dynamic Self-Speculative Decoding via Nearest Neighbor Layer Set Optimization

2025-05-22 · Mingbo Song, Heming Xia, Jun Zhang, Chak Tou Leong 외

Speculative Decoding (SD) has emerged as a widely used paradigm to accelerate the inference of large language models (LLMs) without compromising generation quality. It works by efficiently drafting multiple tokens using …

A Comparative analysis of Layer-wise Representational Capacity in AR and Diffusion LLMs

2026-03-08 · Raghavv Goel, Risheek Garrepalli, Sudhanshu Agrawal, Chris Lott 외 arxiv

Autoregressive (AR) language models build representations incrementally via left-to-right prediction, while diffusion language models (dLLMs) are trained through full-sequence denoising. Although recent dLLMs match AR pe…