SCoPE VLM: Selective Context Processing for Efficient Document Navigation in Vision-Language Models
Gyubeum Lim, Yemo Koo, Vijay Krishna Madisetti
TL;DR
SCoPE VLM addresses long-context multimodal document understanding by introducing Chain of Scroll (CoS), an action-based navigation mechanism that selectively visits document segments. The approach is supported by the SCoPE Dataset for supervised and reinforcement-learning training and by Episodic Group Relative Policy Optimization (EGRPO), which optimizes penultimate-to-terminal decisions and terminal outcomes under memory constraints. Empirical results show SCoPE VLM achieves competitive accuracy with substantially lower memory usage than baseline long-context methods and demonstrates transferable document navigation skills to GUI control tasks. This work advances locally deployable, agentic multimodal systems capable of efficient, human-like reading and decision-making in long documents and structured GUI/web contexts.
Abstract
Understanding long-context visual information remains a fundamental challenge for vision-language models, particularly in agentic tasks such as GUI control and web navigation. While web pages and GUI environments are inherently structured documents, current VLMs typically neglect decision-oriented document understanding in their training objectives. Existing approaches primarily extend visual embeddings to process long, high-resolution inputs, but these methods are memory-intensive and impractical for locally deployable solutions. To address these issues, we propose SCoPE VLM, a document navigation expert that leverages a novel Chain of Scroll mechanism to selectively and recursively navigate documents, focusing exclusively on relevant segments. We introduce a dedicated data generation pipeline to construct informative Chain of Scroll trajectories and Episodic Group Relative Policy Optimization, a tailored reinforcement learning method to reduce the gap between training and inference. Our method substantially reduces memory usage and effectively models human-like reading behaviors. To the best of our knowledge, SCoPE VLM is the first framework to explicitly model agentic reading patterns in multi-page document question answering, advancing the capabilities of multimodal agents.
