Incremental Fraud Detection Classifiers

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Fraudulent transaction detection systems face challenges due to concept drift and verification latency, as existing machine learning algorithms require labeled historical data and fail to adapt to changing transaction patterns and customer behaviors over time.

Innovation Solution

A system and method for incrementally training classifiers using oracle prediction paradigms, where multiple classifiers are applied to different data subsets, allowing for continuous updating and labeling of transactions as fraudulent, thereby addressing concept drift and improving detection performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If supervised or unsupervised machine learning algorithms are trained on labeled historical data, then fraud detection performance is improved initially, but detection performance deteriorates over time due to concept drift and verification latency

Engineering Contradiction:
Improvefraud detection performanceVSAvoidverification latency
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system uses unlabeled transactions to automatically train and update classifiers without requiring manual investigator verification. The classifiers serve themselves by finding patterns in unlabeled data, eliminating the bottleneck of human verification while maintaining detection performance over time.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system performs preliminary classification of unlabeled transactions using multiple classifiers before investigator verification. This preliminary action creates candidate fraudulent transaction lists that investigators can verify more efficiently, reducing overall verification latency while maintaining high detection accuracy.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If multiple classifiers are applied to incremental datasets with incremental training, then adaptability to concept drift is improved, but device complexity increases

Engineering Contradiction:
Improveadaptability to concept driftVSAvoidclassifier training system complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system segments the classifier training process into independent parallel classifiers, each trained on different subsets of incremental data. This segmentation allows the system to handle concept drift through multiple specialized classifiers rather than one complex monolithic classifier, managing complexity through division of labor.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system merges results from multiple independent classifiers to produce final fraud detection decisions. By combining the strengths of different classifiers trained on different data subsets, the system achieves high adaptability to concept drift while keeping individual classifier complexity manageable.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS11107085B2System and method for fraud detection
Publication Date: 2021.08.31 ACI WORLDWIDE
  • US11107085B2 patent drawing
  • US11107085B2 patent drawing
  • US11107085B2 patent drawing

AI summary

A system and method for detecting fraudulent transactions of incremental transactions via incrementally training classifiers on a number of data subsets to obtain transaction label predictions. Recent information on fraudulent transactions is implemented to update the classifiers, thereby eliminating the problems of concept drift and verification latency. Some of the incremental transactions may be labeled as fraudulent according to the incrementally modified classifiers and thereby rejected.