Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Semi-supervised Credit Card Fraud Detection via Attribute-Driven Graph Representation

About

Credit card fraud incurs a considerable cost for both cardholders and issuing banks. Contemporary methods apply machine learning-based classifiers to detect fraudulent behavior from labeled transaction records. But labeled data are usually a small proportion of billions of real transactions due to expensive labeling costs, which implies that they do not well exploit many natural features from unlabeled data. Therefore, we propose a semi-supervised graph neural network for fraud detection. Specifically, we leverage transaction records to construct a temporal transaction graph, which is composed of temporal transactions (nodes) and interactions (edges) among them. Then we pass messages among the nodes through a Gated Temporal Attention Network (GTAN) to learn the transaction representation. We further model the fraud patterns through risk propagation among transactions. The extensive experiments are conducted on a real-world transaction dataset and two publicly available fraud detection datasets. The result shows that our proposed method, namely GTAN, outperforms other state-of-the-art baselines on three fraud detection datasets. Semi-supervised experiments demonstrate the excellent fraud detection performance of our model with only a tiny proportion of labeled data.

Sheng Xiang, Mingzhi Zhu, Dawei Cheng, Enxia Li, Ruihui Zhao, Yi Ouyang, Ling Chen, Yefeng Zheng• 2024

Related benchmarks

TaskDatasetResultRank
Fraud DetectionAmazon (test)
AUC96.3
38
Fraud DetectionYelpChi (test)
AUC92.41
35
Fraud DetectionT-finance (1% label ratio)
F1-macro80.28
26
Fraud DetectionCM proprietary (1% train ratio)
AUC0.8782
16
Fraud DetectionYelpChi (1% train ratio)
AUC0.7571
16
Fraud DetectionAmazon (1% train ratio)
AUC0.9079
16
Graph Fraud DetectionYelpChi
AUC91.72
14
Graph Fraud DetectionS-FFSD
AUC0.8299
14
Graph Fraud DetectionAMAZON
AUC0.9585
14
Node ClassificationYelpChi
AUC90.38
12
Showing 10 of 19 rows

Other info

Code

Follow for update