Fraud Detection Ensemble Reduces Dominant Feature Bias

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing fraud detection models in transactions are overly sensitive to dominant features, leading to inaccurate fraud scores due to oversensitivity.

Innovation Solution

A system and method that balance features by combining the results of multiple fraud detection models, each trained on different feature sets, to generate a more accurate fraud score.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a single fraud detection model uses all available features including dominant features, then the model can capture comprehensive fraud indicators, but the model becomes overly sensitive to dominant features leading to inaccurate fraud scores

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidfraud score reliability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent divides the fraud detection task into multiple separate models, each trained on a different subset of features. This segmentation prevents any single dominant feature from overwhelming the entire detection system, as each model only considers a portion of the total feature set. The ensemble combination of these segmented models achieves comprehensive fraud detection while maintaining score reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts and removes dominant features from specific model training sets to prevent oversensitivity. By deliberately excluding these influential features from certain models and relying on other models to contribute to the overall detection, the system prevents any single feature from dominating the fraud score calculation.

Inventive Principle:
Principle #2Taking out (Extraction)

2Measurement precision

If multiple fraud detection models are used to balance features, then the accuracy of fraud detection improves, but the system complexity increases

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent combines multiple fraud detection models into an ensemble system where each model processes a subset of features. The results from individual models are merged through a scoring mechanism that weights and aggregates their outputs. This merging approach maintains improved accuracy while managing complexity through structured integration.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The ensemble of fraud detection models serves multiple functions simultaneously: each individual model detects specific fraud patterns based on its feature subset, while the collective ensemble provides comprehensive fraud detection. This multi-functionality allows the system to handle diverse fraud scenarios without requiring separate specialized systems for each case.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20250104073A1System and method for improving accuracy in fraud detection
Publication Date: 2025.03.27 MASTERCARD INT INC
  • US20250104073A1 patent drawing
  • US20250104073A1 patent drawing
  • US20250104073A1 patent drawing

AI summary

A system and method for improving the accuracy of fraud detection in transactions for a more effective fraud response. First and second models each receive transaction request data, evaluate the transaction request data for fraud, and produce first and second initial fraud results, respectively. The first model includes a first set of features which is relevant to detecting fraud and which includes one or more dominant features. The second model includes a second set of features which excludes the one or more dominant features. A score generator receives and combines the first and second initial results to generate a final fraud score. A response module takes an action based on the final score, such as rejecting or allowing the transaction request. The first and second models may use the same or different machine learning or other modeling technologies. The score generator may be a combination module or a combination model.