Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adaptive Layer Selection for Layer-Wise Token Pruning in LLM Inference

About

Due to the prevalence of large language models (LLMs), key-value (KV) cache reduction for LLM inference has received remarkable attention. Among numerous works that have been proposed in recent years, layer-wise token pruning approaches, which select a subset of tokens at particular layers to retain in KV cache and prune others, are one of the most popular schemes. They primarily adopt a set of pre-defined layers, at which tokens are selected. Such design is inflexible in the sense that the accuracy significantly varies across tasks and deteriorates in harder tasks such as KV retrieval. In this paper, we propose ASL, a training-free method that adaptively chooses the selection layer for KV cache reduction, exploiting the variance of token ranks ordered by attention score. The proposed method balances the performance across different tasks while meeting the user-specified KV budget requirement. ASL operates during the prefilling stage and can be jointly used with existing KV cache reduction methods such as SnapKV to optimize the decoding stage. By evaluations on the InfiniteBench, RULER, and NIAH benchmarks, we show that equipped with one-shot token selection, where tokens are selected at a layer and propagated to deeper layers, ASL outperforms state-of-the-art layer-wise token selection methods in accuracy while maintaining decoding speed and KV cache reduction.

Rei Taniguchi, Yuyang Dong, Makoto Onizuka, Chuan Xiao• 2026

Related benchmarks

TaskDatasetResultRank
Long-context UnderstandingRULER
Performance @ 4K Context101
65
Long-context language modelingRULER
Accuracy (8K Context)1.43
34
Long-context UnderstandingInfiniteBench v1 (test)
Dialogue18
31
Long-context language modelingInfiniteBench (test)
En Sum Score0.8
10
Long-context Text GenerationRULER
Mean Throughput2.35
8
Showing 5 of 5 rows

Other info

Follow for update