论文标题
自动车牌识别的基准测试算法
Benchmarking Algorithms for Automatic License Plate Recognition
论文作者
论文摘要
我们评估了一个称为LPRNET [1]的轻量级卷积神经网络(CNN),用于自动车牌识别(LPR)。我们评估了两个数据集上的算法,一个由真实的车牌图像和另一个合成车牌图像组成。此外,我们将其性能与Tesseract [2](一种光学特征识别引擎)进行了比较。我们根据识别精度和Levenshtein距离测量了性能。 LPRNET是一个端到端的框架,在两个数据集上都表现出了稳健的性能,在1000个真实和合成车牌图像的测试集上分别提供了90%和89%的识别精度。在预处理步骤提供93%的识别精度后,Tesseract未使用真实车牌图像进行训练,并且仅在合成数据集上表现良好。最后,根据错误分类字符的频率分析的帕累托分析使我们能够根据累积错误的百分比详细了解哪些字符是最冲突的字符。根据区域,车牌图像具有特殊的特征。经过适当的训练后,LPRNET可用于识别特定区域和数据集中的字符。未来的工作可以专注于应用转移学习来利用LPRNET所学的功能,并对其进行微调,并给出了一个较小,更新的车牌数据集。
We evaluated a lightweight Convolutional Neural Network (CNN) called LPRNet [1] for automatic License Plate Recognition (LPR). We evaluated the algorithm on two datasets, one composed of real license plate images and the other of synthetic license plate images. In addition, we compared its performance against Tesseract [2], an Optical Character Recognition engine. We measured performance based on recognition accuracy and Levenshtein Distance. LPRNet is an end-to-end framework and demonstrated robust performance on both datasets, delivering 90 and 89 percent recognition accuracy on test sets of 1000 real and synthetic license plate images, respectively. Tesseract was not trained using real license plate images and performed well only on the synthetic dataset after pre-processing steps delivering 93 percent recognition accuracy. Finally, Pareto analysis for frequency analysis of misclassified characters allowed us to find in detail which characters were the most conflicting ones according to the percentage of accumulated error. Depending on the region, license plate images possess particular characteristics. Once properly trained, LPRNet can be used to recognize characters from a specific region and dataset. Future work can focus on applying transfer learning to utilize the features learned by LPRNet and fine-tune it given a smaller, newer dataset of license plates.