A Robust Real-Time Automatic License Plate Recognition Based on the YOLO Detector

The proposed ALPR pipeline

1. Paper Information

1.1. Authors

Rayson Laroca, Evair Severo, Luiz A. Zanlorensi, Luiz S. Oliveira, Gabriel R. Gonçalves, William Robson Schwartz, David Menotti.

1.2. Abstract

Automatic License Plate Recognition (ALPR) has been a frequent topic of research due to many practical applications. However, many of the current solutions are still not robust in real-world situations, commonly depending on many constraints. This paper presents a robust and efficient ALPR system based on the state-of-the-art YOLO object detector. The Convolutional Neural Networks (CNNs) are trained and fine-tuned for each ALPR stage so that they are robust under different conditions (e.g., variations in camera, lighting and background). Especially for character segmentation and recognition, we design a two-stage approach employing simple data augmentation tricks such as inverted License Plates (LPs) and flipped characters. The resulting ALPR approach achieved impressive results in two datasets. First, in the SSIG dataset, composed of 2,000 frames from 101 vehicle videos, our system achieved a recognition rate of 93.53% and 47 frames per second (FPS), performing better than both Sighthound and OpenALPR commercial systems (89.80% and 93.03%, respectively) and considerably outperforming previous results (81.80%). Second, targeting a more realistic scenario, we introduce a larger public dataset, called UFPR- ALPR dataset, designed to ALPR. This dataset contains 150 videos and 4,500 frames captured when both camera and vehicles are moving and also contains different types of vehicles (i.e., cars, motorcycles, buses and trucks). In the proposed dataset, the trial versions of commercial systems achieved recognition rates below 70%. On the other hand, our system performed better, with a recognition rate of 78.33% and 35 FPS.

1.3. Citation

If you use our trained models or the UFPR-ALPR dataset in your research, please cite our paper:

  • R. Laroca, E. Severo, L. A. Zanlorensi, L. S. Oliveira, G. R. Gonçalves, W. R. Schwartz, D. Menotti, “A Robust Real-Time Automatic License Plate Recognition Based on the YOLO Detector,” in International Joint Conference on Neural Networks (IJCNN), July 2018, pp. 1–10. [IEEE Xplore] [PDF] [BibTeX] [Presentation] [NVIDIA News Center] [Video Demonstration]

You may also be interested in the extended version of this paper, where we considerably improved our system:

  • R. Laroca, L. A. Zanlorensi, G. R. Gonçalves, E. Todt, W. R. Schwartz, D. Menotti, “An Efficient and Layout-Independent Automatic License Plate Recognition System Based on the YOLO Detector,” IET Intelligent Transport Systems, vol. 15, no. 4, pp. 483-503, 2021. [Webpage] [Wiley] [PDF] [BibTeX]

2. Downloads 

2.1. Proposed ALPR System

We presented a robust real-time end-to-end ALPR system using the state-of-the-art YOLO object detection CNNs. We trained a network for each ALPR stage, except for the character recognition where letters and digits are recognized separately (with two distinct CNNs).

The bottleneck of ALPR systems is the character segmentation and recognition stages. In this sense, we performed several approaches to increase recognition rates in both stages, such as data augmentation to simulate LPs from other vehicle’s categories and to increase characters with few instances in the training set. Although simple, these strategies were essential to accomplish outstanding results.

The Darknet framework was employed to train and test our networks.

The architectures and weights can be downloaded here.

2.2. UFPR-ALPR Dataset

We also introduced a public dataset for ALPR that includes 4,500 fully annotated images (with over 30,000 LP characters) from 150 vehicles in real-world scenarios where both the vehicle and the camera (inside another vehicle) are moving. Compared to the largest Brazilian dataset (SSIG) for this task, our dataset has more than twice the images and contains a larger variety in different aspects.

Full details regarding the dataset, including download instructions, can be seen here.

3. Additional Results

To enable comparisons with approaches designed specifically for cars (i.e., approaches that do not work for motorcycles), here we separately report the recognition rates obtained on images of cars and motorcycles (see table below). All authors who downloaded the dataset were notified of this update on August 2, 2019.

ALPR System Cars Motorcycles Cars + Motorcycles
Sighthound (2018) 58.4% 3.3% 47.4%
OpenALPR (2018) 58.0% 22.8% 50.9%
Proposed (2018) 72.2% 35.6% 64.9%
Proposed-Extended 95.9% 66.3% 90.0%

 

ALPR System (with redundancy) Cars Motorcycles Cars + Motorcycles
Sighthound (2018) 70.8% 0.0% 56.7%
OpenALPR (2018) 89.6% 0.0% 71.7%
Proposed (2018) 83.3% 58.3% 78.3%
Proposed-Extended 98.3% 70.0% 92.7%

4. Related Publications 

A list of all papers on ALPR published by us can be seen here.

5. Contact 

Please contact the first author (rblsantos@inf.ufpr.br) with questions or comments.