Multi-Stage Fraud Learning for Extreme Low-Label Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing fraud detection systems struggle in environments with extremely low fraud incidence due to inadequate labeled data, leading to inefficiencies in training and detection, particularly in sectors like commercial banking where fraud is sophisticated and targeted, resulting in high false negatives and reliance on unsupervised anomaly detection with high false positives.

Innovation Solution

A multi-stage machine-learning fraud detection system that combines unsupervised and supervised learning methods to generate artificial labels from unlabeled data, using clustering and anomaly detection to identify potential fraud, followed by supervised logistic regression for refined classification, reducing reliance on manual labeling and expert intervention.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional machine learning models are used for fraud detection, then detection accuracy can be maintained in high-fraud environments, but the models fail in low-fraud environments due to scarcity of labeled data

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidlabeled data scarcity
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The system performs preliminary unsupervised anomaly detection on unlabeled transactions to generate pseudo-labeled data before training the supervised learning model. This preliminary action creates artificial training data from the abundant unlabeled transactions, enabling the supervised model to learn effective fraud detection patterns without requiring extensive manually-labeled datasets.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces an intermediary unsupervised anomaly detection model that bridges the gap between unlabeled data and supervised learning requirements. This intermediary model generates anomaly scores and pseudo-labels that serve as intermediate representations, allowing the supervised model to be trained effectively even when direct labeled data is scarce.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If unsupervised anomaly detection is used to detect fraud without labeled data, then the system can operate in low-fraud environments, but it produces high false positives

Engineering Contradiction:
Improveability to detect fraud without labeled dataVSAvoidfalse positive rate
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The system implements a feedback mechanism where the supervised learning model's predictions are used to refine and recalibrate the unsupervised anomaly detection model. The supervised model provides ground-truth feedback on which anomalies are actual fraud cases versus false positives, enabling the unsupervised model to learn more precise anomaly boundaries and reduce false positive rates over time.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system dynamically adjusts the interaction between unsupervised and supervised components based on data availability and model performance. When labeled data becomes available, the supervised model is trained and its predictions feed back to refine the unsupervised model. This dynamic adaptation allows the system to optimize the balance between detecting novel fraud patterns and maintaining precision.

Inventive Principle:
Principle #15Dynamics

3Reliability

If more labeled data is collected to train supervised learning models, then detection accuracy improves, but the time and resources required for manual labeling increase significantly

Engineering Contradiction:
Improvedetection accuracyVSAvoidmanual labeling time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system enables self-service by automatically generating pseudo-labeled training data through unsupervised anomaly detection without requiring manual human labeling. The unsupervised model autonomously identifies anomalous transactions and assigns them pseudo-labels, which are then used to train the supervised learning model, eliminating the time-consuming manual labeling process while still providing sufficient training data for accurate detection.

Inventive Principle:
Principle #25Self-service

4Adaptability or versatility

If the fraud detection system is made more complex to handle low-fraud scenarios, then detection capability improves, but system complexity increases

Engineering Contradiction:
Improvedetection capability in low-fraud environmentsVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system segments the fraud detection process into two distinct stages: an unsupervised anomaly detection stage for initial fraud identification and a supervised learning stage for refined classification. This segmentation allows each component to specialize in its strengths while working together through a structured pipeline, managing overall system complexity through modular design while maintaining high detection capability in low-fraud environments.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260080411A1Multi-stage unsupervised learning for extreme low-fraud scenarios
Publication Date: 2026.03.19 ACTIMIZE LIMITED
  • US20260080411A1 patent drawing
  • US20260080411A1 patent drawing
  • US20260080411A1 patent drawing

AI summary

A system is adapted to automatically identify suspected fraudulent transactions. The system includes a fraud management server configured to perform these operations: receiving unlabeled transactions, each having a number of features, and storing them in a transaction repository; with the features, determining a risk score for each transaction; based on the risk scores, dividing the unlabeled transactions into bins in order of their risk scores; labeling transactions of the first bin legitimate and those of last bin as fraudulent; with the labeled transactions, training a first machine learning model; with the trained first machine learning model, labeling transactions of a second bin and a second-to-last bin as either fraudulent or legitimate; storing the labeled transactions of the first bin, second bin, second-to-last bin, and last-bin in the transaction repository; and with the labeled transactions of the first bin, second bin, second-to-last bin, and last-bin, training a second machine learning model.