Data-Efficient 3D Visual Grounding via Order-Aware Referring
Tung-Yu Wu, Sheng-Yu Huang, Yu-Chiang Frank Wang
TL;DR
This paper tackles data-efficient 3D visual grounding by introducing Vigor, which uses an LLM to derive a referential order from a natural language description and a sequence of Object-Referring blocks to progressively locate the target object in a 3D point cloud. The method leverages masked feature refinement and cross-attention guided by the referential order, along with a novel warm-up pre-training that synthesizes plausible anchor/target orders to stabilize learning with limited data. Empirical results on NR3D and ScanRefer show that Vigor achieves strong data-efficient grounding, surpassing state-of-the-art baselines in low-resource scenarios and demonstrating robustness to imperfect proposals. The approach offers a practical path to scalable 3D grounding without heavy manual annotation, enabling efficient deployment in real-world AR/robotics tasks.
Abstract
3D visual grounding aims to identify the target object within a 3D point cloud scene referred to by a natural language description. Previous works usually require significant data relating to point color and their descriptions to exploit the corresponding complicated verbo-visual relations. In our work, we introduce Vigor, a novel Data-Efficient 3D Visual Grounding framework via Order-aware Referring. Vigor leverages LLM to produce a desirable referential order from the input description for 3D visual grounding. With the proposed stacked object-referring blocks, the predicted anchor objects in the above order allow one to locate the target object progressively without supervision on the identities of anchor objects or exact relations between anchor/target objects. In addition, we present an order-aware warm-up training strategy, which augments referential orders for pre-training the visual grounding framework. This allows us to better capture the complex verbo-visual relations and benefit the desirable data-efficient learning scheme. Experimental results on the NR3D and ScanRefer datasets demonstrate our superiority in low-resource scenarios. In particular, Vigor surpasses current state-of-the-art frameworks by 9.3% and 7.6% grounding accuracy under 1% data and 10% data settings on the NR3D dataset, respectively. Our code is publicly available at https://github.com/tony10101105/Vigor.
