Study on Traffic Sign Recognition by Optimized Lenet-5 Algorithm

Chuanwei Zhang,Xiangyang Yue,Rui Wang,Niuniu Li,Yupeng Ding
DOI: https://doi.org/10.1142/S0218001420550034
IF: 1.261
2019-10-07
International Journal of Pattern Recognition and Artificial Intelligence
Abstract:Traffic sign recognition (TSR) is a key technology of intelligent vehicles, which is based on visual perception for road information. In view of the fact that the traditional computer vision identification technology cannot meet the requirements of real-time accuracy, the TSR algorithm has been proposed on the basis of improved Lenet-5 algorithm. Firstly, we performed picture noise elimination and image enhancement on selected traffic sign images. Secondly, we used Gabor filter kernel in the convolution layer for convolution operation. In the convolution process, we added normalization layer Batch Normality (BN) after each convolution layer and reduced the data dimension. In the down-sampling layer, we replaced Sigmoid with the Relu activator. Finally, we selected the expanded GTSRB traffic sign database for the comparison experiment on the Caff platform. The experimental results showed that the proposed improved Lenet-5 network test set had the recognition accuracy of 96%, which was better than the method that combined Gabor with Support Vector Machine (SVM) in terms of recognition accuracy and real-time performance.
computer science, artificial intelligence
What problem does this paper attempt to address?