paper-with-me

Papers

[CLS] Token Tells Everything Needed for Training-free Efficient MLLMs

2024-12-08 · Ao Wang, Fengyuan Sun, Hui Chen, Zijia Lin, Jungong Han, Guiguang Ding

Multimodal Large Language Models (MLLMs) have recently demonstrated strong performance across a wide range of vision-language tasks, garnering significant attention in the computer vision. However, their efficient deployment remains a substantial challenge due to high computational costs and memory requirements. Recognizing the redundancy of information within the vision modality, recent studies have explored methods for compressing visual tokens in MLLMs to enhance efficiency in a training-free manner. Despite their effectiveness, existing methods like Fast rely on the attention between visual tokens and prompt text tokens as the importance indicator, overlooking the relevance to response text and thus introducing perception bias. In this paper, we demonstrate that in MLLMs, the [CLS] token in the visual encoder inherently knows which visual tokens are important for MLLMs. Building on this prior, we introduce a simple yet effective method for train-free visual token compression, called VTC-CLS. Firstly, it leverages the attention score of the [CLS] token on visual tokens as an importance indicator for pruning visual tokens. Besides, we also explore ensembling the importance scores derived by the [CLS] token from different layers to capture the key visual information more comprehensively. Extensive experiments demonstrate that our VTC-CLS achieves the state-of-the-art performance across various tasks compared with baseline methods. It also brings notably less computational costs in a training-free manner, highlighting its effectiveness and superiority. Code and models are available at \url{https://github.com/THU-MIG/VTC-CLS}.

📄 PDF Abstract BibTeX arXiv:2412.05819

Code (1)

thu-mig/vtc-cls 공식 구현 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 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

ChuXin: 1.6B Technical Report

2024-05-08 · Xiaomin Zhuang, Yufan Jiang, Qiaozhi He, Zhihua Wu

In this report, we present ChuXin, an entirely open-source language model with a size of 1.6 billion parameters. Unlike the majority of works that only open-sourced the model weights and architecture, we have made everyt…

Continual PretrainingLanguage ModelingLanguage ModellingRetrieval

Foveated Reasoning: Stateful, Action-based Visual Focusing for Vision-Language Models

2026-04-22 · Juhong Min, Lazar Valkov, Vitali Petsiuk, Hossein Souri 외 arxiv

Vision-language models benefit from high-resolution images, but the increase in visual-token count incurs high compute overhead. Humans resolve this tension via foveation: a coarse view guides "where to look", while sele…

Reinforcement Learning

How Many Visual Tokens Do Multimodal Language Models Need? Scaling Visual Token Pruning with F^3A

2026-05-09 · YiJie Huang, Yiqun Zhang, Zhuoyue Jia, Xiaocui Yang 외 arxiv

Vision-language models improve perception by feeding increasingly long visual token sequences into language backbones, but the resulting inference cost raises a basic scaling question: as multimodal models grow, how many…

Compression Tells Intelligence: Visual Coding, Visual Token Technology, and the Unification

2026-01-28 · Xin Jin, Jinming Liu, Yuntao Wei, Junyan Lin 외 arxiv

"Compression Tells Intelligence", is supported by research in artificial intelligence, particularly concerning (multimodal) large language models (LLMs/MLLMs), where compression efficiency often correlates with improved …

Representation Learning

Grounding Everything: Emerging Localization Properties in Vision-Language Transformers

2023-12-01 · CVPR 2024 1 · Walid Bousselham, Felix Petersen, Vittorio Ferrari, Hilde Kuehne

Vision-language foundation models have shown remarkable performance in various zero-shot settings such as image retrieval, classification, or captioning. But so far, those models seem to fall behind when it comes to zero…

Image RetrievalObject LocalizationSemantic SegmentationZero Shot Segmentation