Search papers, labs, and topics across Lattice.
This paper introduces InSight-doc, an agentic visual perception framework designed to enhance long-document understanding by adaptively managing visual resolution as a reasoning resource. By starting with low-resolution images and selectively zooming into high-resolution areas, InSight-doc improves inference efficiency and accuracy without the need for external retrieval systems. The framework demonstrates significant performance gains, achieving up to 16.4 accuracy points improvement on document VQA benchmarks and reducing hallucination and inference latency substantially.
InSight-doc cuts hallucination by over 40% and inference latency by up to 68%, all while boosting accuracy on long-document tasks.
Long-document understanding often requires reasoning over many visually rich pages, making inference costly and prone to context rot. In this work, we propose InSight-doc, an agentic visual perception framework that treats visual resolution as an adaptive reasoning-time resource. InSight-doc starts from low resolution and selectively zooms into high-resolution regions for finer evidence, without relying on any external retriever. To train such an agent, we construct an active-perception corpus of 17.9K high-quality SFT examples with region-level zoom-in trajectories, accompanied by 19.2K hard RL examples. Through SFT+RL, InSight-doc-8B improves the baseline by 4.3--16.4 accuracy points over document VQA benchmarks. On long documents, it reduces hallucination by more than 40% and inference latency by 41%--68% while maintaining an accuracy lead. Our code, datasets, and model are released at https://github.com/m-Just/InSight-doc .