Reading Car License Plates Using Deep Convolutional Neural Networks and LSTMs
Hui Li, Chunhua Shen

TL;DR
This paper presents a deep learning cascade framework combining CNNs and LSTMs for effective, segmentation-free license plate detection and recognition in natural scenes, achieving high accuracy and robustness.
Contribution
It introduces a novel cascade approach with high-level CNN features for detection and an LSTM-based sequence labeling method for recognition, improving over traditional segmentation-based methods.
Findings
High recall and precision in license plate detection.
State-of-the-art accuracy in license plate recognition.
Segmentation-free approach reduces errors.
Abstract
In this work, we tackle the problem of car license plate detection and recognition in natural scene images. Inspired by the success of deep neural networks (DNNs) in various vision applications, here we leverage DNNs to learn high-level features in a cascade framework, which lead to improved performance on both detection and recognition. Firstly, we train a -class convolutional neural network (CNN) to detect all characters in an image, which results in a high recall, compared with conventional approaches such as training a binary text/non-text classifier. False positives are then eliminated by the second plate/non-plate CNN classifier. Bounding box refinement is then carried out based on the edge information of the license plates, in order to improve the intersection-over-union (IoU) ratio. The proposed cascade framework extracts license plates effectively with both high recall…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle License Plate Recognition · Handwritten Text Recognition Techniques · Advanced Neural Network Applications
