Generalized Robot 3D Vision-Language Model with Fast Rendering and Pre-Training Vision-Language Alignment
Kangcheng Liu, Yong-Jin Liu, Baoquan Chen
TL;DR
WS3D++ tackles open-vocabulary and data-efficient 3D scene parsing by coupling hierarchical vision-language pre-training with region-aware fine-tuning. It uses multi-view rendering to establish explicit 2D-3D associations and distills knowledge from vision-language models into a 3D backbone via a KL-divergence loss, while employing region-level energy-based and contrastive losses for unlabeled data. The approach delivers state-of-the-art open-world and data-efficient performance on indoor and outdoor benchmarks for semantic and instance segmentation and object detection, validating strong cross-task generalization. By enabling language-driven, open-vocabulary 3D perception with reduced labeling requirements, WS3D++ offers practical benefits for robotics and perception systems operating in diverse environments.
Abstract
Deep neural network models have achieved remarkable progress in 3D scene understanding while trained in the closed-set setting and with full labels. However, the major bottleneck is that these models do not have the capacity to recognize any unseen novel classes beyond the training categories in diverse real-world applications. Therefore, we are in urgent need of a framework that can simultaneously be applicable to both 3D point cloud segmentation and detection, particularly in the circumstances where the labels are rather scarce. This work presents a generalized and straightforward framework for dealing with 3D scene understanding when the labeled scenes are quite limited. To extract knowledge for novel categories from the pre-trained vision-language models, we propose a hierarchical feature-aligned pre-training and knowledge distillation strategy to extract and distill meaningful information from large-scale vision-language models, which helps benefit the open-vocabulary scene understanding tasks. To encourage latent instance discrimination and to guarantee efficiency, we propose the unsupervised region-level semantic contrastive learning scheme for point clouds, using confident predictions of the neural network to discriminate the intermediate feature embeddings at multiple stages. In the limited reconstruction case, our proposed approach, termed WS3D++, ranks 1st on the large-scale ScanNet benchmark on both the task of semantic segmentation and instance segmentation. Extensive experiments with both indoor and outdoor scenes demonstrated the effectiveness of our approach in both data-efficient learning and open-world few-shot learning. The code is made publicly available at: https://drive.google.com/drive/folders/1M58V-PtR8DBEwD296zJkNg_m2qq-MTAP?usp=sharing.
