# LaserNet: An Efficient Probabilistic 3D Object Detector for Autonomous   Driving

**Authors:** Gregory P. Meyer, Ankit Laddha, Eric Kee, Carlos Vallespi-Gonzalez,, Carl K. Wellington

arXiv: 1903.08701 · 2019-03-22

## TL;DR

LaserNet introduces a fast, probabilistic 3D object detection method for autonomous driving that processes LiDAR data in the native range view, achieving state-of-the-art accuracy with lower computational cost.

## Contribution

The paper presents a novel range view-based approach using a fully convolutional network to predict multimodal distributions over 3D boxes, improving detection performance and efficiency.

## Key findings

- Achieves state-of-the-art detection accuracy on large datasets.
- Runs significantly faster than recent 3D detectors.
- Models detections as distributions for better accuracy.

## Abstract

In this paper, we present LaserNet, a computationally efficient method for 3D object detection from LiDAR data for autonomous driving. The efficiency results from processing LiDAR data in the native range view of the sensor, where the input data is naturally compact. Operating in the range view involves well known challenges for learning, including occlusion and scale variation, but it also provides contextual information based on how the sensor data was captured. Our approach uses a fully convolutional network to predict a multimodal distribution over 3D boxes for each point and then it efficiently fuses these distributions to generate a prediction for each object. Experiments show that modeling each detection as a distribution rather than a single deterministic box leads to better overall detection performance. Benchmark results show that this approach has significantly lower runtime than other recent detectors and that it achieves state-of-the-art performance when compared on a large dataset that has enough data to overcome the challenges of training on the range view.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1903.08701/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1903.08701/full.md

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