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

SE-SSD: Self-Ensembling Single-Stage Object Detector From Point Cloud

About

We present Self-Ensembling Single-Stage object Detector (SE-SSD) for accurate and efficient 3D object detection in outdoor point clouds. Our key focus is on exploiting both soft and hard targets with our formulated constraints to jointly optimize the model, without introducing extra computation in the inference. Specifically, SE-SSD contains a pair of teacher and student SSDs, in which we design an effective IoU-based matching strategy to filter soft targets from the teacher and formulate a consistency loss to align student predictions with them. Also, to maximize the distilled knowledge for ensembling the teacher, we design a new augmentation scheme to produce shape-aware augmented samples to train the student, aiming to encourage it to infer complete object shapes. Lastly, to better exploit hard targets, we design an ODIoU loss to supervise the student with constraints on the predicted box centers and orientations. Our SE-SSD attains top performance compared with all prior published works. Also, it attains top precisions for car detection in the KITTI benchmark (ranked 1st and 2nd on the BEV and 3D leaderboards, respectively) with an ultra-high inference speed. The code is available at https://github.com/Vegeta2020/SE-SSD.

Wu Zheng, Weiliang Tang, Li Jiang, Chi-Wing Fu• 2021

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS57.3
941
3D Object DetectionWaymo Open Dataset (val)
3D APH Vehicle L263.02
175
3D Object DetectionKITTI car (val)
AP 3D Easy93.19
62
BEV Object DetectionKITTI (test)
AP (Easy)95.68
47
3D Object DetectionKITTI official (test)
3D AP (Easy)91.49
43
3D Object DetectionWaymo (val)
Vehicle L2 AP58.05
38
3D Object DetectionKITTI (val)
AP3D R40 Easy93.19
24
3D Object DetectionKITTI official (test)
AP BEV Easy95.68
20
3D Object DetectionKITTI vehicle R40 (test)
AP_R40 (Easy)91.49
19
Showing 9 of 9 rows

Other info

Follow for update