• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2020, Vol. 42 ›› Issue (11): 2030-2036.

Previous Articles     Next Articles

Traffic road sign recognition based on SqueezeNet model with deep  residual network and GRU

HUO Aiqing,ZHANG Wenle,LI Haoping   

  1. (School of Electronic Engineering,Xi’an Shiyou University,Xi’an 710065,China)
  • Received:2019-12-18 Revised:2020-04-16 Accepted:2020-11-25 Online:2020-11-25 Published:2020-11-30

Abstract: Existing traffic road sign recognition methods are all based on convolutional neural networks. As the number of the model network layers increases, the recognition accuracy will also be improved, but there are still some problems such as the reduction of efficiency and the increase of the number of parameters. Therefore, an improved SqueezeNet model combining deep residual network with GRU neural network (SqueezeNetIRGRU) is proposed. In order to enhance the learning efficiency, ELU function is used as the activation function. To avoid the disappearance of gradients when the network layer is too deep, a deep residual network is introduced to guarantee the stability of the model, GRU neural network that can memorize the important past features is utilized. Experiments were performed on the Cafir10 and GTSRB datasets, and their recognition accuracy rates are above 99.13% and 88.25%respectively. The experimental results show that the SqueezeNetIRGRU model not only reduces the parameter amount greatly, but also its convergence, stability and recall rate are all much better than others.

Key words: SqueezeNet, GRU neural network, deep residual network, recognition accuracy, stability