CVAIMar 23

Rethinking Token Reduction for Large Vision-Language Models

arXiv:2603.2170186.2h-index: 22Has Code
AI Analysis

This work addresses a practical efficiency bottleneck for users of LVLMs in multi-turn dialogue scenarios, representing an incremental improvement over existing token reduction methods.

The paper tackles the problem of high inference costs in Large Vision-Language Models (LVLMs) due to excessive visual tokens, specifically in multi-turn Visual Question Answering (MT-VQA), by proposing MetaCompress, a learning-based prompt-agnostic token reduction method that achieves superior efficiency-accuracy trade-offs across multiple LVLM architectures.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes