Real-Time Fraud Detection Adaptation Using Algorithmic Drift Features

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing fraud detection models using machine learning algorithms become less effective over time due to concept drift, which is characterized by variations in feature space representations caused by changes in fraud patterns, making it difficult to distinguish between legitimate and fraudulent transactions.

Innovation Solution

A predictive analytics system that identifies systematic changes in an evaluation dataset by examining time series histories of entities, using algorithmically-generated features to measure and adjust the model's output based on concept drift, thereby improving classification performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a fraud detection model is trained on historical data, then it can initially detect fraud patterns effectively, but over time its detection accuracy deteriorates due to concept drift in fraud patterns

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidmodel effectiveness duration
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent implements dynamic adaptation by continuously monitoring concept drift metrics and adjusting model parameters or retraining the model in response to detected drift. This transforms the static model into a dynamic system that evolves with changing fraud patterns, resolving the contradiction between initial effectiveness and long-term durability.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system establishes a feedback loop where model performance is continuously evaluated, concept drift is detected through monitoring changes in feature distributions and model predictions, and corrective actions (retraining, parameter adjustment) are triggered based on drift thresholds. This closed-loop feedback mechanism maintains detection accuracy over time despite evolving fraud patterns.

Inventive Principle:
Principle #23Feedback

2Reliability

If the model is continuously retrained to adapt to new fraud patterns, then detection accuracy is maintained, but computational resources and time consumption increase

Engineering Contradiction:
Improvedetection accuracyVSAvoidmodel maintenance efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

Instead of continuous full-model retraining, the patent applies partial updates by retraining only when concept drift exceeds predefined thresholds. This selective retraining approach uses computational resources proportionally to the actual need for adaptation, maintaining accuracy while avoiding unnecessary computational overhead during stable periods.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system monitors changes in data distribution parameters and model performance metrics to detect concept drift. By tracking parameter changes rather than continuously retraining, the system efficiently identifies when adaptation is needed, reducing computational waste while maintaining detection effectiveness.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If more features are extracted from time series data to capture concept drift, then detection precision improves, but system complexity increases

Engineering Contradiction:
Improveconcept drift detection precisionVSAvoidfeature engineering complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent extracts specific, targeted features from time series data that are most indicative of concept drift, such as statistical summaries (mean, variance, skewness) and temporal patterns. By selecting only the most relevant features rather than processing all possible features, the system achieves precise drift detection with manageable complexity.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system segments the feature extraction process into distinct components: basic statistical features, temporal pattern features, and interaction features. This modular segmentation allows systematic analysis and selection of the most informative features while reducing overall complexity through hierarchical organization.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12437209B2Method for real-time enhancement of a predictive algorithm by a novel measurement of concept drift using algorithmically-generated features
Publication Date: 2025.10.07 FAIR ISAAC & CO INC
  • US12437209B2 patent drawing
  • US12437209B2 patent drawing
  • US12437209B2 patent drawing

AI summary

A predictive analytics system and method in the setting of multi-class classification are disclosed, for identifying systematic changes in an evaluation dataset processed by a fraud-detection model by examining the time series histories of an ensemble of entities such as accounts. The ensemble of entities is examined and processed both individually and in aggregate, via a set of features determined previously using a distinct training dataset. The specific set of features in question may be calculated from the entity's time series history, and may or may not be used by the model to perform the classification. Certain properties of the detected changes are measured and used to improve the efficacy of the predictive model.