From Text to Pixel: Advancing Long-Context Understanding in MLLMs
Yujie Lu, Xiujun Li, Tsu-Jui Fu, Miguel Eckstein, William Yang Wang
TL;DR
SEEKER tackles the bottleneck of long-context multimodal understanding by encoding long textual content into compact visual tokens, enabling a fixed token budget to support extended reasoning over multiple images and text. The approach combines long-context multi-image encoding with dense image-text alignment and instruction-tuned supervision, resulting in state-of-the-art performance on six long-context multimodal tasks and competitive results on general benchmarks. Key contributions include a novel image-token encoding scheme with explicit image separators, dense rendering of text into images for improved alignment, and a scalable fine-tuning pipeline that enables long-form input and output without excessive computation. The work demonstrates both improved extrapolation over OCR-based methods and substantial inference-time efficiency, suggesting practical impact for long-document understanding, multi-image reasoning, and video QA in real-world settings.
Abstract
The rapid progress in Multimodal Large Language Models (MLLMs) has significantly advanced their ability to process and understand complex visual and textual information. However, the integration of multiple images and extensive textual contexts remains a challenge due to the inherent limitation of the models' capacity to handle long input sequences efficiently. In this paper, we introduce SEEKER, a multimodal large language model designed to tackle this issue. SEEKER aims to optimize the compact encoding of long text by compressing the text sequence into the visual pixel space via images, enabling the model to handle long text within a fixed token-length budget efficiently. Our empirical experiments on six long-context multimodal tasks demonstrate that SEEKER can leverage fewer image tokens to convey the same amount of textual information compared with the OCR-based approach, and is more efficient in understanding long-form multimodal input and generating long-form textual output, outperforming all existing proprietary and open-source MLLMs by large margins.
