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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Object Detection | nuScenes (val) | NDS57.3 | 941 | |
| 3D Object Detection | Waymo Open Dataset (val) | 3D APH Vehicle L263.02 | 175 | |
| 3D Object Detection | KITTI car (val) | AP 3D Easy93.19 | 62 | |
| BEV Object Detection | KITTI (test) | AP (Easy)95.68 | 47 | |
| 3D Object Detection | KITTI official (test) | 3D AP (Easy)91.49 | 43 | |
| 3D Object Detection | Waymo (val) | Vehicle L2 AP58.05 | 38 | |
| 3D Object Detection | KITTI (val) | AP3D R40 Easy93.19 | 24 | |
| 3D Object Detection | KITTI official (test) | AP BEV Easy95.68 | 20 | |
| 3D Object Detection | KITTI vehicle R40 (test) | AP_R40 (Easy)91.49 | 19 |