Segmentation-free Vehicle License Plate Recognition using ConvNet-RNN
Teik Koon Cheang, Yong Shean Chong, Yong Haur Tay

TL;DR
This paper introduces a unified ConvNet-RNN model for license plate recognition that processes entire images end-to-end, outperforming traditional sliding window methods by leveraging contextual information and simplifying training.
Contribution
The paper presents a novel ConvNet-RNN architecture for license plate recognition that eliminates the need for character segmentation and improves accuracy on real-world images.
Findings
ConvNet-RNN outperforms sliding window approaches in accuracy.
End-to-end training on full images is feasible and effective.
Model leverages contextual information for better recognition.
Abstract
While vehicle license plate recognition (VLPR) is usually done with a sliding window approach, it can have limited performance on datasets with characters that are of variable width. This can be solved by hand-crafting algorithms to prescale the characters. While this approach can work fairly well, the recognizer is only aware of the pixels within each detector window, and fails to account for other contextual information that might be present in other parts of the image. A sliding window approach also requires training data in the form of presegmented characters, which can be more difficult to obtain. In this paper, we propose a unified ConvNet-RNN model to recognize real-world captured license plate photographs. By using a Convolutional Neural Network (ConvNet) to perform feature extraction and using a Recurrent Neural Network (RNN) for sequencing, we address the problem of sliding…
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.
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
