paper-with-me

홈 › Papers

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

2026-01-12 · Rei Taniguchi, Yuyang Dong, Makoto Onizuka, Chuan Xiao arxiv

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 ASL, equipped with one-shot token selection, adaptively trades inference speed for accuracy, outperforming state-of-the-art layer-wise token pruning methods in difficult tasks.

📄 PDF Abstract BibTeX arXiv:2601.07667

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

One Layer's Trash is Another Layer's Treasure: Adaptive Layer-wise Visual Token Selection in LVLMs

2026-06-12 · Yongru Chen, Kai Zhang, Zeliang Zong, Yuchen Lu 외 arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable success across diverse multimodal tasks, yet their practical deployment remains constrained by the computational burden arising from lengthy visual tokens. Wh…

Stage-adaptive Token Selection for Efficient Omni-modal LLMs

2026-05-19 · Zijie Xin, Jie Yang, Ruixiang Zhao, Tianyi Wang 외 arxiv

Omni-modal large language models (om-LLMs) achieve unified audio-visual understanding by encoding video and audio into temporally aligned token sequences interleaved at the window level. However, processing these dense n…

LISA: A Layer-wise Integration and Suppression Approach for Hallucination Mitigation in Multimodal Large Language Models

2025-07-25 · Zhihui Guo, Xin Man, Hui Xu, Jie Shao 외 arxiv

Multimodal Large Language Models (MLLMs) excel in vision-language tasks such as image captioning but remain prone to object hallucinations, where they describe objects that do not appear in the image. To mitigate this, w…

Visual GroundingImage Captioning

LD-MoLE: Learnable Dynamic Routing for Mixture of LoRA Experts

2025-09-30 · Yuan Zhuang, Yi Shen, Yuexin Bian, Qing Su 외 arxiv

Recent studies have shown that combining parameter-efficient fine-tuning (PEFT) with mixture-of-experts (MoE) is an effective strategy for adapting large language models (LLMs) to the downstream tasks. However, most exis…

parameter-efficient fine-tuning

ATP-LLaVA: Adaptive Token Pruning for Large Vision Language Models

2024-11-30 · CVPR 2025 1 · Xubing Ye, Yukang Gan, Yixiao Ge, Xiao-Ping Zhang 외

Large Vision Language Models (LVLMs) have achieved significant success across multi-modal tasks. However, the computational cost of processing long visual tokens can be prohibitively expensive on resource-limited devices…

Large Language Model