Reasoning Matters for 3D Visual Grounding
Hsiang-Wei Huang, Kuang-Ming Chen, Wenhao Chai, Cheng-Yen Yang, Jen-Hao Cheng, Jenq-Neng Hwang
TL;DR
This work tackles 3D visual grounding by removing the heavy annotation burden and enhancing reasoning capabilities. It introduces a fully automatic data pipeline that fabricates 3D scenes with structured, multi-step reasoning targets and uses GPT-4o for supervision data, followed by fine-tuning an open-source LLM (Reason3DVG-8B) to perform grounding with explicit reasoning. The approach achieves state-of-the-art-like performance on ScanRefer and NR3D using only a small fraction of data compared to prior methods, illustrating the critical role of reasoning supervision over sheer data scale. By decoupling data generation from manual annotation and demonstrating robust generalization, the work highlights the practical potential of reasoning-aware LLMs for open, cost-efficient 3D understanding.
Abstract
The recent development of Large Language Models (LLMs) with strong reasoning ability has driven research in various domains such as mathematics, coding, and scientific discovery. Meanwhile, 3D visual grounding, as a fundamental task in 3D understanding, still remains challenging due to the limited reasoning ability of recent 3D visual grounding models. Most of the current methods incorporate a text encoder and visual feature encoder to generate cross-modal fuse features and predict the referring object. These models often require supervised training on extensive 3D annotation data. On the other hand, recent research also focus on scaling synthetic data to train stronger 3D visual grounding LLM, however, the performance gain remains limited and non-proportional to the data collection cost. In this work, we propose a 3D visual grounding data pipeline, which is capable of automatically synthesizing 3D visual grounding data along with corresponding reasoning process. Additionally, we leverage the generated data for LLM fine-tuning and introduce Reason3DVG-8B, a strong 3D visual grounding LLM that outperforms previous LLM-based method 3D-GRAND using only 1.6% of their training data, demonstrating the effectiveness of our data and the importance of reasoning in 3D visual grounding.
