Institutional Check Fraud Detection with IMB and Text Consistency

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Institutional financial instruments, such as checks, are vulnerable to malicious alteration and forgery due to their low-tech nature, making it difficult for existing anomaly detection systems to distinguish between genuine and fraudulent transactions without high false positive rates or delays.

Innovation Solution

An image processing method that includes text extraction, decoding intelligent mail barcodes (IMBs) to obtain character codes, and performing fraud detection based on text extraction scores and inconsistencies between encoded and printed information to validate the authenticity of institutional checks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional anomaly detection methods are used for institutional checks, then the system can process checks, but it produces high false positive rates and delays

Engineering Contradiction:
Improvedetection accuracyVSAvoidprocessing speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The fraud detection process is divided into multiple independent analysis modules: text extraction with scoring, IMB decoding, consistency checking between encoded and printed information, and anomaly detection. Each module processes specific features separately before integrating results, allowing parallel processing and reducing overall detection time while maintaining high accuracy through comprehensive multi-point validation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary text extraction and scoring during the normal check processing flow, rather than waiting for complete verification. By extracting text and calculating confidence scores early in the process, the system can make rapid fraud assessments without delaying subsequent steps, thereby improving both speed and reliability.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If anomaly detection sensitivity is increased to catch more fraud, then detection capability improves, but false positives increase

Engineering Contradiction:
Improvefraud detection capabilityVSAvoidfalse positive rate
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The system uses multiple detection parameters including text extraction confidence scores, IMB decoding accuracy, and consistency between different data sources. By analyzing multiple parameters simultaneously and requiring corroboration across different checks, the system maintains high fraud detection capability while filtering out false positives through multi-parameter validation rather than relying on a single sensitive threshold.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system introduces intermediate verification steps where extracted text information is cross-checked against IMB decoded data and other check fields. This intermediary consistency checking acts as a filter that confirms suspected anomalies before triggering fraud alerts, reducing false positives while maintaining the ability to detect actual fraud through multiple validation layers.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If multiple verification steps are added to improve accuracy, then detection reliability improves, but processing time increases

Engineering Contradiction:
Improvedetection accuracyVSAvoidprocessing delay
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The text extraction and scoring operations continue in parallel with other check processing steps rather than sequentially blocking the workflow. By maintaining continuous processing actions that overlap and run concurrently, the system performs multiple verification steps without creating detectable delays, thus improving accuracy while minimizing time loss.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS12437303B1Detecting and remediating anomalies in institutional financial instruments using image processing
Publication Date: 2025.10.07 US BANK NATIONAL ASSOCIATION
  • US12437303B1 patent drawing
  • US12437303B1 patent drawing
  • US12437303B1 patent drawing

AI summary

Methods and systems for processing a financial instrument, such as a check, are provided. An example method includes performing a text extraction process on a check image to obtain check textual information, and decoding an intelligent mail barcode (IMB) in the check image to obtain a character code. The method further includes utilizing the character code to extract encoded check information including a payee ZIP code from the IMB. The method also includes performing a fraud detection process on the check image based on at least one of (1) scores generated during the text extraction process, or (2) inconsistency between the check textual information and the encoded check information.