Exploiting Contextual Objects and Relations for 3D Visual Grounding
Institute of automation, Chinese academy of science · Institute of Automation Chinese Acadamy of Sciences · Institute of automation, Chinese academy of science, Chinese Academy of Sciences · Tencent PCG ARC Lab · The Chinese University of Hong Kong · Tencent · Education Management Information Center, Ministry of Education · Alibaba Group
PDF 由论文原始站点提供,PaperCompass 不保存论文文件。
摘要
3D visual grounding, the task of identifying visual objects in 3D scenes based on natural language inputs, plays a critical role in enabling machines to understand and engage with the real-world environment. However, this task is challenging due to the necessity to capture 3D contextual information to distinguish target objects from complex 3D scenes. The absence of annotations for contextual objects and relations further exacerbates the difficulties. In this paper, we propose a novel model, CORE-3DVG, to address these challenges by explicitly learning about contextual objects and relations. Our method accomplishes 3D visual grounding via three sequential modular networks, including a text-guided object detection network, a relation matching network, and a target identification network. During training, we introduce a pseudo-label self-generation strategy and a weakly-supervised method to facilitate the learning of contextual objects and relations, respectively. The proposed techniques allow the networks to focus more effectively on referred objects within 3D scenes by understanding their context better. We validate our model on the challenging Nr3D, Sr3D, and ScanRefer datasets and demonstrate state-of-the-art performance. Our code will be public at https://github.com/yangli18/CORE-3DVG.