Large Vision–Language Models Get Lost in Attention
Gongli Xi, Ye Tian, Mengyu Yang, Huahui Yi, Liang Lin, Xiaoshuai Hao, Kun Wang, Wendong Wang
Abstract
Despite the rapid evolution of training paradigms, the decoder backbone of large vision--language models (LVLMs) remains fundamentally rooted in the residual-connection Transformer architecture. Therefore, deciphering the distinct roles of internal modules is critical for understanding model mechanics and guiding architectural optimization. While prior statistical approaches have provided valuable attribution-based insights, they often lack a unified theoretical basis. To bridge this gap, we propose a unified framework grounded in *information theory and geometry* to quantify the **geometric and entropic nature** of residual updates. Applying this unified framework reveals a fundamental functional decoupling: **Attention acts as a manifold-preserving operator** focused on reconfiguration, whereas **FFNs serve as manifold-expanding operators** driving semantic innovation. Strikingly, further experiments demonstrate that replacing learned attention weights with predefined values (e.g., Gaussian noise) yields comparable or even superior performance across a majority of datasets relative to vanilla models. These results expose severe **misallocation and redundancy** in current mechanisms, suggesting that state-of-the-art LVLMs effectively ``get lost in attention'' rather than efficiently leveraging visual context.
BibTeX
@inproceedings{
xi2026large,
title={Large Vision-Language Models Get Lost in Attention},
author={Gongli Xi and Ye Tian and Mengyu Yang and Huahui Yi and Liang Lin and Xiaoshuai Hao and Kun Wang and Wendong Wang},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=pt7x2tJm4L}
}