Alleviating the Inconsistency Problem of Applying Graph Neural Network
to Fraud Detection
- URL: http://arxiv.org/abs/2005.00625v3
- Date: Thu, 2 Jul 2020 03:24:05 GMT
- Title: Alleviating the Inconsistency Problem of Applying Graph Neural Network
to Fraud Detection
- Authors: Zhiwei Liu, Yingtong Dou, Philip S. Yu, Yutong Deng, Hao Peng
- Abstract summary: We introduce a new GNN framework, $mathsfGraphConsis$, to tackle the inconsistency problem.
Empirical analysis on four datasets indicates the inconsistency problem is crucial in a fraud detection task.
We also released a GNN-based fraud detection toolbox with implementations of SOTA models.
- Score: 78.88163190021798
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: 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.
Related papers
- Mitigating Degree Bias in Signed Graph Neural Networks [5.042342963087923]
Signed Graph Neural Networks (SGNNs) are up against fairness issues from source data and typical aggregation method.
In this paper, we are pioneering to make the investigation of fairness in SGNNs expanded from GNNs.
We identify the issue of degree bias within signed graphs, offering a new perspective on the fairness issues related to SGNNs.
arXiv Detail & Related papers (2024-08-16T03:22:18Z) - Robust Graph Neural Network based on Graph Denoising [10.564653734218755]
Graph Neural Networks (GNNs) have emerged as a notorious alternative to address learning problems dealing with non-Euclidean datasets.
This work proposes a robust implementation of GNNs that explicitly accounts for the presence of perturbations in the observed topology.
arXiv Detail & Related papers (2023-12-11T17:43:57Z) - BOURNE: Bootstrapped Self-supervised Learning Framework for Unified
Graph Anomaly Detection [50.26074811655596]
We propose a novel unified graph anomaly detection framework based on bootstrapped self-supervised learning (named BOURNE)
By swapping the context embeddings between nodes and edges, we enable the mutual detection of node and edge anomalies.
BOURNE can eliminate the need for negative sampling, thereby enhancing its efficiency in handling large graphs.
arXiv Detail & Related papers (2023-07-28T00:44:57Z) - DEGREE: Decomposition Based Explanation For Graph Neural Networks [55.38873296761104]
We propose DEGREE to provide a faithful explanation for GNN predictions.
By decomposing the information generation and aggregation mechanism of GNNs, DEGREE allows tracking the contributions of specific components of the input graph to the final prediction.
We also design a subgraph level interpretation algorithm to reveal complex interactions between graph nodes that are overlooked by previous methods.
arXiv Detail & Related papers (2023-05-22T10:29:52Z) - The Devil is in the Conflict: Disentangled Information Graph Neural
Networks for Fraud Detection [17.254383007779616]
We argue that the performance degradation is mainly attributed to the inconsistency between topology and attribute.
We propose a simple and effective method that uses the attention mechanism to adaptively fuse two views.
Our model can significantly outperform stateof-the-art baselines on real-world fraud detection datasets.
arXiv Detail & Related papers (2022-10-22T08:21:49Z) - Exploiting Neighbor Effect: Conv-Agnostic GNNs Framework for Graphs with
Heterophily [58.76759997223951]
We propose a new metric based on von Neumann entropy to re-examine the heterophily problem of GNNs.
We also propose a Conv-Agnostic GNN framework (CAGNNs) to enhance the performance of most GNNs on heterophily datasets.
arXiv Detail & Related papers (2022-03-19T14:26:43Z) - Improving Fraud detection via Hierarchical Attention-based Graph Neural
Network [6.7713383844867385]
Graph Neural Network (HA-GNN) for fraud detection incorporates weighted adjacency matrices across different relations against camouflage.
We generate node embeddings by aggregating information from local/long-range structures and original node features.
Experiments on three real-world datasets demonstrate the effectiveness of our model over the state-of-the-arts.
arXiv Detail & Related papers (2022-02-12T16:27:16Z) - Deep Fraud Detection on Non-attributed Graph [61.636677596161235]
Graph Neural Networks (GNNs) have shown solid performance on fraud detection.
labeled data is scarce in large-scale industrial problems, especially for fraud detection.
We propose a novel graph pre-training strategy to leverage more unlabeled data.
arXiv Detail & Related papers (2021-10-04T03:42:09Z) - Enhancing Graph Neural Network-based Fraud Detectors against Camouflaged
Fraudsters [78.53851936180348]
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.
We propose a new model named CAmouflage-REsistant GNN (CARE-GNN) to enhance the GNN aggregation process with three unique modules against camouflages.
arXiv Detail & Related papers (2020-08-19T22:33:12Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.