Fast LIDAR-based Road Detection Using Fully Convolutional Neural Networks
Luca Caltagirone, Samuel Scheidegger, Lennart Svensson, Mattias Wahde

TL;DR
This paper presents a fast, LIDAR-based road detection method using a fully convolutional neural network that transforms point clouds into top-view images, enabling real-time semantic segmentation for autonomous driving.
Contribution
The work introduces a novel top-view representation from LIDAR data and a specialized FCN architecture for efficient, accurate road detection suitable for real-time use.
Findings
Achieved top performance on the KITTI benchmark
Demonstrated real-time inference capability
Outperformed existing LIDAR-based road detection methods
Abstract
In this work, a deep learning approach has been developed to carry out road detection using only LIDAR data. Starting from an unstructured point cloud, top-view images encoding several basic statistics such as mean elevation and density are generated. By considering a top-view representation, road detection is reduced to a single-scale problem that can be addressed with a simple and fast fully convolutional neural network (FCN). The FCN is specifically designed for the task of pixel-wise semantic segmentation by combining a large receptive field with high-resolution feature maps. The proposed system achieved excellent performance and it is among the top-performing algorithms on the KITTI road benchmark. Its fast inference makes it particularly suitable for real-time applications.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · Advanced Neural Network Applications · Autonomous Vehicle Technology and Safety
MethodsMax Pooling · Convolution · Fully Convolutional Network
