paper-with-me

홈 › Papers

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 increased latency. We observe that existing adaptive acceleration techniques, such as layer skipping, struggle to balance efficiency and accuracy in this setting due to two key challenges: (1) stage-wise variation in skip sensitivity, and (2) the generation of redundant output tokens. To address these, we propose LiteStage, a latency-aware layer skipping framework for multi-stage reasoning. LiteStage combines a stage-wise offline search that allocates optimal layer budgets with an online confidence-based generation early exit to suppress unnecessary decoding. Experiments on three benchmarks, e.g., OBQA, CSQA, and StrategyQA, show that LiteStage outperforms prior training-free layer skipping methods.

📄 PDF Abstract BibTeX arXiv:2510.14211

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Latency-aware Unified Dynamic Networks for Efficient Image Recognition

2023-08-30 · Yizeng Han, Zeyu Liu, Zhihang Yuan, Yifan Pu 외

Dynamic computation has emerged as a promising avenue to enhance the inference efficiency of deep networks. It allows selective activation of computational units, leading to a reduction in unnecessary computations for ea…

GPUScheduling

Optimization of Layer Skipping and Frequency Scaling for Convolutional Neural Networks under Latency Constraint

2025-03-31 · Minh David Thao Chan, Ruoyu Zhao, Yukuan Jia, Ruiqing Mao 외

The energy consumption of Convolutional Neural Networks (CNNs) is a critical factor in deploying deep learning models on resource-limited equipment such as mobile devices and autonomous vehicles. We propose an approach i…

Autonomous VehiclesComputational Efficiency

FiRST: Finetuning Router-Selective Transformers for Input-Adaptive Latency Reduction

2024-10-16 · Akriti Jain, Saransh Sharma, Koyel Mukherjee, Soumyabrata Pal

Auto-regressive Large Language Models (LLMs) demonstrate remarkable performance across different domains such as vision and language processing. However, due to sequential processing through a stack of transformer layers…

TrimMoE A communication aware and adaptive depth framework for distributed edge inference

2026-08-01 · Ning Li, Shuting Bai, Xin Yuan, Wenchao Xu 외 arxiv

Serving Mixture-of-Experts (MoE) large language models across distributed edge servers is bottlenecked by the cross-server expert transmission. The existing approaches mainly focus on how to reach a remote expert faster.…

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

2026-01-19 · Zimeng Wu, Donghao Wang, Chaozhe Jin, Jiaxin Chen 외 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 r…