English

Real-Time Road Segmentation Using LiDAR Data Processing on an FPGA

Robotics 2017-11-09 v1

Abstract

This paper presents the FPGA design of a convolutional neural network (CNN) based road segmentation algorithm for real-time processing of LiDAR data. For autonomous vehicles, it is important to perform road segmentation and obstacle detection such that the drivable region can be identified for path planning. Traditional road segmentation algorithms are mainly based on image data from cameras, which is subjected to the light condition as well as the quality of road markings. LiDAR sensor can obtain the 3D geometry information of the vehicle surroundings with very high accuracy. However, it is a computational challenge to process a large amount of LiDAR data at real-time. In this work, a convolutional neural network model is proposed and trained to perform semantic segmentation using the LiDAR sensor data. Furthermore, an efficient hardware design is implemented on the FPGA that can process each LiDAR scan in 16.9ms, which is much faster than the previous works. Evaluated using KITTI road benchmarks, the proposed solution achieves high accuracy of road segmentation.

Keywords

Cite

@article{arxiv.1711.02757,
  title  = {Real-Time Road Segmentation Using LiDAR Data Processing on an FPGA},
  author = {Yecheng Lyu and Lin Bai and Xinming Huang},
  journal= {arXiv preprint arXiv:1711.02757},
  year   = {2017}
}

Comments

Under review at ISCAS 2018

R2 v1 2026-06-22T22:39:30.503Z