Financial Fraud Detection using Jump-Attentive Graph Neural Networks
Prashank Kadam

TL;DR
This paper introduces a novel graph neural network architecture with attention mechanisms and efficient neighborhood sampling, significantly improving financial fraud detection by capturing complex transaction interactions and reducing information loss.
Contribution
The paper presents a new GNN architecture with attention and sampling techniques that enhance fraud detection capabilities over existing methods.
Findings
Outperforms state-of-the-art graph algorithms in fraud detection accuracy
Effectively detects camouflaged fraudulent transactions
Preserves crucial neighborhood information to prevent over-smoothing
Abstract
As the availability of financial services online continues to grow, the incidence of fraud has surged correspondingly. Fraudsters continually seek new and innovative ways to circumvent the detection algorithms in place. Traditionally, fraud detection relied on rule-based methods, where rules were manually created based on transaction data features. However, these techniques soon became ineffective due to their reliance on manual rule creation and their inability to detect complex data patterns. Today, a significant portion of the financial services sector employs various machine learning algorithms, such as XGBoost, Random Forest, and neural networks, to model transaction data. While these techniques have proven more efficient than rule-based methods, they still fail to capture interactions between different transactions and their interrelationships. Recently, graph-based techniques…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques
MethodsSoftmax · Attention Is All You Need
