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

Voxel R-CNN: Towards High Performance Voxel-based 3D Object Detection

About

Recent advances on 3D object detection heavily rely on how the 3D data are represented, \emph{i.e.}, voxel-based or point-based representation. Many existing high performance 3D detectors are point-based because this structure can better retain precise point positions. Nevertheless, point-level features lead to high computation overheads due to unordered storage. In contrast, the voxel-based structure is better suited for feature extraction but often yields lower accuracy because the input data are divided into grids. In this paper, we take a slightly different viewpoint -- we find that precise positioning of raw points is not essential for high performance 3D object detection and that the coarse voxel granularity can also offer sufficient detection accuracy. Bearing this view in mind, we devise a simple but effective voxel-based framework, named Voxel R-CNN. By taking full advantage of voxel features in a two stage approach, our method achieves comparable detection accuracy with state-of-the-art point-based models, but at a fraction of the computation cost. Voxel R-CNN consists of a 3D backbone network, a 2D bird-eye-view (BEV) Region Proposal Network and a detect head. A voxel RoI pooling is devised to extract RoI features directly from voxel features for further refinement. Extensive experiments are conducted on the widely used KITTI Dataset and the more recent Waymo Open Dataset. Our results show that compared to existing voxel-based methods, Voxel R-CNN delivers a higher detection accuracy while maintaining a real-time frame processing rate, \emph{i.e}., at a speed of 25 FPS on an NVIDIA RTX 2080 Ti GPU. The code is available at \url{https://github.com/djiajunustc/Voxel-R-CNN}.

Jiajun Deng, Shaoshuai Shi, Peiwei Li, Wengang Zhou, Yanyong Zhang, Houqiang Li• 2020

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)90.9
195
3D Object DetectionWaymo Open Dataset (val)
3D APH Vehicle L267.74
175
3D Object DetectionKITTI (val)
AP3D (Moderate)84.52
85
3D Object DetectionKITTI car (val)
AP 3D Easy92.38
62
3D Object DetectionKITTI (test)
3D AP Easy90.9
61
Bird's eye view object detectionKITTI (test)
APBEV@0.7 (Easy)94.85
53
BEV Object DetectionKITTI (test)
AP (Easy)94.85
47
3D Object DetectionWaymo Open Dataset LEVEL_1 (val)
3D AP75.59
46
3D Object DetectionWaymo Open Dataset LEVEL_2 (val)
3D AP (Overall)68.6
46
3D Object DetectionKITTI (test)
3D AP (Easy)90.9
43
Showing 10 of 37 rows

Other info

Code

Follow for update