Summary
The paper introduces a novel framework, UA3D, aimed at addressing the challenges posed by inaccurate pseudo bounding boxes in unsupervised 3D object detection tasks. The key contributions of the paper are as follows:
1. The authors propose a method to estimate the uncertainty of pseudo bounding boxes at a fine-grained coordinate level. This is achieved by incorporating an auxiliary detection branch alongside the primary detector within the model, allowing for the assessment of prediction discrepancies that serve as indicators of uncertainty.
2. Based on the estimated uncertainty, the framework adaptively adjusts the loss weights of different pseudo box coordinates during the iterative training process. This approach reduces the influence of inaccurate pseudo boxes on the training, thereby mitigating their negative impact.
Strengths
First and foremost, I appreciate the authors for providing the anonymous link to their code, although I have not been able to test it personally. The paper meticulously delineates the challenge of inaccurate pseudo boxes in unsupervised 3D object detection and adeptly outlines how their proposed framework tackles this problem. The methodology is articulated with clarity, particularly in the sections detailing the uncertainty estimation and uncertainty regularization phases, which greatly facilitates comprehension for the readers.
Weaknesses
1. While the paper introduces a new uncertainty-aware framework to mitigate the impact of noisy pseudo bounding boxes, it lacks a detailed exploration of the model's robustness under various conditions. It would be insightful to see how the model performs under different noise levels, in various weather conditions, and against adversarial attacks to truly assess its robustness.
2. The paper mentions the performance improvement compared with existing methods, but does not compare the differences between different methods in dealing with pseudo bounding box noise in detail. It is recommended to provide a detailed comparison with existing methods (such as the UNION [1] method and the CPD [2] framework), including methodology, performance, and advantages and disadvantages analysis.
3. The paper mentions the performance improvement of the model on the nuScenes and Lyft datasets, but does not mention the performance differences of the model on different types of objects (such as pedestrians, vehicles, cyclists, etc.). It is recommended to conduct a detailed analysis of the performance of the model on different types of objects and explore how to improve the model to improve the detection performance of minority categories.
Reference
[1] Lentsch, T., Caesar, H., & Gavrila, D. M. (2024). UNION: Unsupervised 3D Object Detection using Object Appearance-based Pseudo-Classes. arXiv preprint arXiv:2405.15688.
[2] Wu, H., Zhao, S., Huang, X., Wen, C., Li, X., & Wang, C. (2024). Commonsense Prototype for Outdoor Unsupervised 3D Object Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (pp. 14968-14977).