# PointPillars: Fast Encoders for Object Detection from Point Clouds

**Authors:** Alex H. Lang, Sourabh Vora, Holger Caesar, Lubing Zhou, Jiong Yang,, Oscar Beijbom

arXiv: 1812.05784 · 2019-05-08

## TL;DR

PointPillars introduces a fast and accurate point cloud encoder using PointNets for 3D object detection, significantly improving speed and accuracy over previous methods in autonomous driving applications.

## Contribution

The paper presents PointPillars, a novel point cloud encoder that combines PointNets with a lean detection pipeline, achieving state-of-the-art performance with high speed.

## Key findings

- Outperforms previous encoders in speed and accuracy
- Runs at 62 Hz with superior detection performance
- Full pipeline surpasses state-of-the-art on KITTI benchmarks

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.05784/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1812.05784/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1812.05784/full.md

---
Source: https://tomesphere.com/paper/1812.05784