Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Commonsense Prototype for Outdoor Unsupervised 3D Object Detection

About

The prevalent approaches of unsupervised 3D object detection follow cluster-based pseudo-label generation and iterative self-training processes. However, the challenge arises due to the sparsity of LiDAR scans, which leads to pseudo-labels with erroneous size and position, resulting in subpar detection performance. To tackle this problem, this paper introduces a Commonsense Prototype-based Detector, termed CPD, for unsupervised 3D object detection. CPD first constructs Commonsense Prototype (CProto) characterized by high-quality bounding box and dense points, based on commonsense intuition. Subsequently, CPD refines the low-quality pseudo-labels by leveraging the size prior from CProto. Furthermore, CPD enhances the detection accuracy of sparsely scanned objects by the geometric knowledge from CProto. CPD outperforms state-of-the-art unsupervised 3D detectors on Waymo Open Dataset (WOD), PandaSet, and KITTI datasets by a large margin. Besides, by training CPD on WOD and testing on KITTI, CPD attains 90.85% and 81.01% 3D Average Precision on easy and moderate car classes, respectively. These achievements position CPD in close proximity to fully supervised detectors, highlighting the significance of our method. The code will be available at https://github.com/hailanyi/CPD.

Hai Wu, Shijia Zhao, Xun Huang, Chenglu Wen, Xin Li, Cheng Wang• 2024

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI (val)--
85
3D Object DetectionWOD (val)
3D AP (Vehicle, IoU=0.7)34.77
7
3D Object DetectionWaymo Open Dataset (WOD) (val)
Vehicle 3D AP L1 (IoU=0.5)57.79
6
3D Object DetectionWaymo Open Dataset (WOD) (val)
Vehicle 3D AP L2 (IoU=0.5)50.67
6
3D Object DetectionWaymo Open Dataset (WOD) (val)
3D AP L1 (IoU=0.7)37.4
5
BEV Object DetectionWaymo Open Dataset (WOD) (val)--
5
3D Object DetectionWaymo Open Dataset (WOD) (val)
3D Recall (IoU=0.3)45.66
4
3D Object DetectionWaymo Open Dataset (WOD) (val)
Vehicle APH (L1, IoU=0.5)54.19
4
3D Object DetectionWaymo Open Dataset (WOD) v1.0 (test)
Vehicle AP@0.7 L137.26
4
3D Object DetectionWaymo Open Dataset (WOD) (val)
Vehicle 3D AP@0.7 L137.4
4
Showing 10 of 12 rows

Other info

Code

Follow for update