S$^2$-MLLM: Boosting Spatial Reasoning Capability of MLLMs for 3D Visual Grounding with Structural Guidance
Beining Xu, Siting Zhu, Zhao Jin, Junxian Li, Hesheng Wang
TL;DR
The paper tackles 3D Visual Grounding by enabling MLLMs to perform implicit 3D spatial reasoning through a Spatial Guidance Strategy that leverages feed-forward 3D reconstruction during training, paired with a Structure-Enhanced module that uses intra-view/inter-view attention and multi-level position encoding. This approach learns structure-aware representations without requiring point-cloud reconstruction at inference, yielding strong accuracy, efficiency, and generalization across ScanRefer, Nr3D, Sr3D and out-of-domain datasets. Key contributions include the reconstruction-guided implicit 3D understanding, a dual-view attention scheme, and explicit 3D position cues integrated into a unified MLLM framework, demonstrated to outperform existing methods with favorable efficiency. The work has practical significance for embodied AI and robotics, enabling robust 3D grounding with reduced computational overhead and better cross-view consistency.
Abstract
3D Visual Grounding (3DVG) focuses on locating objects in 3D scenes based on natural language descriptions, serving as a fundamental task for embodied AI and robotics. Recent advances in Multi-modal Large Language Models (MLLMs) have motivated research into extending them to 3DVG. However, MLLMs primarily process 2D visual inputs and struggle with understanding 3D spatial structure of scenes solely from these limited perspectives. Existing methods mainly utilize viewpoint-dependent rendering of reconstructed point clouds to provide explicit structural guidance for MLLMs in 3DVG tasks, leading to inefficiency and limited spatial reasoning. To address this issue, we propose S$^2$-MLLM, an efficient framework that enhances spatial reasoning in MLLMs through implicit spatial reasoning. We introduce a spatial guidance strategy that leverages the structure awareness of feed-forward 3D reconstruction. By acquiring 3D structural understanding during training, our model can implicitly reason about 3D scenes without relying on inefficient point cloud reconstruction. Moreover, we propose a structure-enhanced module (SE), which first employs intra-view and inter-view attention mechanisms to capture dependencies within views and correspondences across views. The module further integrates multi-level position encoding to associate visual representations with spatial positions and viewpoint information, enabling more accurate structural understanding. Extensive experiments demonstrate that S$^2$-MLLM unifies superior performance, generalization, and efficiency, achieving significant performance over existing methods across the ScanRefer, Nr3D, and Sr3D datasets. Code will be available upon acceptance.
