3DWG: 3D Weakly Supervised Visual Grounding via Category and Instance-Level Alignment
Xiaoqi Li, Jiaming Liu, Nuowei Han, Liang Heng, Yandong Guo, Hao Dong, Yang Liu
TL;DR
This work tackles 3D weakly supervised visual grounding by introducing a dual-branch framework that separately handles category-level and instance-level grounding. The category-level branch leverages a pre-trained detector to align object proposals with the sentence's target category while explicitly contrasting easy-to-confuse categories. The instance-level branch differentiates multiple same-category instances by exploiting noun-phrase–proposal similarities and 3D spatial relations, with training signals provided via InfoNCE losses and spatial-grounding cues. Across Nr3D, Sr3D, and ScanRef, the approach achieves state-of-the-art performance among weakly supervised methods, demonstrating strong cross-modal grounding capabilities and robust handling of category ambiguity and instance complexity.
Abstract
The 3D weakly-supervised visual grounding task aims to localize oriented 3D boxes in point clouds based on natural language descriptions without requiring annotations to guide model learning. This setting presents two primary challenges: category-level ambiguity and instance-level complexity. Category-level ambiguity arises from representing objects of fine-grained categories in a highly sparse point cloud format, making category distinction challenging. Instance-level complexity stems from multiple instances of the same category coexisting in a scene, leading to distractions during grounding. To address these challenges, we propose a novel weakly-supervised grounding approach that explicitly differentiates between categories and instances. In the category-level branch, we utilize extensive category knowledge from a pre-trained external detector to align object proposal features with sentence-level category features, thereby enhancing category awareness. In the instance-level branch, we utilize spatial relationship descriptions from language queries to refine object proposal features, ensuring clear differentiation among objects. These designs enable our model to accurately identify target-category objects while distinguishing instances within the same category. Compared to previous methods, our approach achieves state-of-the-art performance on three widely used benchmarks: Nr3D, Sr3D, and ScanRef.
