Transaction Graph Attention for Scalable Fraud Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional fraud detection methods in financial transactions struggle with scalability, adaptability to evolving fraud techniques, and the inability to utilize transaction network relationships effectively, leading to inefficiencies and missed detection of complex fraud schemes.

Innovation Solution

A graph link attention network model that extracts node and link features using a linear neural network and multi-head attention mechanism, generating link importance scores to identify fraudulent transactions, while optimizing computational efficiency for large datasets.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If graph neural networks are used to capture relational information in transaction networks, then fraud detection accuracy is improved, but computational resource requirements and processing time escalate significantly

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidcomputational resource requirements
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent extracts and utilizes only the essential link information from the complex graph structure, rather than processing the entire graph. By focusing on link-level features and using attention mechanisms to prioritize important connections, the system reduces computational burden while maintaining detection accuracy. This extraction approach allows the model to ignore redundant structural information and concentrate resources on the most informative aspects of the transaction network.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent transforms the graph representation from traditional node-level features to link-level features with attention scores. This parameter change enables more efficient computation by reducing the dimensionality of data processed at each step. The attention mechanism dynamically adjusts the importance weights of different links, allowing the system to focus computational resources on the most significant relationships rather than processing all graph elements uniformly.

Inventive Principle:
Principle #35Parameter changes

2Device complexity

If traditional rule-based systems are used for fraud detection, then system complexity is reduced, but adaptability to evolving fraud techniques deteriorates

Engineering Contradiction:
Improvesystem complexityVSAvoidadaptability to evolving fraud techniques
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent implements a dynamic fraud detection system that adapts to evolving fraud patterns through machine learning models trained on historical transaction data. The system continuously learns from new data and adjusts its detection criteria, enabling it to respond to emerging fraud techniques without requiring manual reconfiguration. This dynamic approach allows the system to evolve alongside fraudsters while maintaining manageable complexity through automated learning processes.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system incorporates feedback mechanisms where detected fraud patterns and transaction outcomes are fed back into the training data. This feedback loop enables the model to continuously improve its detection accuracy and adapt to new fraud tactics. By analyzing the effectiveness of detection rules and adjusting the learning model based on actual fraud outcomes, the system maintains high adaptability while keeping operational complexity manageable through automated feedback processing.

Inventive Principle:
Principle #23Feedback

3Measurement precision

If comprehensive transaction network information is utilized to detect complex fraud schemes, then detection capability is improved, but data processing complexity and time requirements increase

Engineering Contradiction:
Improvedetection capability for complex fraudVSAvoiddata processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent segments the complex transaction network analysis into distinct manageable components: node feature extraction, link feature extraction, and attention score computation. This segmentation allows each component to be processed independently and efficiently, reducing overall processing time. By breaking down the complex graph analysis into modular operations that can be parallelized, the system maintains comprehensive detection capability while significantly reducing the time required to process large transaction networks.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies partial action by focusing computational resources on the most informative parts of the transaction network. Through attention mechanisms, the system identifies and processes only the critical links and relationships needed for fraud detection, rather than uniformly processing all transaction data. This selective approach maintains high detection capability for complex fraud schemes while reducing overall processing time by ignoring redundant or less informative data elements.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20260017660A1Method for detecting fraud in financial transactions
Publication Date: 2026.01.15 RAPTORXAI PTE LTD
  • US20260017660A1 patent drawing
  • US20260017660A1 patent drawing
  • US20260017660A1 patent drawing

AI summary

The invention provides a method for detecting fraud in financial transactions using a graph link attention network. The method involves constructing a transaction network where nodes represent transaction accounts and links represent transaction behaviors. Node features are extracted through a linear neural network, resulting in transformed node features. Link features are extracted and processed using a multi-head attention mechanism to generate link importance scores, with each score indicating the impact of the link on its corresponding node, and the total importance scores for each node summing to one. These transformed node features and link importance scores are combined to form mixed features, which are then utilized to identify fraudulent transactions within the transaction network. This approach enhances the accuracy and efficiency of fraud detection by focusing on the critical links in the transaction network.