3D Weakly Supervised Semantic Segmentation with 2D Vision-Language Guidance

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. The code will be available at https://github.com/xuxiaoxxxx/3DSS-VLG/.

Cite

Text

Xu et al. "3D Weakly Supervised Semantic Segmentation with 2D Vision-Language Guidance." Proceedings of the European Conference on Computer Vision (ECCV), 2024. doi:10.1007/978-3-031-73464-9_6

Markdown

[Xu et al. "3D Weakly Supervised Semantic Segmentation with 2D Vision-Language Guidance." Proceedings of the European Conference on Computer Vision (ECCV), 2024.](https://mlanthology.org/eccv/2024/xu2024eccv-3d-a/) doi:10.1007/978-3-031-73464-9_6

BibTeX

@inproceedings{xu2024eccv-3d-a,
  title     = {{3D Weakly Supervised Semantic Segmentation with 2D Vision-Language Guidance}},
  author    = {Xu, Xiaoxu and Yuan, Yitian and Li, Jinlong and Zhang, Qiudan and Jie, Zequn and Ma, Lin and Tang, Hao and Sebe, Nicu and Wang, Xu},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2024},
  doi       = {10.1007/978-3-031-73464-9_6},
  url       = {https://mlanthology.org/eccv/2024/xu2024eccv-3d-a/}
}