4 CONCLUSION
Through applying the CNN network of AI deep
learning to the LPR network, the module introduced
in this page achieves the end-to-end license plate
recognition system, avoids unnecessary manual
intervention, and realizes the complete license plate
recognition process. With the help of the CNN, by
contrast to the traditional character-matching license
plate recognition method, this module has greatly
improved the detection rate and robustness in
processing license plate images in several complex
conditions, like traffic jams, extreme weather, or low-
frequency cameras, etc. At the same time, the CNN
network also solves the problem of the real-time
requirement of LPR.
The License plate recognition method can be
divided into four separate parts: License plate
recognition, Image preprocessing, Character
recognition, and subsequent processing. In the
network of this page, both the license positioning and
the character recognition use the CNN network,
which also has been carried out with appropriate
training. The location module is based on the object
detection framework (the combination of MobileNet
and SSD), which outputs the bounding box and
images of the license. After the operation such as
cutting, correction, and scaling in the image
preprocessing method, the images will be then
transmitted to the character recognition network. In
the character recognition network, the module uses a
CNN network to recognize the processed images, and
finally output all the probabilities of each character.
In the subsequent processing process, the module
avoids repeated detection and determines the final
result based on the probability distribution.
In contrast with the traditional character template
matching method, since the self-learning character of
deep learning and sufficient dataset, the
generalization ability of this module has been
enhanced significantly. Besides, the module contains
an enormous image preprocessing function and image
optimization process, which can greatly expand the
approaches of resources of the character and
template, avoid the manual design, and reduce the
development workload.
Apart from the other formal AI deep learning LPR
method, the computing time of the network on this
page is highly reduced. At the same time, using the
CPU with weaker capabilities and higher resolution
images, the module reaches the goal of being
lightweight and portable, which lowers the costs
compared to the other method based on high-quality
CPU/GPU. However, due to the sacrifice of
complexity and the smaller amount of training
dataset, the accuracy of this module can not exceed
the accuracy of the LPR module using YOLO.
Nevertheless, this module also has some
disadvantages and shortcomings. The complexity of
the module remains high, which costs many
computing resources and time to train the module.
What’s more, compared with the traditional character
template matching method, since CNN training needs
a great amount of data, the recognition accuracy
closely relates to the size and quality of the training
dataset. The interpretability of the decision-making
process within deep learning models is relatively
poorer than the traditional character template
matching method.
This page designs an accurate and correct LPR
network based on AI deep learning, which shows
good performance and robustness in practical
applications. In the future, the goal of this research is
to improve the module structure and design of the
function further. At the same time, the exploration of
combining the LPR technology with other traffic
methods under many practical circumstances will be
put on the agenda, like intelligent parking, and
electronic toll collection (ETC).
REFERENCES
Abedin, M.Z., Nath, A.C., Dhar, P., Deb, K. and Hossain,
M.S., 2017. License plate recognition system based on
contour properties and deep learning model. In: 2017
IEEE Region 10 Humanitarian Technology Conference
(R10-HTC), pp. 590-593. IEEE.
Alghyaline, S., 2022. Real-time Jordanian license plate
recognition using deep learning. Journal of King Saud
University-Computer and Information Sciences, 34(6),
pp. 2601-2609.
Habeeb, D., Noman, F., Alkahtani, A.A., Alsariera, Y.A.,
Alkawsi, G., Fazea, Y. and Al-Jubari, A.M., 2021.
Deep-learning-based approach for Iraqi and Malaysian
vehicle license plate recognition. Computational
Intelligence and Neuroscience, 2021(1), 3971834.
Hamdi, A., Chan, Y.K. and Koo, V.C., 2021. A new image
enhancement and super resolution technique for license
plate recognition. Heliyon, 7(11).
Hu, X., Li, H., Li, X. and Wang, C., 2020. MobileNet-SSD
MicroScope using adaptive error correction algorithm:
real-time detection of license plates on mobile devices.
IET Intelligent Transport Systems, 14(2), pp. 110-118.
Gnanaprakash, V., Kanthimathi, N. and Saranya, N., 2021.
Automatic number plate recognition using deep
learning. In: IOP Conference Series: Materials Science
and Engineering, 1084(1), p. 012027. IOP Publishing.
Jawale, M.A., William, P., Pawar, A.B. and Marriwala, N.,
2023. Implementation of number plate detection system
Research on License Plate Recognition Method Based on Artificial Intelligence Deep Learning