OpenGaussian: Towards Point-Level 3D Gaussian-based Open Vocabulary Understanding

This paper introduces OpenGaussian, a method based on 3D Gaussian Splatting (3DGS) capable of 3D point-level open vocabulary understanding. Our primary motivation stems from observing that existing 3DGS-based open vocabulary methods mainly focus on 2D pixel-level parsing. These methods struggle with 3D point-level tasks due to weak feature expressiveness and inaccurate 2D-3D feature associations. To ensure robust feature presentation and 3D point-level understanding, we first employ SAM masks without cross-frame associations to train instance features with 3D consistency. These features exhibit both intra-object consistency and inter-object distinction. Then, we propose a two-stage codebook to discretize these features from coarse to fine levels. At the coarse level, we consider the positional information of 3D points to achieve location-based clustering, which is then refined at the fine level. Finally, we introduce an instance-level 3D-2D feature association method that links 3D points to 2D masks, which are further associated with 2D CLIP features. Extensive experiments, including open vocabulary-based 3D object selection, 3D point cloud understanding, click-based 3D object selection, and ablation studies, demonstrate the effectiveness of our proposed method. The source code is available at our project page: https://3d-aigc.github.io/OpenGaussian

Paper

Similar papers

Peer review

Reviewer d9so6/10 · confidence 3/52024-07-08

Summary

This paper presents OpenGaussian, a method utilizing 3D Gaussian Splatting for open vocabulary comprehension at the 3D point level. It addresses the limitations of current 3DGS methods that are confined to 2D pixel-level analysis and are inadequate for 3D point-level tasks. The method leverages SAM masks to maintain 3D consistency, implements a two-stage codebook for feature discretization, and proposes an instance-level 3D-2D feature association approach, demonstrating effectiveness in various tasks.

Strengths

1. The motivation behind this paper is well-grounded, and the proposed method is technically sound. 2. The paper is well-written and easy to follow. 3. The method demonstrates good performance across various tasks, including open-vocabulary object selection, click-based 3D object selection, and 3D point cloud understanding.

Weaknesses

1. The ablation studies are not sufficiently thorough. In Table 3, using xyz information results in significant performance improvement. It would be beneficial to provide results for the coarse-level alone, using xyz information, with k=64 and k=320. This would further illustrate the necessity of using the fine-level. 2. A sensitivity analysis for k1 and k2 could be provided to better understand their impact on the performance of the method.

Questions

See weaknesses

Rating

6

Confidence

3

Soundness

3

Presentation

3

Contribution

3

Limitations

Yes

Reviewer sSBZ6/10 · confidence 3/52024-07-11

Summary

In this paper, the authors propose three techniques to enhance the point-level 3D gaussian-based open vocabulary understanding: 1. Intra-mask smoothing loss to draw features within the same mask closer, and inter-mask contrastive loss to increase discriminativeness of the mean feature of each instance. 2. Two-level codebook for discretization. The proposed codebook discretizes instance features with the 3D coordinates to ensure identical Gaussian features from the same instance, in a coarse-to-fine manner. 3. Instance-level 2D-3D association technique to link CLIP features with 3D instance without loss backpropagation and depth information.

Strengths

1. Visualizations are clear and strong to show the effectiveness of the proposed OpenGaussian and advantages over previous literature. 2. Quantitative results also demonstrate consistant and remarkable improvements over previous methods.

Weaknesses

1. Paper writing needs to be improved. I have to admit that I'm not expert of this field, and this paper is not easy to understand since it requires abundant prior knowledge about the task and previous methods. 2. No limitation discussion is included in this paper. 3. Ablations on inter/intra-mask smoothing loss, since this is also a contribution of this paper. 4. Efficiency comparison between OpenGaussian and previous methods. The authors do includ training time in the supplemental material. However, since there is human-computer interaction in this task, it is critical to reveal the inference time or throughput of the method. Can it achieve real-time performance? Does it lags behind previous methods in terms of efficiency? 5. The three contributions of this paper seems separate. The authors are encouraged to resummarize them in a more integrated story.

Questions

1. typo: m(m+1) -> m(m-1) in equation (2).

Rating

6

Confidence

3

Soundness

3

Presentation

2

Contribution

3

Limitations

The paper doesn't discuss any limitations.

Authorsrebuttal2024-08-12

Dear Reviewer sSBZ, Thank you once again for your insightful review, which has greatly enhanced the quality and clarity of our paper. We sincerely hope that our rebuttal has effectively addressed your questions and concerns. Should you require any additional clarifications or further information, please do not hesitate to reach out. We greatly value your insightful suggestions. Thank you very much for your time and consideration. Best regards, Authors of Submission 1591

Reviewer ANGY6/10 · confidence 5/52024-07-13

Summary

This paper introduces "OpenGaussian," a novel method for 3D point-level open vocabulary understanding using 3D Gaussian Splatting (3DGS). The authors address the limitations of existing 3DGS-based methods that primarily focus on 2D pixel-level parsing. OpenGaussian aims to enhance 3D point-level understanding by training instance features with 3D consistency and proposing a two-stage codebook for feature discretization. The method also introduces an instance-level 3D-2D feature association to link 3D points to 2D masks and CLIP features. Extensive experiments demonstrate the effectiveness of OpenGaussian in various 3D tasks, and the source code will be released.

Strengths

- **Novelty**: The paper introduces a unique approach to 3D point-level open vocabulary understanding, which is a significant advancement over existing methods that focus on 2D pixel-level parsing.   - **Technical Contributions**: The proposal of a two-stage codebook for feature discretization and the introduction of a 3D-2D feature association method are innovative and well-executed.   - **Experiments**: The extensive experiments, including open vocabulary-based 3D object selection and 3D point cloud understanding, validate the effectiveness of the proposed method.   - **Clarity**: The paper is well-written and clearly explains the methodology, making it easy to follow the proposed approach and its benefits.

Weaknesses

- **Limitations Discussion**: The paper does not discuss the limitations of the proposed method in detail, which could provide a more balanced view of its applicability and potential drawbacks.   - **Comparative Analysis**: While the paper compares OpenGaussian with LangSplat and LEGaussians, additional comparisons with other state-of-the-art methods in OV 3D understanding could strengthen the evaluation, like Open-vocabulary 3D object detection[1, 2]   - **Complexity**: The implementation details, especially the two-stage codebook and feature association, may be complex and could benefit from further simplification or more detailed explanations for reproducibility.   - **Generalization**: The experiments are conducted on specific datasets, and it's unclear how well the method generalizes to other types of 3D scenes or datasets. [1] Yuheng Lu, Chenfeng Xu, Xiaobao Wei, Xiaodong Xie, Masayoshi Tomizuka, Kurt Keutzer, and Shanghang Zhang. Open-vocabulary point-cloud object detection without 3d annotation. In CVPR, 2023. 1, 3 [2] Yang Cao, Zeng Yihan, Hang Xu, and Dan Xu. Coda: Collaborative novel box discovery and cross-modal alignment for open-vocabulary 3d object detection. In NeurIPS, 2023

Questions

- **Scalability**: How does the method perform on larger and more complex 3D scenes? Are there any scalability issues?   - **Real-time Performance**: Can the method be applied in real-time applications, especially in robotics and embodied intelligence scenarios?   - **Ablation Studies**: Can you provide more detailed ablation studies to isolate the contributions of each component of the proposed method?   - **Generalization**: Have you tested the method on different types of 3D datasets to evaluate its generalization capabilities?

Rating

6

Confidence

5

Soundness

3

Presentation

3

Contribution

3

Limitations

The authors did not provide an analysis of the limitations. For suggestions on improvement, please refer to the weaknesses section.

Authorsrebuttal2024-08-12

Dear Reviewer ANGY, Thank you once again for your insightful review, which has greatly enhanced the quality and clarity of our paper. We sincerely hope that our rebuttal has effectively addressed your questions and concerns. Should you require any additional clarifications or further information, please do not hesitate to reach out. We greatly value your insightful suggestions. Thank you very much for your time and consideration. Best regards, Authors of Submission 1591

Reviewer ANGY2024-08-13

Further reply

Dear authors, I have carefully read your paper. Most of my questions are addressed well. I have one more question. Is the feature learning process jointly conducted with the 3DGS learning? Or you learned the 3DGS firstly, then learn the instance/semantic feature further?

Authorsrebuttal2024-08-13

Thanks for your feedback and positive evaluation of our work. We are glad that our rebuttal addressed your most concerns. For this question, we mentioned this training detail in "Implementation Details" of the supplementary material: For a fair comparison, we adhered to the training strategy consistent with LangSplat. We first trained for 30,000 steps using 3DGS, then froze the geometric properties of the Gaussians, and continued training the instance features. The advantage of this strategy is that it allows us to continue training from any model pre-trained on 3DGS (or its variants) without needing to retrain the geometric properties from scratch. However, as we noted in the first point of our limitations analysis (Rebuttal-Q5), this strategy may lead to inconsistencies between geometry and semantics. We appreciate your insightful observation, and we will further explore how to conduct more efficient joint training in the future. Thank you again for your thorough review. We would appreciate if you could consider re-evaluating our work in light of these clarifications.

Reviewer ANGY2024-08-13

Final score

Thanks to the authors for the quick reply and the efforts in the rebuttal, and sorry for missing the training detail. Please update the contents we discuss in the final version, i.e., the comparison with 3D Open Vocabulary Detection methods[1, 2] and the limitations. Totally speaking, most of my concerns are addressed well. So I raise my score to 6. Good luck :)

Authorsrebuttal2024-08-13

We are very grateful for your recognition of our work and for the time and effort you invested in reviewing it. Your valuable suggestions have significantly enhanced the quality and scalability of our work. We will update these discussions in the revised version. Thank you again for your feedback. Best wishes!

Reviewer d9so2024-08-11

Thank you for your response. My concern has been resolved, and I will maintain the original score.

Authorsrebuttal2024-08-11

We greatly appreciate your response and valuable suggestions, which improved the quality and comprehensiveness of our paper.

Reviewer sSBZ2024-08-12

Response to the Rebuttal

Thanks for the authors' comprehensive rebuttal to my questions and sorry for the late reply. Their clarification on missing ablation studies and real-time performance analysis meet my satisfaction. Therefore, I will raise my rating to 6. However, I have to admit that I'm not an expert in this field, so please consider more about the review opinions of reviewers with higher confidence.

Authorsrebuttal2024-08-12

We are very grateful for your response and the positive evaluation of our work. Your suggestions have significantly improved our manuscript, and we will also actively consider the opinions of other reviewers.

Program Chairsdecision2024-09-25

Decision

Accept (poster)

© 2026 NYSGPT2525 LLC