USDOT Number Recognition Using Prior Probability Validation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current automated camera-based systems for recognizing USDOT numbers on commercial vehicles face challenges due to variations in font, size, noise, low contrast, and illumination, leading to reduced recognition accuracy.

Innovation Solution

The proposed solution leverages prior information such as a pool of valid USDOT numbers and their appearance probabilities from the US Department of Transportation website to improve recognition accuracy by using OCR methods, beam search algorithms, and image processing techniques to localize and validate candidate USDOT numbers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Extent of automation

If automated camera-based recognition is used to identify USDOT numbers, then recognition speed and automation are improved, but recognition accuracy deteriorates due to variations in font, size, noise, low contrast, and illumination

Engineering Contradiction:
Improveautomation of USDOT number recognitionVSAvoidrecognition accuracy
Core Design Contradiction:
Extent of automationVSMeasurement precision

Solution Approach 1:

The system performs preliminary actions by localizing the USDOT tag number in the image before performing OCR recognition. This preliminary localization step prepares the data by identifying the specific region of interest, which improves the accuracy of subsequent recognition by focusing processing on the relevant area rather than the entire image.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces an intermediary validation step that checks whether the recognized USDOT number exists in the official FMCSA database. This intermediary verification acts as a mediator between the OCR recognition and final output, filtering out incorrect recognitions by comparing against authoritative source data, thereby improving overall accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of time

If OCR is performed directly on captured images without preprocessing, then processing time is reduced, but recognition accuracy deteriorates due to noise and low contrast

Engineering Contradiction:
Improveprocessing timeVSAvoidrecognition accuracy
Core Design Contradiction:
Loss of timeVSMeasurement precision

Solution Approach 1:

The system segments the image processing into distinct stages: first localizing the USDOT tag number to identify its position and boundaries, then performing OCR only on the localized region. This segmentation allows for focused processing that improves accuracy while managing time efficiency by avoiding unnecessary processing of entire images.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary localization of the USDOT tag number before conducting OCR recognition. This preliminary action prepares the data by identifying and isolating the relevant text region, which improves subsequent recognition accuracy by reducing the impact of noise and low contrast in other parts of the image.

Inventive Principle:
Principle #10Preliminary action

3Adaptability or versatility

If a robust algorithm is designed to handle all variations in USDOT number displays, then adaptability is improved, but device complexity increases

Engineering Contradiction:
Improveadaptability to font and size variationsVSAvoidalgorithm complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system uses the FMCSA database as an intermediary to validate recognized USDOT numbers. This intermediary approach simplifies the algorithm by offloading the complexity of handling all possible variations to the authoritative database, where the system only needs to check whether recognized numbers exist in the database rather than implementing complex rules to handle every variation.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system leverages the self-service capability of the FMCSA database to verify USDOT number validity. Instead of implementing complex validation logic within the recognition algorithm, the system allows the database to perform the verification service, thereby reducing algorithmic complexity while maintaining high adaptability to various display formats.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS9400936B2Methods and systems for vehicle tag number recognition
Publication Date: 2016.07.26 CONDUENT BUSINESS SERVICES LLC
  • US9400936B2 patent drawing
  • US9400936B2 patent drawing
  • US9400936B2 patent drawing

AI summary

Methods and systems for tag recognition in captured images. A candidate region can be localized from regions of interest with respect to a tag and a tag number shown in the regions of interest within a side image of a vehicle. A number of confidence levels can then be calculated with respect to each digit recognized as a result of an optical character recognition operation performed with respect to the tag number. Optimal candidates within the candidate region can be determined for the tag number based on individual character confidence levels among the confidence levels. Optimal candidates from a pool of valid tag numbers can then be validated using prior appearance probabilities and data returned, which is indicative of the most probable tag to be detected to improve image recognition accuracy.