paper-with-me

Papers

Saliency-driven Dynamic Token Pruning for Large Language Models

2025-04-06 · Yao Tao, Yehui Tang, Yun Wang, Mingjian Zhu, Hailin Hu, Yunhe Wang

Despite the recent success of large language models (LLMs), LLMs are particularly challenging in long-sequence inference scenarios due to the quadratic computational complexity of the attention mechanism. Inspired by the interpretability theory of feature attribution in neural network models, we observe that not all tokens have the same contribution. Based on this observation, we propose a novel token pruning framework, namely Saliency-driven Dynamic Token Pruning (SDTP), to gradually and dynamically prune redundant tokens based on the input context. Specifically, a lightweight saliency-driven prediction module is designed to estimate the importance score of each token with its hidden state, which is added to different layers of the LLM to hierarchically prune redundant tokens. Furthermore, a ranking-based optimization strategy is proposed to minimize the ranking divergence of the saliency score and the predicted importance score. Extensive experiments have shown that our framework is generalizable to various models and datasets. By hierarchically pruning 65\% of the input tokens, our method greatly reduces 33\% $\sim$ 47\% FLOPs and achieves speedup up to 1.75$\times$ during inference, while maintaining comparable performance. We further demonstrate that SDTP can be combined with KV cache compression method for further compression.

📄 PDF Abstract BibTeX arXiv:2504.04514

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Does Visual Token Pruning Improve Calibration? An Empirical Study on Confidence in MLLMs

2026-04-13 · Kaizhen Tan arxiv

Visual token pruning is a widely used strategy for efficient inference in multimodal large language models (MLLMs), but existing work mainly evaluates it with task accuracy. In this paper, we study how visual token pruni…

SCOPE: Saliency-Coverage Oriented Token Pruning for Efficient Multimodel LLMs

2025-10-28 · Jinhong Deng, Wen Li, Joey Tianyi Zhou, Yang He arxiv

Multimodal Large Language Models (MLLMs) typically process a large number of visual tokens, leading to considerable computational overhead, even though many of these tokens are redundant. Existing visual token pruning me…

ConsensusDrop: Fusing Visual and Cross-Modal Saliency for Efficient Vision Language Models

2026-02-01 · Dhruv Parikh, Haoyang Fan, Rajgopal Kannan, Viktor Prasanna arxiv

Vision-Language Models (VLMs) are expensive because the LLM processes hundreds of largely redundant visual tokens. Existing token reduction methods typically exploit \textit{either} vision-encoder saliency (broad but que…

GreedyPrune: Retenting Critical Visual Token Set for Large Vision Language Models

2025-06-16 · Ruiguang Pei, Weiqing Sun, Zhihui Fu, Jun Wang

Although Large Vision Language Models (LVLMs) have demonstrated remarkable performance in image understanding tasks, their computational efficiency remains a significant challenge, particularly on resource-constrained de…

Combinatorial OptimizationComputational EfficiencyDiversity

Audio-Visual Exchange-Aware Token Pruning for Efficient Audio-Visual Captioning

2026-06-09 · Zihan Meng, Dexiang Hong, Weidong Chen, Ziyu Zhou 외 arxiv

Audio-visual captioning generates natural language descriptions from video and audio content. Multimodal LLMs have advanced this task, but both modalities contribute many tokens to the LLM input, where prefill self-atten…