Rethinking Visual Dependency in Long-Context Reasoning for Large Vision-Language Models
Yucheng Zhou, Zhi Rao, Jun Wan, Jianbing Shen
TL;DR
The paper tackles the decline of large vision-language models in long-context reasoning due to diminished visual reliance. It introduces a training-free context-pruning method that removes low-importance textual tokens based on multi-head attention, preserving visuals to foster stronger visual dependency. The authors provide theoretical guarantees showing pruning concentrates attention and shifts reliance toward visual inputs, and validate the approach with comprehensive experiments on a SVIT-derived long-context dataset and the MMDU benchmark, achieving consistent gains and reduced inference time. The work highlights the layerwise dynamics of cross-modal attention, demonstrates robustness across model sizes, and suggests scaling laws between pruning rate and context length, offering a practical route to more reliable long-context LVLMs.
Abstract
Large Vision-Language Models (LVLMs) excel in cross-model tasks but experience performance declines in long-context reasoning due to overreliance on textual information and reduced visual dependency. In this study, we empirically analyze LVLMs in long-context reasoning, revealing that increased context length leads to a higher dependence on language at the expense of visual dependency. To address this issue, we propose a novel training-free context pruning method that selectively removes less critical textual information. Our approach enhances visual dependency and reduces textual noise, thereby improving LVLM performance in long-context reasoning. We validate our method by constructing a long-context dataset, demonstrating its effectiveness across various LVLMs. Moreover, further analysis confirms the robustness of different token pruning strategies and preliminary explores scaling laws between pruning rates and context length.
