CVMay 24, 2021

SAT: 2D Semantics Assisted Training for 3D Visual Grounding

arXiv:2105.11450v2167 citations
Originality Highly original
AI Analysis

This work addresses the problem of grounding language in 3D scenes for applications like robotics and AR/VR, offering a significant performance improvement over existing methods.

The paper tackles the challenge of 3D visual grounding by proposing SAT, which uses 2D image semantics during training to improve point-cloud-language joint representation learning, resulting in accuracy boosts from 37.7% to 49.2% on the Nr3D dataset and outperforming state-of-the-art methods on multiple datasets.

3D visual grounding aims at grounding a natural language description about a 3D scene, usually represented in the form of 3D point clouds, to the targeted object region. Point clouds are sparse, noisy, and contain limited semantic information compared with 2D images. These inherent limitations make the 3D visual grounding problem more challenging. In this study, we propose 2D Semantics Assisted Training (SAT) that utilizes 2D image semantics in the training stage to ease point-cloud-language joint representation learning and assist 3D visual grounding. The main idea is to learn auxiliary alignments between rich, clean 2D object representations and the corresponding objects or mentioned entities in 3D scenes. SAT takes 2D object semantics, i.e., object label, image feature, and 2D geometric feature, as the extra input in training but does not require such inputs during inference. By effectively utilizing 2D semantics in training, our approach boosts the accuracy on the Nr3D dataset from 37.7% to 49.2%, which significantly surpasses the non-SAT baseline with the identical network architecture and inference input. Our approach outperforms the state of the art by large margins on multiple 3D visual grounding datasets, i.e., +10.4% absolute accuracy on Nr3D, +9.9% on Sr3D, and +5.6% on ScanRef.

Code Implementations1 repo
Foundations

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

Your Notes