LGCVMLDec 14, 2018

PointPillars: Fast Encoders for Object Detection from Point Clouds

arXiv:1812.05784v24478 citations
Originality Highly original
AI Analysis

This addresses the speed-accuracy trade-off in point cloud object detection for autonomous driving, offering a substantial improvement over existing methods.

The paper tackles object detection in point clouds for robotics applications like autonomous driving by proposing PointPillars, a novel encoder that uses PointNets to organize point clouds into vertical columns, resulting in a detection pipeline that significantly outperforms state-of-the-art methods in both accuracy and speed, achieving 62 Hz with a 2-4 fold runtime improvement and a faster version at 105 Hz.

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.

Code Implementations18 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes