Fraud Detection Using Transaction Feature Vectors

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing fraud detection systems in electronic transactions struggle to differentiate between fraudulent activities and honest mistakes, leading to inefficiencies and false positives, as they lack sufficient information to accurately identify malicious transactions.

Innovation Solution

The proposed solution involves generating features from transaction data and historical data within specific time windows, using classification models to predict fraudulent transactions, and employing an ensemble of models to minimize fluctuations and improve accuracy, while updating transaction statuses to account for honest mistakes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing fraud detection techniques are used, then the system can process transactions quickly, but it cannot accurately differentiate between fraudulent activities and honest mistakes

Engineering Contradiction:
Improvefraud detection accuracyVSAvoiddetection system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the fraud detection process into distinct components: feature extraction module that identifies specific transaction characteristics, classification model that evaluates features against fraud patterns, and decision module that determines fraudulent status. This segmentation allows each component to specialize in specific tasks, improving overall detection accuracy while maintaining manageable system complexity through modular design.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces multiple new dimensions for analyzing transactions beyond basic verification. It extracts features including transaction amount, frequency, time patterns, merchant categories, and device information - creating a multi-dimensional view of transaction behavior. This dimensional expansion enables the system to detect fraud patterns that single-dimension checks would miss, significantly improving differentiation between fraud and honest mistakes.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If more transaction information is collected and analyzed, then fraud detection accuracy improves, but processing time and computational resources increase

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidtransaction processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent implements preliminary action by pre-computing and storing transaction features in a structured format during transaction initiation. The feature extraction module prepares all relevant transaction characteristics (amount, frequency, time, merchant data) in advance, organizing them into a standardized feature vector. This preliminary organization eliminates the need for complex real-time computations during the detection phase, reducing processing time while maintaining comprehensive analysis capability.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent replaces traditional mechanical rule-based detection systems with a machine learning classification model. Instead of manually configured thresholds and logic rules that require extensive real-time computation, the system uses trained models that can rapidly evaluate feature vectors and predict fraud probability. This substitution dramatically reduces processing time while improving accuracy, as the computational heavy lifting is performed offline during model training rather than online during transaction processing.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS11797999B1Detecting fraudulent transactions
Publication Date: 2023.10.24 INTUIT INC
  • US11797999B1 patent drawing
  • US11797999B1 patent drawing
  • US11797999B1 patent drawing

AI summary

The present disclosure provides techniques for recommending vendors using machine learning models. One example method includes receiving transaction data indicative of a transaction, identifying, based on the transaction data, an associated merchant of one or more merchants and an associated time window of one or more time windows, receiving historical transaction data indicative of one or more historical transactions, wherein the one or more historical transactions are associated with the associated merchant and the associated time window, generating features based on the transaction data and the historical transaction data, and determining, using a classification model, that the transaction is fraudulent, based on the generated features.