V2PE: Improving Multimodal Long-Context Capability of Vision-Language Models with Variable Visual Position Encoding
Junqi Ge, Ziyi Chen, Jintao Lin, Jinguo Zhu, Xihui Liu, Jifeng Dai, Xizhou Zhu
TL;DR
The paper tackles the challenge of Vision-Language Models handling long multimodal sequences by showing that text-style positional encodings for visual tokens are suboptimal and context-window limits hinder performance. It introduces Variable Visual Position Encoding (V2PE), which uses smaller, variable increments for visual tokens and a dynamic delta during training to better manage long sequences. By augmenting datasets (Long-VQA, Long-MR, MM-NIAH1M) and fine-tuning InternVL2-2B with V2PE, the authors demonstrate strong gains on long-context benchmarks and competitive results on standard tasks, including processing up to 1M tokens. The work provides a practical pathway for extending long-context capabilities in open-source VLMs and highlights the importance of modality-specific position encoding strategies for long multimodal reasoning.
Abstract
Vision-Language Models (VLMs) have shown promising capabilities in handling various multimodal tasks, yet they struggle in long-context scenarios, particularly in tasks involving videos, high-resolution images, or lengthy image-text documents. In our work, we first conduct an empirical analysis of the long-context capabilities of VLMs using our augmented long-context multimodal datasets. Our findings reveal that directly applying the positional encoding mechanism used for textual tokens to visual tokens is suboptimal, and VLM performance degrades sharply when the position encoding exceeds the model's context window. To address this, we propose Variable Visual Position Encoding (V2PE), a novel positional encoding approach that employs variable and smaller increments for visual tokens, enabling more efficient management of long multimodal sequences. Our experiments demonstrate the effectiveness of V2PE to enhances VLMs' ability to effectively understand and reason over long multimodal contexts. We further integrate V2PE with our augmented long-context multimodal datasets to fine-tune the open-source VLM, InternVL2. The fine-tuned model achieves strong performance on both standard and long-context multimodal tasks. Notably, when the sequence length of the training dataset is increased to 256K tokens, the model is capable of processing multimodal sequences up to 1M tokens, highlighting its potential for real-world long-context applications.
