CVCLDec 15, 2023

Weakly-Supervised 3D Visual Grounding based on Visual Language Alignment

arXiv:2312.09625v54 citationsh-index: 12IEEE transactions on multimedia
Originality Incremental advance
AI Analysis

This addresses the annotation bottleneck for 3D scene understanding researchers and practitioners, though it appears incremental as it adapts existing 2D vision-language models to 3D.

The paper tackles the problem of 3D visual grounding, which requires expensive bounding box annotations, by proposing 3D-VLA, a weakly supervised approach that leverages vision-language models and 2D-3D correspondences to achieve comparable or superior results to fully supervised methods on ReferIt3D and ScanRefer datasets.

Learning to ground natural language queries to target objects or regions in 3D point clouds is quite essential for 3D scene understanding. Nevertheless, existing 3D visual grounding approaches require a substantial number of bounding box annotations for text queries, which is time-consuming and labor-intensive to obtain. In this paper, we propose 3D-VLA, a weakly supervised approach for 3D visual grounding based on Visual Linguistic Alignment. Our 3D-VLA exploits the superior ability of current large-scale vision-language models (VLMs) on aligning the semantics between texts and 2D images, as well as the naturally existing correspondences between 2D images and 3D point clouds, and thus implicitly constructs correspondences between texts and 3D point clouds with no need for fine-grained box annotations in the training procedure. During the inference stage, the learned text-3D correspondence will help us ground the text queries to the 3D target objects even without 2D images. To the best of our knowledge, this is the first work to investigate 3D visual grounding in a weakly supervised manner by involving large scale vision-language models, and extensive experiments on ReferIt3D and ScanRefer datasets demonstrate that our 3D-VLA achieves comparable and even superior results over the fully supervised methods.

Foundations

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

Your Notes