CVMar 25, 2024

Data-Efficient 3D Visual Grounding via Order-Aware Referring

arXiv:2403.16539v55 citationsh-index: 4Has CodeWACV
Originality Highly original
AI Analysis

This work addresses data efficiency in 3D visual grounding for applications like robotics and AR/VR, offering a novel method to reduce reliance on large annotated datasets.

The paper tackles the problem of 3D visual grounding with limited data by introducing Vigor, a framework that uses LLM-generated referential orders and stacked object-referring blocks to locate target objects progressively, achieving improvements of 9.3% and 7.6% grounding accuracy under 1% and 10% data settings on the NR3D dataset compared to state-of-the-art methods.

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.

Foundations

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

Your Notes