3D Weakly Supervised Semantic Segmentation with 2D Vision-Language Guidance
Xiaoxu Xu, Yitian Yuan, Jinlong Li, Qiudan Zhang, Zequn Jie, Lin Ma, Hao Tang, Nicu Sebe, Xu Wang
TL;DR
3DSS-VLG tackles the challenge of 3D semantic segmentation with weak supervision by leveraging 2D vision-language guidance to align 3D point embeddings with both image and text spaces, using only scene-level labels. It introduces a three-stage training framework built on a frozen 2D vision-language backbone and a 3D MinkowskiNet backbone: Pseudo Label Generation Stage, Embeddings Specialization Stage, and Embeddings Soft-Guidance Stage, enabling implicit cross-modal alignment through pseudo labels and a dedicated adapter. The method achieves state-of-the-art results on the S3DIS and ScanNet datasets under scene-level supervision and shows robust generalization to unseen domains, often surpassing methods that require more supervision. This approach highlights the practical value of textual semantic information and 2D-3D correspondences for reducing annotation costs while maintaining high segmentation quality in indoor scenes.
Abstract
In this paper, we propose 3DSS-VLG, a weakly supervised approach for 3D Semantic Segmentation with 2D Vision-Language Guidance, an alternative approach that a 3D model predicts dense-embedding for each point which is co-embedded with both the aligned image and text spaces from the 2D vision-language model. Specifically, our method exploits the superior generalization ability of the 2D vision-language models and proposes the Embeddings Soft-Guidance Stage to utilize it to implicitly align 3D embeddings and text embeddings. Moreover, we introduce the Embeddings Specialization Stage to purify the feature representation with the help of a given scene-level label, specifying a better feature supervised by the corresponding text embedding. Thus, the 3D model is able to gain informative supervisions both from the image embedding and text embedding, leading to competitive segmentation performances. To the best of our knowledge, this is the first work to investigate 3D weakly supervised semantic segmentation by using the textual semantic information of text category labels. Moreover, with extensive quantitative and qualitative experiments, we present that our 3DSS-VLG is able not only to achieve the state-of-the-art performance on both S3DIS and ScanNet datasets, but also to maintain strong generalization capability.
