paper-with-me

홈 › Papers

IWP: Token Pruning as Implicit Weight Pruning in Large Vision Language Models

2026-04-01 · Dong-Jae Lee, Sunghyun Baek, Junmo Kim arxiv

Large Vision Language Models show impressive performance across image and video understanding tasks, yet their computational cost grows rapidly with the number of visual tokens. Existing token pruning methods mitigate this issue through empirical approaches while overlooking the internal mechanism of attention. In this paper, we propose a novel training free token pruning framework grounded in the dual form perspective of attention. We reformulate attention as an implicit linear layer whose weight matrix is the sum of rank 1 outer products, each generated by a single token's key value pair. Token pruning thus reduces to selecting an optimal subset of these rank 1 updates that best approximates the original dual weight matrix. Extending this perspective to standard softmax attention in LVLMs, we derive a novel metric quantifying both a token's information magnitude and information duplication. To efficiently select the subset with the proposed metric, we introduce Progressive Chunked Maximal Marginal Relevance. Extensive experiments demonstrate that our method achieves a better trade off between performance and efficiency, while providing another perspective on existing pruning approaches.

📄 PDF Abstract BibTeX arXiv:2604.00757

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond One-Size-Fits-All: Sample-Adaptive Strategy Routing for Vision Token Pruning in MLLMs

2026-09-09 · Haiji Liang, Pengfei Zhou, Zhenglin Wan, Wei Wang 외 arxiv

Multimodal large language models (MLLMs) process hundreds or thousands of visual tokens per image, incurring prohibitive inference costs. While existing vision token pruning methods mitigate this overhead, they implicitl…

Mostly Text, Smart Visuals: Asymmetric Text-Visual Pruning for Large Vision-Language Models

2026-03-16 · Sijie Li, Biao Qian, Jungong Han arxiv

Network pruning is an effective technique for enabling lightweight Large Vision-Language Models (LVLMs), which primarily incorporates both weights and activations into the importance metric. However, existing efforts typ…

Network Pruning

Attention Debiasing for Token Pruning in Vision Language Models

2025-08-25 · Kai Zhao, Wubang Yuan, Yuchen Lin, Liting Ruan 외 arxiv

Vision-language models (VLMs) typically encode substantially more visual tokens than text tokens, resulting in significant token redundancy. Pruning uninformative visual tokens is therefore crucial for improving computat…

Computational Efficiency

FastAV: Efficient Token Pruning for Audio-Visual Large Language Model Inference

2026-01-19 · Chaeyoung Jung, Youngjoon Jang, Seungwoo Lee, Joon Son Chung arxiv

In this work, we present FastAV, the first token pruning framework tailored for audio-visual large language models (AV-LLMs). While token pruning has been actively explored in standard large language models (LLMs) and vi…

Centering before Pruning: Lightweight Geometry Correction for Diversity-Based Visual Token Pruning in LVLMs

2026-08-31 · Shunjie Wen, Jaeyeon Lee, Dong-Wan Choi arxiv

Large vision-language models (LVLMs) incur substantial inference costs due to their long and highly redundant visual-token sequences. Diversity-based pruning mitigates this cost by selecting token subsets based on pairwi…