Traffic Sign Recognition Based on Multi-Scale Convolutional Neural Network
摘要
The traffic sign recognition algorithm based on multi-column Convolutional Neural Network(CNN) has an ideal recognition rate,but its recognition and training time is longer,so its practicability is poorer.Therefore,a road traffic sign detection model based on multi-scale CNN is constructed.By improving the base network of feature extraction in the single-scale CNN,the features generated by different layers of the network are fused into multi-scale features and provided to the classifier,so as to improve the utilization of the lower features.Experimental results on the GTSRB dataset show that the traffic sign recognition of the model is 99.25%.Compared with the multi-column CNN neural network model,while ensuring high accuracy,the recognition and training time decreases by more than 90%,which is more suitable for the accurate detection of traffic signs under real road conditions.