CVAINov 28, 2025

SpaceMind: Camera-Guided Modality Fusion for Spatial Reasoning in Vision-Language Models

arXiv:2511.23075v29 citations
Originality Incremental advance
AI Analysis

It addresses spatial reasoning challenges for vision-language models, offering a practical inductive bias, though it is incremental as it builds on existing multimodal architectures.

The paper tackles the problem of 3D spatial reasoning in vision-language models by proposing SpaceMind, a model that uses camera-guided modality fusion from RGB inputs, achieving state-of-the-art results on benchmarks like VSI-Bench, SQA3D, and SPBench with large margins.

Large vision-language models (VLMs) show strong multimodal understanding but still struggle with 3D spatial reasoning, such as distance estimation, size comparison, and cross-view consistency. Existing 3D-aware methods either depend on auxiliary 3D information or enhance RGB-only VLMs with geometry encoders through shallow feature fusion. We propose SpaceMind, a multimodal large language model explicitly designed for spatial reasoning solely from RGB inputs. The model adopts a dual-encoder architecture, integrating VGGT as a spatial understanding encoder and InternViT as a 2D visual encoder. The key idea is to treat the camera representation as an active guiding modality rather than passive metadata. Specifically, SpaceMind introduces a lightweight Camera-Guided Modality Fusion module before the language model to replace shallow fusion. It applies camera-conditioned biasing to spatial tokens, assigns query-independent weights reflecting their geometric importance, and uses the camera embedding to gate the fused representation. Empirically, SpaceMind establishes new state-of-the-art results on VSI-Bench, SQA3D and SPBench, surpassing both open and proprietary systems on VSI-Bench and SPBench by large margins and achieving state-of-the-art performance on SQA3D. These results demonstrate that camera-guided modality fusion is an effective and practical inductive bias for equipping VLMs with genuinely spatially grounded intelligence. We will release code and model checkpoints to support future research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes