Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
41 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
41 tokens/sec
o3 Pro
7 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

A Robust Attentional Framework for License Plate Recognition in the Wild (2006.03919v2)

Published 6 Jun 2020 in cs.CV
A Robust Attentional Framework for License Plate Recognition in the Wild

Abstract: Recognizing car license plates in natural scene images is an important yet still challenging task in realistic applications. Many existing approaches perform well for license plates collected under constrained conditions, eg, shooting in frontal and horizontal view-angles and under good lighting conditions. However, their performance drops significantly in an unconstrained environment that features rotation, distortion, occlusion, blurring, shading or extreme dark or bright conditions. In this work, we propose a robust framework for license plate recognition in the wild. It is composed of a tailored CycleGAN model for license plate image generation and an elaborate designed image-to-sequence network for plate recognition. On one hand, the CycleGAN based plate generation engine alleviates the exhausting human annotation work. Massive amount of training data can be obtained with a more balanced character distribution and various shooting conditions, which helps to boost the recognition accuracy to a large extent. On the other hand, the 2D attentional based license plate recognizer with an Xception-based CNN encoder is capable of recognizing license plates with different patterns under various scenarios accurately and robustly. Without using any heuristics rule or post-processing, our method achieves the state-of-the-art performance on four public datasets, which demonstrates the generality and robustness of our framework. Moreover, we released a new license plate dataset, named "CLPD", with 1200 images from all 31 provinces in mainland China. The dataset can be available from: https://github.com/wangpengnorman/CLPD_dataset.

The paper presents a robust framework for License Plate Recognition (LPR) in unconstrained environments, a key challenge in intelligent transportation systems. The proposed methodology integrates a Cycle-consistent Generative Adversarial Network (CycleGAN) for generating augmented training data and a Convolutional Neural Network (CNN) with a Recurrent Neural Network (RNN) that employs a 2D attentional mechanism for robust sequence decoding.

Key Components of the Framework:

  1. Data Augmentation with Asymmetric CycleGAN:
    • The paper introduces a tailored version of CycleGAN to generate synthetic license plate images under diverse conditions such as varying illumination and perspective transformations. This addresses dataset biases, particularly regarding regional character distributions, and reduces annotation workload.
  2. Feature Extraction with Tailored Xception Module:
    • The recognition framework employs a modified Xception model for feature extraction. This model effectively captures both global and local features from license plate images, preparing them for sequence decoding.
  3. Sequence Decoding via 2D Attention-based RNN:
    • The proposed method utilizes an RNN with a 2D attention mechanism, which allows the model to handle irregularities and distortions in license plate images without relying on pre-segmentation or image rectification. This approach ensures attention is focused on relevant parts of the image for each character during the decoding process.

Experimental Results:

  • The framework underwent extensive testing on multiple public datasets, including CCPD, AOLP, PKUData, and a newly introduced dataset named CLPD, which covers a diverse set of conditions and vehicle types across all Chinese provinces. On these benchmarks, the method achieved state-of-the-art recognition rates. Notably, adding synthetic data led to a substantial performance boost, particularly for rotated or tilted plates.
  • The proposed framework was benchmarked against various state-of-the-art methods, consistently outperforming them, especially in scenarios where license plates are presented in challenging perspectives or illuminate poorly. Specific improvements were noted in subsets with highly variable conditions, such as those labeled "Rotate" and "Weather".
  • The implementation allowed for end-to-end training without requiring pre-processing steps like character segmentation or image rectification, marking an advantage over traditional methods that are often hindered by distortions and diversions in complex environments.

Contributions and Implications:

  1. Broad applicability: The research introduces an adaptable LPR framework applicable to various real-world environments. This versatility is largely due to the encapsulated attention mechanism and data augmentation strategy.
  2. Efficient Data Synthesis: By leveraging AsymCycleGAN, the paper addresses the limitations of traditional CycleGAN in generating realistic and varied license plate images, enhancing the generalization of trained models across diverse conditions.
  3. Dataset Introduction: The paper presents the CLPD dataset, which significantly enriches the research community’s resources by providing a diverse set of real-world license plate images covering all provinces in China, instrumental for benchmarking LPR systems.

In conclusion, the paper makes significant strides in advancing LPR capabilities under challenging conditions by integrating modern machine learning techniques. Its contribution to robust recognition, despite variable and adverse conditions, marks a pivotal enhancement for applications in intelligent transportation systems and beyond.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (6)
  1. Linjiang Zhang (1 paper)
  2. Peng Wang (831 papers)
  3. Hui Li (1004 papers)
  4. Zhen Li (334 papers)
  5. Chunhua Shen (404 papers)
  6. Yanning Zhang (170 papers)
Citations (80)