While recent rapid advancements in large-scale Vision-Language Models (VLMs) have significantly contributed to AI's integrated understanding of visual information and natural language, distinct limitations remain in the field of 3D Visual Grounding (3...
While recent rapid advancements in large-scale Vision-Language Models (VLMs) have significantly contributed to AI's integrated understanding of visual information and natural language, distinct limitations remain in the field of 3D Visual Grounding (3DVG), which extends this capability to 3D physical space. Existing VLM-based approaches suffer from geometric ambiguity, losing range and spatial structure information during the process of projecting 3D scenes into 2D images. Furthermore, they face issues with degraded numerical precision due to classification-based optimization methods that treat continuous physical coordinates as independent text tokens.
To overcome these structural limitations, this study proposes an integrated framework that effectively injects 3D spatial awareness while preserving the powerful semantic reasoning capabilities of 2D VLMs. The core methodology of this paper can be summarized into two main aspects.
First, unlike existing simple concatenation methods, we introduce a Structure-Preserving Multi-modal Fusion strategy. We extract geometric features and dense semantic features, then hierarchically inject them into the VLM's visual encoder via a Zero-Initialized Adapter. Additionally, we introduce Geometric QA as an auxiliary task to force the model to encode the injected geometric features as key reasoning cues rather than simple noise. This technique induces the model to organically integrate and learn 2D visual information and 3D geometric information without compromising the parameter distribution of the pre-trained VLM, thereby preventing catastrophic forgetting.
Second, to address the numerical discontinuity in coordinate prediction, we introduce the Place-value weighted Earth Mover's Distance (EMD) Loss. This serves as a Numerical Proximity-Aware Loss that directly reflects the physical distance between the prediction distribution and the ground truth in the cost function. It helps the model internalize the ordinal relationship and sense of physical distance between digit tokens, aiding convergence to precise locations.
Extensive experiments were conducted on major benchmark datasets such as ScanRefer, Nr3D, and Sr3D to verify the effectiveness of the proposed model. Experimental results show that the proposed method achieved an accuracy of 74.6% on the Nr3D dataset, surpassing the previous state-of-the-art by 4.7 percentage points, and recorded 61.0% on ScanRefer, demonstrating its superiority. In particular, it demonstrated exceptional robustness and generalization performance even in complex environments where distinguishing between objects is difficult and in unseen scenes not used for training. By presenting geometric scaffolding and optimization techniques to evolve 2D VLMs into 3D spatial reasoning experts, this study suggests a new direction for visual grounding research for Embodied AI.