A Graph Neural Network Model for Financial Fraud Prevention
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
Frequently Cited Together
- Ordinal regression with multiple output cnn for age estimation1 chapter
- Fishers' preference for mobile traceability platform: challenges in achieving a 1 chapter
- An analytical and machine learning approach for total mercury and methylmercury 1 chapter
- Prediction of coffee traits by artificial neural networks and laser-assisted rap1 chapter
- Multilayer feedforward networks are universal approximators1 chapter
- Support vector learning for ordinal regression1 chapter
BibTeX
@article{Chougiouris2024,
author = {Chougiouris, Nikolaos E and Panagidi, Kakia},
title = {Adaptive Neural Network Model Retraining},
year = {2024},
}