A Lane Line Detection Algorithm Based on Convolutional Neural Network

Ling Ding,Zhuoran Xu,JiaFei Zong,Jinsheng Xiao,Chen Shu,Bin Xu
DOI: https://doi.org/10.1007/978-3-030-72073-5_14
2021-01-01
Abstract:This paper presents an algorithm for lane line detection based on convolutional neural network. The algorithm adopts the structural mode of encoder and decoder, in which the encoder part uses VGG16 combined with cavity convolution as the basic network to extract the features of lane lines, and the cavity convolution can expand the receptive field. Through experimental comparison, the full connection layer of the network is discarded, the last maximum pooling layer of the VGG16 network is removed, and the processing of the last three convolutional layers is replaced by empty convolution, which can better balance the detection rate and accuracy. The decoder part USES the index function of the maximum pooling layer to carry out up-sampling of the encoder in an anti-pooling way to achieve semantic segmentation, and combines with the instance segmentation, and finally realizes the detection of lane lines through fitting. The test results show that the algorithm has a good balance in speed and accuracy and good robustness.
What problem does this paper attempt to address?