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

Alleviating the Inconsistency Problem of Applying Graph Neural Network to Fraud Detection

About

The graph-based model can help to detect suspicious fraud online. Owing to the development of Graph Neural Networks~(GNNs), prior research work has proposed many GNN-based fraud detection frameworks based on either homogeneous graphs or heterogeneous graphs. These work follow the existing GNN framework by aggregating the neighboring information to learn the node embedding, which lays on the assumption that the neighbors share similar context, features, and relations. However, the inconsistency problem is hardly investigated, i.e., the context inconsistency, feature inconsistency, and relation inconsistency. In this paper, we introduce these inconsistencies and design a new GNN framework, $\mathsf{GraphConsis}$, to tackle the inconsistency problem: (1) for the context inconsistency, we propose to combine the context embeddings with node features, (2) for the feature inconsistency, we design a consistency score to filter the inconsistent neighbors and generate corresponding sampling probability, and (3) for the relation inconsistency, we learn a relation attention weights associated with the sampled nodes. Empirical analysis on four datasets indicates the inconsistency problem is crucial in a fraud detection task. The extensive experiments prove the effectiveness of $\mathsf{GraphConsis}$. We also released a GNN-based fraud detection toolbox with implementations of SOTA models. The code is available at https://github.com/safe-graph/DGFraud.

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

Related benchmarks

TaskDatasetResultRank
Fraud DetectionAmazon (test)
AUC87.82
28
Fraud DetectionYelpChi (test)
AUC70.6
25
Fraud DetectionYelp (5% train ratio)
AUC0.6158
16
Fraud DetectionYelp 10% ratio (train)
AUC62.07
16
Fraud DetectionYelp 20% (train)
AUC0.6231
16
Fraud DetectionYelp (40% train ratio)
AUC62.07
16
Fraud DetectionAmazon 5% ratio (train)
AUC85.46
16
Fraud DetectionAmazon 10% ratio (train)
AUC85.29
16
Fraud DetectionAmazon 20% ratio (train)
AUC85.5
16
Fraud DetectionAmazon (40% train ratio)
AUC0.855
16
Showing 10 of 19 rows

Other info

Follow for update