CVP: Central-Peripheral Vision-Inspired Multimodal Model for Spatial Reasoning
Zeyuan Chen, Xiang Zhang, Haiyang Xu, Jianwen Xie, Zhuowen Tu
TL;DR
The paper tackles the challenge of robust 3D scene understanding with large multimodal models by introducing explicit high-level spatial structure. It proposes CVP, a framework that combines a central-vision-like target-affinity token with a peripheral-vision-like allocentric grid, trained via a contrastive objective and integrated textual BEV context. Built on a pre-trained LMM, CVP achieves state-of-the-art results across five benchmarks for grounding, QA, and dense captioning, with ablations confirming the complementary benefits of its two modules. Qualitative analyses and visualizations corroborate improved attention grounding and spatial reasoning in complex 3D environments.
Abstract
We present a central-peripheral vision-inspired framework (CVP), a simple yet effective multimodal model for spatial reasoning that draws inspiration from the two types of human visual fields -- central vision and peripheral vision. Existing approaches primarily rely on unstructured representations, such as point clouds, voxels, or patch features, and inject scene context implicitly via coordinate embeddings. However, this often results in limited spatial reasoning capabilities due to the lack of explicit, high-level structural understanding. To address this limitation, we introduce two complementary components into a Large Multimodal Model-based architecture: target-affinity token, analogous to central vision, that guides the model's attention toward query-relevant objects; and allocentric grid, akin to peripheral vision, that captures global scene context and spatial arrangements. These components work in tandem to enable structured, context-aware understanding of complex 3D environments. Experiments show that CVP achieves state-of-the-art performance across a range of 3D scene understanding benchmarks.
