Global Semantic-Guided Sub-image Feature Weight Allocation in High-Resolution Large Vision-Language Models
Yuxuan Liang, Xu Li, Xiaolei Chen, Haotian Chen, Yi Zheng, Chenghang Lai, Bin Li, Xiangyang Xue
TL;DR
This work tackles high-resolution image understanding in LVLMs by addressing the limitations of uniform sub-image processing. It introduces the Global Semantic-guided Weight Allocator (GSWA), which uses inter-sub-image self-attention over <cls> tokens to estimate information density and weight sub-images accordingly, forming SleighVL when integrated into InternVL2-2B. Experiments across general, real-world, text-rich VQA, and other benchmarks show SleighVL outperforms smaller-param models and remains competitive with larger models, validating the effectiveness of density-aware sub-image weighting. The approach offers a scalable, context-aware pathway for efficient high-resolution multimodal processing.
Abstract
As the demand for high-resolution image processing in Large Vision-Language Models (LVLMs) grows, sub-image partitioning has become a popular approach for mitigating visual information loss associated with fixed-resolution processing. However, existing partitioning methods uniformly process sub-images, resulting in suboptimal image understanding. In this work, we reveal that the sub-images with higher semantic relevance to the entire image encapsulate richer visual information for preserving the model's visual understanding ability. Therefore, we propose the Global Semantic-guided Weight Allocator (GSWA) module, which dynamically allocates weights to sub-images based on their relative information density, emulating human visual attention mechanisms. This approach enables the model to focus on more informative regions, overcoming the limitations of uniform treatment. We integrate GSWA into the InternVL2-2B framework to create SleighVL, a lightweight yet high-performing model. Extensive experiments demonstrate that SleighVL outperforms models with comparable parameters and remains competitive with larger models. Our work provides a promising direction for more efficient and contextually aware high-resolution image processing in LVLMs, advancing multimodal system development.
