Double-Row License Plate Recognition Using Unified Neural Decoding
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Conventional methods for identifying license plates with double-row characters are time-consuming and have a decreased identification rate due to the difficulty in separately marking and identifying upper and lower rows of characters.
Innovation Solution
A deep neural network is used to extract and rearrange character features from images, employing convolutional and deconvolutional layers to sequence character features, followed by a decoding algorithm to identify license plate characters without separating rows.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Productivity
If conventional methods are used to identify double-row license plates by separately marking and identifying upper and lower rows, then identification can be performed, but identification time is excessive and identification rate decreases
Solution Approach 1:
The patent merges the identification of upper and lower row characters into a single unified process. The neural network model processes the entire license plate image simultaneously, extracting features from both rows in parallel rather than sequentially. This combining approach eliminates the time-consuming separate marking and identification steps while maintaining high identification accuracy through the model's ability to handle complex spatial relationships between characters.
Solution Approach 2:
The patent replaces the traditional mechanical OCR identification system with a deep neural network model. Instead of using rule-based character localization and separate recognition processes, the system employs a learned model that automatically extracts features and identifies characters from both rows simultaneously. This substitution enables parallel processing of multiple character regions, dramatically improving identification speed while maintaining or enhancing accuracy.
2Productivity
If a relatively deep neural network is used to extract and rearrange character features, then identification time is reduced and both rows can be identified simultaneously, but system complexity increases
Solution Approach 1:
The patent segments the neural network into distinct functional modules: convolutional layers for feature extraction, a deconvolutional layer for spatial rearrangement, and an output layer for character identification. This segmentation allows each module to perform a specific function efficiently, reducing the overall computational complexity while maintaining the ability to process both rows simultaneously. The modular structure also enables optimized training and deployment.
Solution Approach 2:
The patent introduces a spatial rearrangement dimension through the deconvolutional layer. Instead of directly processing the complex 2D license plate image with both rows, the model transforms the feature map into a rearranged spatial configuration that separates and organizes character features from different rows. This dimensional transformation simplifies the subsequent identification process while maintaining the simultaneous processing capability.
Data Source
AI summary
The present invention relates to a license plate identification system and method thereof. The license plate identification system comprises at least a server apparatus storing at least one license plate picture file to be identified and a plurality of license plate sample picture files. Each of the license plate sample picture files has a double-row of character. Through deep learning training, the system generates a neural network model, inputs the license plate picture file to be identified into the neural network model for outputting analysis result information, and decodes the analysis result information through a decoding algorithm to obtain an identification license plate character content.


