Character-by-Character Classifiers for License Plate State Identification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing ALPR systems face challenges in accurately identifying the state of origin for license plates due to frame obstructions, lack of contrast, blur, and font variations, leading to confusion between states as the number of issued plates increases and the need to recognize more out-of-jurisdiction plates.

Innovation Solution

Implementing character-by-character image-based classifiers trained to distinguish between fonts for different states, which are used to determine the most discriminative character for state identification, enhancing the accuracy of license plate state recognition.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If character sequence format is used for state identification, then identification speed is improved, but accuracy deteriorates when states issue more plates with overlapping formats

Engineering Contradiction:
Improvestate identification speedVSAvoidstate identification accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The patent segments the license plate into individual character images and applies separate classifiers to each character position. This allows the system to analyze font characteristics of each character independently, improving accuracy when sequence formats overlap between states while maintaining processing efficiency through parallel classification.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies different classification strategies to different character positions based on their discriminatory power. Characters with higher state-specific font variations are given more weight in the classification decision, while positions with less discriminatory value use simpler sequence-based methods. This localized approach optimizes both speed and accuracy for each position.

Inventive Principle:
Principle #3Local quality

2Adaptability or versatility

If more states are supported for out-of-jurisdiction plates, then system versatility is improved, but sequence format overlap increases causing accuracy to deteriorate

Engineering Contradiction:
Improvenumber of supported statesVSAvoidstate identification accuracy
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

By segmenting the plate into individual characters and classifying each position separately, the system can handle a broader range of state formats without the cumulative error problem of sequence-based methods. Each character classifier is trained on state-specific font characteristics, enabling accurate discrimination even when overall plate formats overlap.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the classification parameters from sequence-level features to character-level font features. This allows the system to distinguish between states with identical or similar sequence formats by analyzing subtle font variations in individual characters, thereby supporting more states without sacrificing accuracy.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If frame obstructions and blur are present, then image quality deteriorates, but sequence-based identification can still provide acceptable accuracy

Engineering Contradiction:
Improvestate identification accuracyVSAvoidimage quality
Core Design Contradiction:
Measurement precisionVSDifficulty of detecting and measuring

Solution Approach 1:

The patent performs preliminary classification on individual character images using trained font classifiers before combining results. This preliminary character-level analysis can succeed even when overall image quality is poor, as each character classifier is specialized for detecting font characteristics in that specific position, providing a foundation for accurate state identification despite obstructions or blur.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS9405985B1Leveraging character-by-character image classifiers to improve license plate state identification
Publication Date: 2016.08.02 CONDUENT BUSINESS SERVICES LLC
  • US9405985B1 patent drawing
  • US9405985B1 patent drawing
  • US9405985B1 patent drawing

AI summary

Methods and systems for enhancing the accuracy of license plate state identification in an ALPR (Automated License Plate Recognition) system. This is accomplished through use of individual character-by-character image-based classifiers that are trained to distinguish between the fonts for different states. At runtime, the OCR result for the license plate code can be used to determine which character in the plate would provide the highest discriminatory power for arbitrating between candidate state results. This classifier is then applied to the individual character image to provide a final selection of the estimated state/jurisdiction for the plate.