Machine-Readable Zone Detection Using Feature Point Clustering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for locating machine-readable zones (MRZ) in images from mobile devices face challenges due to low image quality, rotation, projective distortion, and varying backgrounds, making existing techniques like vertical and horizontal projections, and morphological blurring ineffective.

Innovation Solution

A method combining the search for linear objects and feature points using the Fast Hough Transform, preprocessing, and clustering to quickly and accurately identify the MRZ, which involves finding feature points, filtering, grouping, and selecting rectangular zones based on geometric features.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If conventional projection-based methods are used for MRZ detection, then the method is simple to implement, but it fails when documents are rotated or projectively distorted

Engineering Contradiction:
Improveease of implementationVSAvoidadaptability to rotation and distortion
Core Design Contradiction:
Ease of manufactureVSAdaptability or versatility

Solution Approach 1:

The patent transforms the detection problem from a 2D projection-based approach to a 3D parameter-based approach. Instead of relying on fixed horizontal/vertical projections, the system uses 3D object detection parameters (depth, rotation, scale) to adapt to various document orientations and distortions, enabling the detector to handle rotated and projectively distorted documents effectively

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent replaces the mechanical projection-based detection system with a neural network-based 3D detection system. The neural network learns to identify MRZ regions by analyzing spatial relationships and geometric features in 3D space, substituting the rigid mechanical projection approach with a flexible learned model that can adapt to various document states

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

2Productivity

If morphological blurring and contour analysis are used, then the processing is fast, but the method cannot handle non-uniform backgrounds and varying lighting

Engineering Contradiction:
Improveprocessing speedVSAvoidrobustness to lighting and background variations
Core Design Contradiction:
ProductivityVSAdaptability or versatility

Solution Approach 1:

The patent replaces the mechanical morphological blurring and contour analysis system with a neural network-based detection system. The neural network inherently handles varying lighting and non-uniform backgrounds by learning robust features during training, maintaining fast processing speed while significantly improving adaptability to different imaging conditions

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

Solution Approach 2:

The system changes from fixed morphological operations to adaptive neural network parameters. The neural network dynamically adjusts its detection criteria based on learned patterns from diverse training data, enabling it to handle non-uniform backgrounds and lighting variations that would fail fixed morphological approaches

Inventive Principle:
Principle #35Parameter changes

3Device complexity

If binary thresholding is applied to detect straight lines, then the detection is simple, but it fails when text and background colors are not uniformly black and white

Engineering Contradiction:
Improvedetection complexityVSAvoiddetection accuracy under varying colors
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent replaces the simple binary thresholding mechanism with a neural network-based detection mechanism. The neural network processes color information in a nuanced way, learning to distinguish text from background across various color schemes without requiring rigid binary thresholding, thus maintaining low complexity while significantly improving reliability

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

Solution Approach 2:

The system transitions from fixed binary threshold parameters to adaptive neural network parameters. The neural network learns optimal detection parameters from diverse training data including various color combinations, enabling it to reliably detect text regardless of whether text and background are uniformly black and white or vary in color

Inventive Principle:
Principle #35Parameter changes

4Measurement precision

If passport scanners are used to capture images, then the image quality is high, but the equipment cost is significantly higher

Engineering Contradiction:
Improveimage qualityVSAvoidequipment cost
Core Design Contradiction:
Measurement precisionVSEase of manufacture

Solution Approach 1:

The patent replaces the expensive passport scanner hardware system with a mobile device camera system combined with a specialized detection algorithm. The neural network detector is optimized to extract high-quality MRZ information from lower-resolution mobile device images, substituting expensive dedicated hardware with cheaper general-purpose devices plus intelligent software

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

Solution Approach 2:

The system changes the operational parameters to accommodate lower image quality from mobile devices. The neural network is trained specifically to handle the characteristics of mobile device cameras (lower resolution, varying lighting, different angles), adjusting detection parameters and features to maintain high accuracy despite lower input quality

Inventive Principle:
Principle #35Parameter changes

5Loss of information

If full document text recognition is performed before MRZ detection, then comprehensive text information is obtained, but the processing time and computational cost are too high

Engineering Contradiction:
Improvecompleteness of text informationVSAvoidprocessing time
Core Design Contradiction:
Loss of informationVSLoss of time

Solution Approach 1:

The patent extracts and focuses specifically on MRZ detection as a separate, specialized task rather than performing full document text recognition first. The neural network is trained to directly locate and detect MRZ regions without requiring complete text recognition, extracting only the necessary information while discarding unnecessary processing steps

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent segments the document processing task into distinct components: MRZ detection as a separate specialized function from general text recognition. The system first detects MRZ regions using the neural network, then processes only those specific regions, segmenting the workload to minimize processing time while maintaining completeness of MRZ information

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20250005951A1Locating machine-readable zones in images based on feature points
Publication Date: 2025.01.02 SMART ENGINES SERVICE LLC
  • US20250005951A1 patent drawing
  • US20250005951A1 patent drawing
  • US20250005951A1 patent drawing

AI summary

A method for locating machine-readable zones in document images based on feature points is disclosed. In an embodiment, feature points are found in the image, and linear objects are located in the image (e.g., by applying a Fast Hough Transform to the image). The feature points are filtered based on their correspondence to the linear objects. The filtered feature points are grouped into clusters, and rectangular zones are defined around each cluster. A final rectangular zone is selected from the defined rectangular zones. This method of locating machine-readable zones is designed to meet the requirements for real-time operation on mobile devices.