EagleVision: A Dual-Stage Framework with BEV-grounding-based Chain-of-Thought for Spatial Intelligence
Jiaxu Wan, Xu Wang, Mengwei Xie, Hang Zhang, Mu Xu, Yang Han, Hong Zhang, Ding Yuan, Yifan Yang
TL;DR
EagleVision introduces a dual-stage spatial reasoning framework that separates macro perception from micro verification to tackle core challenges in spatial CoT, including global viewpoint coverage under token budgets and verifiable, BEV-grounded evidence. The macro stage uses SPF-DPP to select a compact, geometry-aware frame set by jointly optimizing semantic relevance and SE(3) viewpoint diversity, while the micro stage performs BEV-grounded chain-of-thought using pose querying and RL with a spatial grounding reward. The approach yields state-of-the-art results among open-source vision-language models on VSI-Bench and demonstrates strong generalization through ablations and qualitative analyses. This work advances traceable, geometry-consistent spatial reasoning for embodied perception tasks and sets the stage for more unified, end-to-end spatial reasoning systems.
Abstract
Recent spatial intelligence approaches typically attach 3D cues to 2D reasoning pipelines or couple MLLMs with black-box reconstruction modules, leading to weak spatial consistency, limited viewpoint diversity, and evidence chains that cannot be traced back to supporting views. Frameworks for "thinking with images" (e.g., ChatGPT-o3 and DeepEyes) show that stepwise multimodal reasoning can emerge by interleaving hypothesis formation with active acquisition of visual evidence, but they do not address three key challenges in spatial Chain-of-Thought (CoT): building global space perception under strict token budgets, explicitly associating 3D hypotheses with video frames for verification, and designing spatially grounded rewards for reinforcement learning. To address these issues, we present EagleVision, a dual-stage framework for progressive spatial cognition through macro perception and micro verification. In the macro perception stage, EagleVision employs a semantics-perspective-fusion determinantal point process (SPF-DPP) to select a compact set of geometry- and semantics-aware keyframes from long videos under a fixed token budget. In the micro verification stage, we formalize spatial CoT as BEV-grounded pose querying: the agent iteratively predicts poses on a BEV plane, retrieves the nearest real frames, and is trained purely by reinforcement learning with a spatial grounding reward that scores the consistency between predicted poses and observed views. On VSI-Bench, EagleVision achieves state-of-the-art performance among open-source vision-language models, demonstrating strong and generalizable spatial understanding.
