paper-with-me

Papers

TrimTokenator: Towards Adaptive Visual Token Pruning for Large Multimodal Models

2025-08-30 · Hao Zhang, Mengsi Lyu, Chenrui He, Yulong Ao, Yonghua Lin arxiv

Large Multimodal Models (LMMs) have achieved significant success across various tasks. These models usually encode visual inputs into dense token sequences, which are then concatenated with textual tokens and jointly processed by a language model. However, the increased token count substantially raises computational and memory costs during inference. Token pruning has emerged as a promising approach to address this issue. Existing token pruning methods often rely on costly calibration or suboptimal importance metrics, leading to redundant retained tokens. In this paper, we analyze the redundancy differences between visual and textual tokens and propose pruning exclusively on visual tokens. Based on this, we propose a visual token pruning strategy that explicitly preserves both cross-modal alignment and intra-modal informational diversity. We introduce a mutual information-based token pruning strategy that removes visual tokens semantically misaligned with textual tokens, effectively preserving the alignment between the visual and textual modalities. To further improve the representational quality of the retained tokens, we additionally prune redundant visual tokens by maximizing the expected pairwise distances in the embedding space, which is solved efficiently with a greedy algorithm. Extensive experiments demonstrate that our method maintains strong performance while reducing tokens by 88.9% on models such as LLaVA-1.5-7B and LLaVA-NEXT-7B, resulting in a 56.7% improvement in inference speed.

📄 PDF Abstract BibTeX arXiv:2509.00320

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TrimTokenator-LC: Towards Adaptive Visual Token Pruning for Large Multimodal Models with Long Contexts

2025-12-28 · Hao Zhang, Mengsi Lyu, Bo Huang, Yulong Ao 외 arxiv

Large Multimodal Models (LMMs) have proven effective on various tasks. They typically encode visual inputs into Original Model sequences of tokens, which are then concatenated with textual tokens and jointly processed by…

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

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

ERASE: Eliminating Redundant Visual Tokens via Adaptive Two-Stage Token Pruning

2026-05-11 · Yuna Lee, Kyoungho Min, Yulhwa Kim arxiv

Recent advancements in Vision-Language Models (VLMs) enable large language models (LLMs) to process high-resolution images, significantly improving real-world multimodal understanding. However, this capability introduces…

CLASP: Class-Adaptive Layer Fusion and Dual-Stage Pruning for Multimodal Large Language Models

2026-04-14 · Yunkai Dang, Yizhu Jiang, Yifan Jiang, Qi Fan 외 arxiv

Multimodal Large Language Models (MLLMs) suffer from substantial computational overhead due to the high redundancy in visual token sequences. Existing approaches typically address this issue using single-layer Vision Tra…