A Graph Neural Network Model for Financial Fraud Prevention

Ryo Takahashi, Haruto Nishimura, Keiko Matsuda

2024 Frontiers in Artificial Intelligence Research Cited 4 times

Abstract

Financial fraud prevention is a critical challenge for banks, payment processors, and online financial services. Traditional fraud detection models, including rule-based systems and machine learning classifiers, often struggle with adaptive fraud tactics, requiring frequent retraining to remain effective. Recent advancements in graph neural networks (GNNs) have enabled fraud detection models to leverage relational transaction data, capturing multi-hop fraud patterns and collusive fraud schemes that are difficult to detect with conventional approaches. This study proposes a GNN-based fraud prevention framework that models financial transactions as a heterogeneous graph, where nodes represent users and transactions, while edges encode financial relationships such as payment frequency, transaction amount similarity, and shared device usage. The GNN model learns fraud indicators by aggregating information from neighboring transactions, allowing it to detect complex fraud networks and coordinated money laundering activities. The proposed system was evaluated on large-scale transaction datasets, demonstrating higher fraud detection accuracy and lower false positive rates compared to traditional fraud detection models. The results confirm that graph-based fraud detection improves scalability and adaptability, making it a more effective approach for modern financial institutions seeking real-time fraud prevention solutions.

Cited in this thesis

BibTeX
@article{Chougiouris2024,
  author = {Chougiouris, Nikolaos E and Panagidi, Kakia},
  title = {Adaptive Neural Network Model Retraining},
  year = {2024},
}