Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Enhancing Graph Neural Network-based Fraud Detectors against Camouflaged Fraudsters

About

Graph Neural Networks (GNNs) have been widely applied to fraud detection problems in recent years, revealing the suspiciousness of nodes by aggregating their neighborhood information via different relations. However, few prior works have noticed the camouflage behavior of fraudsters, which could hamper the performance of GNN-based fraud detectors during the aggregation process. In this paper, we introduce two types of camouflages based on recent empirical studies, i.e., the feature camouflage and the relation camouflage. Existing GNNs have not addressed these two camouflages, which results in their poor performance in fraud detection problems. Alternatively, we propose a new model named CAmouflage-REsistant GNN (CARE-GNN), to enhance the GNN aggregation process with three unique modules against camouflages. Concretely, we first devise a label-aware similarity measure to find informative neighboring nodes. Then, we leverage reinforcement learning (RL) to find the optimal amounts of neighbors to be selected. Finally, the selected neighbors across different relations are aggregated together. Comprehensive experiments on two real-world fraud datasets demonstrate the effectiveness of the RL algorithm. The proposed CARE-GNN also outperforms state-of-the-art GNNs and GNN-based fraud detectors. We integrate all GNN-based fraud detectors as an opensource toolbox: https://github.com/safe-graph/DGFraud. The CARE-GNN code and datasets are available at https://github.com/YingtongDou/CARE-GNN.

Yingtong Dou, Zhiwei Liu, Li Sun, Yutong Deng, Hao Peng, Philip S. Yu• 2020

Related benchmarks

TaskDatasetResultRank
Diabetes DetectionMIMIC-III
AUC81.26
48
Fraud DetectionAmazon (test)
AUC91.15
28
Fraud DetectionYelpChi (test)
AUC79.34
25
Graph Fraud DetectionBLOGCATALOG (test)
AUC0.694
19
Graph Fraud DetectionWeChat Pay Small (test)
AUC82.38
19
Fraud DetectionYelp (5% train ratio)
AUC0.7126
16
Fraud DetectionYelp 10% ratio (train)
AUC73.31
16
Fraud DetectionYelp 20% (train)
AUC0.7445
16
Fraud DetectionYelp (40% train ratio)
AUC75.7
16
Fraud DetectionAmazon 5% ratio (train)
AUC89.54
16
Showing 10 of 28 rows

Other info

Code

Follow for update