Pith. sign in

REVIEW 2 cited by

Accelerating Inference in Large Language Models with a Unified Layer Skipping Strategy

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2404.06954 v1 pith:3DWF3UH7 submitted 2024-04-10 cs.CL

Accelerating Inference in Large Language Models with a Unified Layer Skipping Strategy

classification cs.CL
keywords layerskippinglayersstrategyunifiedaccelerationapproachesexisting
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Recently, dynamic computation methods have shown notable acceleration for Large Language Models (LLMs) by skipping several layers of computations through elaborate heuristics or additional predictors. However, in the decoding process of existing approaches, different samples are assigned different computational budgets, which cannot guarantee a stable and precise acceleration effect. Furthermore, existing approaches generally skip multiple contiguous layers at the bottom or top of the layers, leading to a drastic change in the model's layer-wise representations, and thus a consequent performance degeneration. Therefore, we propose a Unified Layer Skipping strategy, which selects the number of layers to skip computation based solely on the target speedup ratio, and then skips the corresponding number of intermediate layer computations in a balanced manner. Since the Unified Layer Skipping strategy is independent of input samples, it naturally supports popular acceleration techniques such as batch decoding and KV caching, thus demonstrating more practicality for real-world applications. Experimental results on two common tasks, i.e., machine translation and text summarization, indicate that given a target speedup ratio, the Unified Layer Skipping strategy significantly enhances both the inference performance and the actual model throughput over existing dynamic approaches.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Experience-Driven Dynamic Exits for LLMs with Reinforcement Learning

    cs.CL 2026-06 unverdicted novelty 6.0

    LEDE reframes speculative decoding as an MDP and applies offline RL to learn dynamic policies for exit layer and speculation length selection, delivering 2.0-2.7x speedups over autoregressive decoding on Llama-2/3 models.

  2. CausalGate: Causal Importance Distillation for Transformer Module Pruning

    cs.LG 2026-07 reject novelty 4.0

    A static pruning method ranks attention and MLP modules by how much deleting them shifts the final token distribution, then encodes that ranking into learned scalar gates for zero-overhead inference.