Summary
The paper proposes a method that utilizes the SAM and CLIP (Contrastive Language-Image Pretraining) models for understanding the 2D and 3D world in a label-free manner. The authors suggest a two-step process to improve the results obtained from CLIP.
In the first step, the authors generate a noisy output from the CLIP model, which is primarily designed for semantic tasks. This output may contain imperfections or inaccuracies due to the inherent limitations of CLIP.To refine the output and obtain more visually appealing semantic results, the authors employ a SAM network in the second step. The SAM network is designed to enhance the quality of the semantic results generated by CLIP.
Furthermore, the paper introduces a Cross-modality Noise Supervision module, which aims to optimize the training of both the 2D and 3D models simultaneously.
The authors demonstrate promising results on datasets such as ScanNet and nuScenes. These datasets are commonly used in the field of computer vision and provide challenging scenarios for understanding the 2D and 3D world. The encouraging results obtained from these datasets suggest the effectiveness of the proposed approach in understanding and representing the visual and semantic aspects of the real world.
Strengths
Strength:
1. Paper pushes the current boundary of training models with label free training data, using pre-existing models which have shown good performance on zero-shot tasks.
2. Proposes to seamlessly refine labels predicted by CLIP model to achieve good results in Indoor Dataset.
3. Paper for most of the part is well written and has a definite flow to it.
4. Beats existing method such MaskCLIP, CLIP2scene models comprehensively to get state-of-arts results.
Weaknesses
1. Missing Ablation: Prediction Consistency Regularization, the second stage where there is random switching of pseudo labels between 2D, 3D and CLIP based intermediate outputs, is not well explained.
2. Missing Ablation: Ablation study which shows what is the impact of this random switching with and without. We also need to see what if we only employ one of the three pseudo labels and not all three, what impact does that have. Seeing the impact of each individual is necessary to comment about its efficacy.
3. Effect of Latent Space Consistency Regularization: There is only marginal improvement seen using SAM features to guide the feature of intermediate 2D/3D encoder features. Do the authors have intermediate results(qualitative), which justifies how SAM features actually help the 2D and 3D features ?
Typos:
1. Line no 169: is the doc product operation. I presume this is supposed to be dot product.
2. In Fig:2, How do we achieve the Refined CLIP Pseudo Label and how is this different from Refined 2D Pseudo labels. Please add further information for this.
Questions
1. Could the authors provide intermediate feature space visualization which shows comparative results with and without latent space regularization ? Since from the ablation experiments provided there seems to be marginal improvement in mIoU numbers both in the ScanNet and nuScenes dataset.
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
1. The method proposed assumes SAM to be perfect in sense of providing meaning masks and does not train the SAM model. But fails to give examples or quote scenarios where this might fail, considering SAM outputs a mask which is not meaningful or helping to noisy CLIP based labels.