paper-with-me

홈 › Papers

AdaFV: Rethinking of Visual-Language alignment for VLM acceleration

2025-01-16 · Jiayi Han, Liang Du, Yiwen Wu, Xiangguo Zhou, Hongwei Du, Weibo Zheng

The success of VLMs often relies on the dynamic high-resolution schema that adaptively augments the input images to multiple crops, so that the details of the images can be retained. However, such approaches result in a large number of redundant visual tokens, thus significantly reducing the efficiency of the VLMs. To improve the VLMs' efficiency without introducing extra training costs, many research works are proposed to reduce the visual tokens by filtering the uninformative visual tokens or aggregating their information. Some approaches propose to reduce the visual tokens according to the self-attention of VLMs, which are biased, to result in inaccurate responses. The token reduction approaches solely rely on visual cues are text-agnostic, and fail to focus on the areas that are most relevant to the question, especially when the queried objects are non-salient to the image. In this work, we first conduct experiments to show that the original text embeddings are aligned with the visual tokens, without bias on the tailed visual tokens. We then propose a self-adaptive cross-modality attention mixture mechanism that dynamically leverages the effectiveness of visual saliency and text-to-image similarity in the pre-LLM layers to select the visual tokens that are informative. Extensive experiments demonstrate that the proposed approach achieves state-of-the-art training-free VLM acceleration performance, especially when the reduction rate is sufficiently large.

📄 PDF Abstract BibTeX arXiv:2501.09532

Code (0)

등록된 구현이 없습니다.

Tasks

Token Reduction

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

Similar Papers 제목 키워드 기반

Cognitive Visual-Language Mapper: Advancing Multimodal Comprehension with Enhanced Visual Knowledge Alignment

2024-02-21 · Yunxin Li, Xinyu Chen, Baotian Hu, Haoyuan Shi 외

Evaluating and Rethinking the current landscape of Large Multimodal Models (LMMs), we observe that widely-used visual-language projection approaches (e.g., Q-former or MLP) focus on the alignment of image-text descriptio…

Language ModellingQuestion AnsweringSmall Language ModelVisual Question Answering+1

Rethinking Multi-Modal Alignment in Video Question Answering from Feature and Sample Perspectives

2022-04-25 · Shaoning Xiao, Long Chen, Kaifeng Gao, Zhao Wang 외

Reasoning about causal and temporal event relations in videos is a new destination of Video Question Answering (VideoQA).The major stumbling block to achieve this purpose is the semantic gap between language and video si…

Question AnsweringVideo Question Answering

LearnPruner: Rethinking Attention-based Token Pruning in Vision Language Models

2026-04-27 · Rinyoichi Takezoe, Yaqian Li, Zihao Bo, Anzhou Hou 외 arxiv

Vision-Language Models (VLMs) have recently demonstrated remarkable capabilities in visual understanding and reasoning, but they also impose significant computational burdens due to long visual sequence inputs. Recent wo…

VisionTrim: Unified Vision Token Compression for Training-Free MLLM Acceleration

2026-01-30 · Hanxun Yu, Wentong Li, Xuan Qu, Song Wang 외 arxiv

Multimodal large language models (MLLMs) suffer from high computational costs due to excessive visual tokens, particularly in high-resolution and video-based scenarios. Existing token reduction methods typically focus on…

Feather the Throttle: Revisiting Visual Token Pruning for Vision-Language Model Acceleration

2024-12-17 · Mark Endo, Xiaohan Wang, Serena Yeung-Levy

Recent works on accelerating Vision-Language Models show that strong performance can be maintained across a variety of vision-language tasks despite highly compressing visual information. In this work, we examine the pop…

Language ModelingLanguage Modelling