American License Plate Recognition Algorithm Based on Deep Multi-Model Fusion

Ying Cai,Yuexin Zhang,Jie Huang
DOI: https://doi.org/10.1109/cac51589.2020.9326762
2020-01-01
Abstract:In order to realize the accurate recognition of American license plate, an algorithm based on multi-model fusion is proposed. The algorithm divides the task of license plate recognition into two steps: first, the license plate number and the state name are located, and then the regions are recognized. On the basis of YOLO v3, the feature extraction network is redesigned. Combined with the depthwise separable convolution and attention mechanism, a lightweight object detection network is proposed to locate license plate number and state name. For the license plate number, the Convolutional Recurrent Neural Network (CRNN) is used to recognize the license plate number, and transfer learning is introduced to solve the problem of insufficient data in license plate number training set. For the state names, ResNet-50 is used for classification model. Finally, the feasibility of the algorithm is verified by the experiment.
What problem does this paper attempt to address?