paper-with-me

Papers

Rethinking Token Reduction for Large Vision-Language Models

2026-03-23 · Yi Wang, Haofei Zhang, Qihan Huang, Anda Cao, Gongfan Fang, Wei Wang, Xuan Jin, Jie Song, Mingli Song, Xinchao Wang arxiv

Large Vision-Language Models (LVLMs) excel in visual understanding and reasoning, but the excessive visual tokens lead to high inference costs. Although recent token reduction methods mitigate this issue, they mainly target single-turn Visual Question Answering (VQA), leaving the more practical multi-turn VQA (MT-VQA) scenario largely unexplored. MT-VQA introduces additional challenges, as subsequent questions are unknown beforehand and may refer to arbitrary image regions, making existing reduction strategies ineffective. Specifically, current approaches fall into two categories: prompt-dependent methods, which bias toward the initial text prompt and discard information useful for subsequent turns; prompt-agnostic ones, which, though technically applicable to multi-turn settings, rely on heuristic reduction metrics such as attention scores, leading to suboptimal performance. In this paper, we propose a learning-based prompt-agnostic method, termed MetaCompress, overcoming the limitations of heuristic designs. We begin by formulating token reduction as a learnable compression mapping, unifying existing formats such as pruning and merging into a single learning objective. Upon this formulation, we introduce a data-efficient training paradigm capable of learning optimal compression mappings with limited computational costs. Extensive experiments on MT-VQA benchmarks and across multiple LVLM architectures demonstrate that MetaCompress achieves superior efficiency-accuracy trade-offs while maintaining strong generalization across dialogue turns. Our code is available at https://github.com/MArSha1147/MetaCompress.

📄 PDF Abstract BibTeX arXiv:2603.21701

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question Answering

Similar Papers 제목 키워드 기반

VScan: Rethinking Visual Token Reduction for Efficient Large Vision-Language Models

2025-05-28 · Ce Zhang, Kaixin Ma, Tianqing Fang, Wenhao Yu 외

Recent Large Vision-Language Models (LVLMs) have advanced multi-modal understanding by incorporating finer-grained visual perception and encoding. However, such methods incur significant computational costs due to longer…

Language ModelingLanguage ModellingToken Reduction

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…

FlowCut: Rethinking Redundancy via Information Flow for Efficient Vision-Language Models

2025-05-26 · Jintao Tong, Wenwei Jin, Pengda Qin, Anqi Li 외

Large vision-language models (LVLMs) excel at multimodal understanding but suffer from high computational costs due to redundant vision tokens. Existing pruning methods typically rely on single-layer attention scores to …

Token Reduction

See What Matters: Differentiable Grid Sample Pruning for Generalizable Vision-Language-Action Model

2026-05-12 · Yixu Feng, Zinan Zhao, Yanxiang Ma, Chenghao Xia 외 arxiv

Vision-Language-Action (VLA) models have shown remarkable promise in robotics manipulation, yet their high computational cost hinders real-time deployment. Existing token pruning methods suffer from a fundamental trade-o…

Accelerating Multimodal Large Language Models by Searching Optimal Vision Token Reduction

2024-11-30 · CVPR 2025 1 · Shiyu Zhao, Zhenting Wang, Felix Juefei-Xu, Xide Xia 외

Prevailing Multimodal Large Language Models (MLLMs) encode the input image(s) as vision tokens and feed them into the language backbone, similar to how Large Language Models (LLMs) process the text tokens. However, the n…

Bayesian OptimizationToken Reduction