paper-with-me

Papers

TokenCarve: Information-Preserving Visual Token Compression in Multimodal Large Language Models

2025-03-13 · Xudong Tan, Peng Ye, Chongjun Tu, JianJian Cao, Yaoxin Yang, Lin Zhang, Dongzhan Zhou, Tao Chen

Multimodal Large Language Models (MLLMs) are becoming increasingly popular, while the high computational cost associated with multimodal data input, particularly from visual tokens, poses a significant challenge. Existing training-based token compression methods improve inference efficiency but require costly retraining, while training-free methods struggle to maintain performance when aggressively reducing token counts. In this study, we reveal that the performance degradation of MLLM closely correlates with the accelerated loss of information in the attention output matrix. This insight introduces a novel information-preserving perspective, making it possible to maintain performance even under extreme token compression. Based on this finding, we propose TokenCarve, a training-free, plug-and-play, two-stage token compression framework. The first stage employs an Information-Preservation-Guided Selection (IPGS) strategy to prune low-information tokens, while the second stage further leverages IPGS to guide token merging, minimizing information loss. Extensive experiments on 11 datasets and 2 model variants demonstrate the effectiveness of TokenCarve. It can even reduce the number of visual tokens to 22.2% of the original count, achieving a 1.23x speedup in inference, a 64% reduction in KV cache storage, and only a 1.54% drop in accuracy. Our code is available at https://github.com/ShawnTan86/TokenCarve.

📄 PDF Abstract BibTeX arXiv:2503.10501

Code (1)

shawntan86/tokencarve 공식 구현 pytorch

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 설명 없음

Similar Papers 제목 키워드 기반

IPCV: Information-Preserving Compression for MLLM Visual Encoders

2025-12-21 · Yuan Chen, Zichen Wen, Yuzhou Wu, Xuyang Liu 외 arxiv

Multimodal Large Language Models (MLLMs) deliver strong vision-language performance but at high computational cost, driven by numerous visual tokens processed by the Vision Transformer (ViT) encoder. Existing token pruni…

DynTok: Dynamic Compression of Visual Tokens for Efficient and Effective Video Understanding

2025-06-04 · Hongzhi Zhang, Jingyuan Zhang, Xingguang Ji, Qi Wang 외

Typical video modeling methods, such as LLava, represent videos as sequences of visual tokens, which are then processed by the LLM backbone for effective video understanding. However, this approach leads to a massive num…

MMEVideo MMEVideo Understanding

UniComp: Rethinking Video Compression Through Informational Uniqueness

2025-12-03 · Chao Yuan, Shimin Chen, Minliang Lin, Limeng Qiao 외 arxiv

Distinct from attention-based compression methods, this paper presents an information uniqueness driven video compression framework, termed UniComp, which aims to maximize the information fidelity of video representation…

Video Compression Commander: Plug-and-Play Inference Acceleration for Video Large Language Models

2025-05-20 · Xuyang Liu, Yiyu Wang, Junpeng Ma, Linfeng Zhang

Video large language models (VideoLLM) excel at video understanding, but face efficiency challenges due to the quadratic complexity of abundant visual tokens. Our systematic analysis of token compression methods for Vide…

Video CompressionVideo Understanding

CORE: Compact Object-centric REpresentations as a New Paradigm for Token Merging in LVLMs

2025-11-18 · Jingyu Lei, Gaoang Wang, Der-Horng Lee arxiv

Large Vision-Language Models (LVLMs) usually suffer from prohibitive computational and memory costs due to the quadratic growth of visual tokens with image resolution. Existing token compression methods, while varied, of…