An End-to-End Lane-Keeping Approach Using Light Weighted Neural Network

Renhao Xie,Hongcheng Huang,Pengzhi Chu
DOI: https://doi.org/10.1109/ccdc55256.2022.10033967
2022-01-01
Abstract:We proposed a light weighted neural network to perform lane-keeping task in simple scenarios by predicting steering commands directly from the image input. In order to make it run on low-performance embedded devices, we used a HLS based binary threshold segmentation method to assist feature extraction, and the neural network behind has only four convolutional layers and two fully connected layers. The experimental results show that this model can extract the lane features and determine current steering commands synthetically. Deployed on a small car with a RK3399 development board and a front-view camera, this model achieved an inference speed at 10 fps, and can automatically keep the car in the lane without manual intervention.
What problem does this paper attempt to address?