Automated License Plate Recognition for Rare Plate Configurations

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing ALPR systems struggle with adaptability and robustness in recognizing license plates with varying configurations, including stacked characters, smaller characters, and characters alongside graphics, leading to performance gaps between standard and rare occurrences.

Innovation Solution

A machine-based method utilizing a text-adapted vision transformer to divide images into patches, determine positional vectors, and predict license plate numbers, trained on diverse real and artificially-generated plate datasets to enhance adaptability and accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If hardcoded rules are used to recognize standard license plate configurations, then recognition accuracy for typical plates is improved, but adaptability to new and rare configurations deteriorates

Engineering Contradiction:
Improverecognition accuracyVSAvoidadaptability to new configurations
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The license plate recognition system segments the plate image into multiple character regions and processes each character independently through the transformer model. This segmentation allows the system to handle various character configurations (stacked, smaller characters, characters alongside graphics) by treating each character as a separate recognition unit, thereby improving adaptability to different plate layouts while maintaining recognition accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system employs a dynamic transformer-based neural network model that can adapt to different license plate configurations through learned patterns rather than fixed hardcoded rules. The transformer architecture dynamically adjusts its processing based on the input image characteristics, enabling the system to generalize to new and rare plate configurations while maintaining high recognition accuracy for standard plates.

Inventive Principle:
Principle #15Dynamics

2Productivity

If the system is designed to work with a fixed set of character configurations, then performance on standard occurrences is improved, but performance on rare occurrences deteriorates

Engineering Contradiction:
Improveprocessing speedVSAvoidperformance consistency
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The transformer-based recognition system is designed with universal applicability to handle multiple license plate configurations and styles through a single unified model. The model can process standard plates, rare configurations, stacked characters, and graphics alongside characters using the same architectural framework, ensuring consistent reliability across diverse scenarios while maintaining efficient processing speeds through optimized transformer operations.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Speed

If traditional ALPR algorithms are used that excel at standardized plates, then recognition speed is improved, but robustness to varying plate aesthetics deteriorates

Engineering Contradiction:
Improveprocessing speedVSAvoidrobustness to plate variations
Core Design Contradiction:
SpeedVSAdaptability or versatility

Solution Approach 1:

The system replaces traditional mechanical rule-based ALPR algorithms with a transformer-based neural network model that uses learned patterns instead of fixed rules. This substitution enables the system to maintain fast processing speeds through efficient transformer computations while gaining robustness to varying plate aesthetics, configurations, and conditions through the model's ability to generalize from training data.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS20250329175A1Automated license plate recognition
Publication Date: 2025.10.23 HAYDEN AI TECHNOLOGIES INC
  • US20250329175A1 patent drawing
  • US20250329175A1 patent drawing
  • US20250329175A1 patent drawing

AI summary

Disclosed herein are methods, systems, and apparatus for automated license plate recognition and methods for training a machine learning model to undertake automated license plate recognition. For example, a method can comprise dividing an image or video frame comprising a license plate into a plurality of image patches, determining a positional vector for each of the image patches, adding the positional vector to each of the image patches and inputting the image patches and their associated positional vectors to a text-adapted vision transformer. The text-adapted vision transformer can be configured to output a prediction concerning the license plate number of the license plate.