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

PointPillars: Fast Encoders for Object Detection from Point Clouds

About

Object detection in point clouds is an important aspect of many robotics applications such as autonomous driving. In this paper we consider the problem of encoding a point cloud into a format appropriate for a downstream detection pipeline. Recent literature suggests two types of encoders; fixed encoders tend to be fast but sacrifice accuracy, while encoders that are learned from data are more accurate, but slower. In this work we propose PointPillars, a novel encoder which utilizes PointNets to learn a representation of point clouds organized in vertical columns (pillars). While the encoded features can be used with any standard 2D convolutional detection architecture, we further propose a lean downstream network. Extensive experimentation shows that PointPillars outperforms previous encoders with respect to both speed and accuracy by a large margin. Despite only using lidar, our full detection pipeline significantly outperforms the state of the art, even among fusion methods, with respect to both the 3D and bird's eye view KITTI benchmarks. This detection performance is achieved while running at 62 Hz: a 2 - 4 fold runtime improvement. A faster version of our method matches the state of the art at 105 Hz. These benchmarks suggest that PointPillars is an appropriate encoding for object detection in point clouds.

Alex H. Lang, Sourabh Vora, Holger Caesar, Lubing Zhou, Jiong Yang, Oscar Beijbom• 2018

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS62
941
3D Object DetectionnuScenes (test)
mAP42.7
829
Semantic segmentationnuScenes (val)
mIoU (Segmentation)0.721
212
3D Object DetectionNuScenes v1.0 (test)
mAP30.5
210
3D Object DetectionKITTI car (test)
AP3D (Easy)82.58
195
3D Object DetectionnuScenes v1.0 (val)
mAP (Overall)34.3
190
3D Object DetectionWaymo Open Dataset (val)
3D APH Vehicle L263.1
175
3D Object DetectionWaymo Open Dataset (test)
Vehicle L2 mAPH60.1
105
3D Object DetectionView-of-Delft (VoD) Entire Annotated Area (val)
mAP3D67.48
86
3D Object DetectionKITTI (val)
AP3D (Moderate)77.98
85
Showing 10 of 145 rows
...

Other info

Code

Follow for update