paper-with-me

Papers

Heterogeneous Graph Auto-Encoder for CreditCard Fraud Detection

2024-10-10 · Moirangthem Tiken Singh, Rabinder Kumar Prasad, Gurumayum Robert Michael, N K Kaphungkui, N. Hemarjit Singh

The digital revolution has significantly impacted financial transactions, leading to a notable increase in credit card usage. However, this convenience comes with a trade-off: a substantial rise in fraudulent activities. Traditional machine learning methods for fraud detection often struggle to capture the inherent interconnectedness within financial data. This paper proposes a novel approach for credit card fraud detection that leverages Graph Neural Networks (GNNs) with attention mechanisms applied to heterogeneous graph representations of financial data. Unlike homogeneous graphs, heterogeneous graphs capture intricate relationships between various entities in the financial ecosystem, such as cardholders, merchants, and transactions, providing a richer and more comprehensive data representation for fraud analysis. To address the inherent class imbalance in fraud data, where genuine transactions significantly outnumber fraudulent ones, the proposed approach integrates an autoencoder. This autoencoder, trained on genuine transactions, learns a latent representation and flags deviations during reconstruction as potential fraud. This research investigates two key questions: (1) How effectively can a GNN with an attention mechanism detect and prevent credit card fraud when applied to a heterogeneous graph? (2) How does the efficacy of the autoencoder with attention approach compare to traditional methods? The results are promising, demonstrating that the proposed model outperforms benchmark algorithms such as Graph Sage and FI-GRL, achieving a superior AUC-PR of 0.89 and an F1-score of 0.81. This research significantly advances fraud detection systems and the overall security of financial transactions by leveraging GNNs with attention mechanisms and addressing class imbalance through an autoencoder.

📄 PDF Abstract BibTeX arXiv:2410.08121

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

TMR-GGNN: Credit Card Fraud Detection based on Time-Aware Multi-Relational Guided Graph Neural Network

2026-06-16 · Rohit Tewari, Shubhankar Shilpi, Navin Chhibber, Devendra Singh Parmar 외 arxiv

In recent years, credit card fraud detection has faced significant challenges due to highly imbalanced data, evolving fraud patterns, and complex relational structures among transaction entities. To address these issues,…

Graph Neural NetworkContrastive LearningFraud Detection

Detecting Credit Card Fraud via Heterogeneous Graph Neural Networks with Graph Attention

2025-04-11 · Qiuwu Sha, Tengda Tang, Xinyu Du, Jie Liu 외

This study proposes a credit card fraud detection method based on Heterogeneous Graph Neural Network (HGNN) to address fraud in complex transaction networks. Unlike traditional machine learning methods that rely solely o…

Fraud DetectionGraph AttentionGraph Neural Network

Detecting Anomalies Through Contrast in Heterogeneous Data

2021-04-02 · Debanjan Datta, Sathappan Muthiah, Naren Ramakrishnan

Detecting anomalies has been a fundamental approach in detecting potentially fraudulent activities. Tasked with detection of illegal timber trade that threatens ecosystems and economies and association with other illegal…

Anomaly DetectionContrastive LearningUnsupervised Anomaly Detection

Crowdsourcing Fraud Detection over Heterogeneous Temporal MMMA Graph

2023-08-05 · Zequan Xu, Qihang Sun, Shaofeng Hu, Jieming Shi 외

The rise of the click farm business using Multi-purpose Messaging Mobile Apps (MMMAs) tempts cybercriminals to perpetrate crowdsourcing frauds that cause financial losses to click farm workers. In this paper, we propose …

Anomaly DetectionFraud DetectionGraph Anomaly DetectionMULTI-VIEW LEARNING

Inductive inference of gradient-boosted decision trees on graphs for insurance fraud detection

2025-10-07 · Félix Vandervorst, Bruno Deprez, Wouter Verbeke, Tim Verdonck arxiv

Graph-based methods are becoming increasingly popular in machine learning due to their ability to model complex data and relations. Insurance fraud is a prime use case, since fraudulent claims are often the result of org…

Fraud Detection