paper-with-me

Papers

A Survey of Token Compression for Efficient Multimodal Large Language Models

2025-07-27 · Kele Shao, Keda Tao, Kejia Zhang, Sicheng Feng, Mu Cai, Yuzhang Shang, Haoxuan You, Can Qin, Yang Sui, Huan Wang arxiv

Multimodal large language models (MLLMs) have made remarkable strides, largely driven by their ability to process increasingly long and complex contexts, such as high-resolution images, extended video sequences, and lengthy audio input. While this ability significantly enhances MLLM capabilities, it introduces substantial computational challenges, primarily due to the quadratic complexity of self-attention mechanisms with numerous input tokens. To mitigate these bottlenecks, token compression has emerged as an auspicious and critical approach, efficiently reducing the number of tokens during both training and inference. In this paper, we present the first systematic survey and synthesis of the burgeoning field of multimodal long context token compression. Recognizing that effective compression strategies are deeply tied to the unique characteristics and redundancies of each modality, we categorize existing approaches by their primary data focus, enabling researchers to quickly access and learn methods tailored to their specific area of interest: (1) image-centric compression, which addresses spatial redundancy in visual data; (2) video-centric compression, which tackles spatio-temporal redundancy in dynamic sequences; and (3) audio-centric compression, which handles temporal and spectral redundancy in acoustic signals. Beyond this modality-driven categorization, we further dissect methods based on their underlying mechanisms, including transformation-based, similarity-based, attention-based, and query-based approaches. By providing a comprehensive and structured overview, this survey aims to consolidate current progress, identify key challenges, and inspire future research directions in this rapidly evolving domain.

📄 PDF Abstract BibTeX arXiv:2507.20198

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Efficient Large Vision-Language Models: A Comprehensive Survey on Inference Strategies

2026-03-30 · Surendra Pathak, Bo Han arxiv

Although Large Vision Language Models (LVLMs) have demonstrated impressive multimodal reasoning capabilities, their scalability and deployment are constrained by massive computational requirements. In particular, the mas…

Multimodal Reasoning

LaCo: Efficient Layer-wise Compression of Visual Tokens for Multimodal Large Language Models

2025-07-03 · Juntao Liu, Liqiang Niu, Wenchao Chen, Jie Zhou 외 arxiv

Existing visual token compression methods for Multimodal Large Language Models (MLLMs) predominantly operate as post-encoder modules, limiting their potential for efficiency gains. To address this limitation, we propose …

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

2025-03-13 · Xudong Tan, Peng Ye, Chongjun Tu, JianJian Cao 외

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. Existin…

OmniSelect: Dynamic Modality-Aware Token Compression for Efficient Omni-modal Large Language Models

2026-05-18 · Morunliu Yang, Ruotao Xu, Le Li, Yue Wang 외 arxiv

Omnimodal large language models (OmniLLMs) have recently gained increasing attention for unified audio-video understanding. However, processing long multimodal token sequences introduces substantial computational overhea…

Last But Not Least: Boundary Attention CalibratiON for Multimodal KV Cache Compression

2026-06-10 · Tianhao Chen, Yuheng Wu, Kelu Yao, Xiaogang Xu 외 arxiv

Multimodal Large Language Models (MLLMs) achieve strong vision-language reasoning, but long visual contexts enlarge the KV cache and increase decoding latency. Existing compression methods rely on observation window atte…