LiDAR R-CNN: An Efficient and Universal 3D Object Detector
About
LiDAR-based 3D detection in point cloud is essential in the perception system of autonomous driving. In this paper, we present LiDAR R-CNN, a second stage detector that can generally improve any existing 3D detector. To fulfill the real-time and high precision requirement in practice, we resort to point-based approach other than the popular voxel-based approach. However, we find an overlooked issue in previous work: Naively applying point-based methods like PointNet could make the learned features ignore the size of proposals. To this end, we analyze this problem in detail and propose several methods to remedy it, which bring significant performance improvement. Comprehensive experimental results on real-world datasets like Waymo Open Dataset (WOD) and KITTI dataset with various popular detectors demonstrate the universality and superiority of our LiDAR R-CNN. In particular, based on one variant of PointPillars, our method could achieve new state-of-the-art results with minor cost. Codes will be released at https://github.com/tusimple/LiDAR_RCNN .
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Object Detection | Waymo Open Dataset (val) | 3D APH Vehicle L267.9 | 175 | |
| 3D Object Detection | KITTI (test) | AP_3D (Easy)85.97 | 83 | |
| 3D Object Detection | Waymo Open Dataset (WOD) (val) | Vehicle L1 mAP73.5 | 47 | |
| 3D Object Detection | Waymo Open Dataset LEVEL_1 (val) | 3D AP71.2 | 46 | |
| 3D Object Detection | Waymo Open Dataset LEVEL_2 (val) | -- | 46 | |
| 3D Object Detection | Waymo (val) | Vehicle L2 AP68.3 | 38 | |
| 3D Object Detection (Vehicle) | Waymo Open Dataset LEVEL_1 (val) | 3D AP Overall76 | 34 | |
| 3D Object Detection (Vehicle) | Waymo Open Dataset LEVEL_2 (val) | 3D AP (Overall)68.3 | 31 | |
| 3D Vehicle Detection | Waymo Open Dataset v1.2 (val) | L1 3D mAP73.5 | 29 | |
| 3D Object Detection | Waymo Open Dataset 0.2 labeled (val) | Vehicle 3D AP (L1)73.5 | 29 |