Financial Document Image Routing for Alteration and Forgery Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Financial institutions face challenges in detecting fraudulent patterns on financial transaction documents, such as checks, including material alterations and signature forgeries, particularly in high-volume processing scenarios.

Innovation Solution

Implementing strategic sampling and image processing techniques to identify document types, followed by customized machine learning models, including deep neural networks and Siamese neural networks, to detect material alterations and signature forgeries in financial transaction documents.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If customized machine learning models are used for fraud detection, then detection accuracy is improved, but processing time and computational resources increase

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system segments the document processing workflow into distinct stages: initial filtering, sampling, and detailed analysis. Different ML models are applied at different stages - lighter models for initial screening and more sophisticated models for detailed fraud detection on sampled documents. This segmentation allows the system to maintain high accuracy while reducing overall processing time by avoiding exhaustive analysis of all documents.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system implements strategic sampling where only a subset of documents is subjected to full ML model analysis. By performing partial action on sampled documents rather than exhaustive analysis of all documents, the system achieves effective fraud detection with reduced computational overhead and processing time, while still maintaining high detection accuracy through targeted analysis of suspicious cases.

Inventive Principle:
Principle #16Partial or excessive action

2Productivity

If strategic sampling is implemented, then processing efficiency is improved, but detection coverage may be reduced

Engineering Contradiction:
Improveprocessing efficiencyVSAvoiddetection coverage
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system applies different processing qualities to different subsets of documents based on their characteristics. High-risk documents receive more rigorous analysis with lower sampling rates, while low-risk documents are processed with higher sampling rates or lighter analysis. This local quality approach ensures that detection coverage is optimized for each segment, maintaining overall reliability while improving processing efficiency through differentiated treatment of document subsets.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system incorporates feedback mechanisms where detection results from sampled documents are used to adjust sampling strategies and model parameters for subsequent batches. This feedback loop allows the system to learn from detected fraud patterns and optimize its sampling approach, ensuring that detection coverage is maintained or improved over time while preserving processing efficiency gains from strategic sampling.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12354411B1Apparatus and method for assigning financial transaction document images to respective models for fraud detection based on document image characteristics
Publication Date: 2025.07.08 MORGAN STANLEY SERVICES GROUP INC
  • US12354411B1 patent drawing
  • US12354411B1 patent drawing
  • US12354411B1 patent drawing

AI summary

A method and an apparatus that includes performing a material alteration detection process: sampling the document images based at least in part on account information indicated on the document images; performing image pre-processing on the sampled document images; determining a document type for each image of the sampled document images; for handwritten documents, analyzing the document image using a machine learning (ML) algorithm trained to detect material alterations on handwritten documents; for printed documents, analyzing the document image using a ML algorithm trained to detect material alterations on printed documents; and outputting a fraud probability representation for each analyzed document image; and a signature forgery detection process: obtaining past signatures corresponding to the document images; performing signature image pre-processing; authenticating each signature using the past signatures and a ML algorithm trained to match signatures; outputting a similarity measure; and adjusting the outputted similarity measure based on additional account information.