AILGSINov 16, 2024

Partitioning Message Passing for Graph Fraud Detection

arXiv:2412.00020v152 citationsh-index: 8ICLR
Originality Highly original
AI Analysis

This addresses a fundamental challenge in applying GNNs to fraud detection in graphs, offering a novel approach to handle mixed homophily-heterophily scenarios, though it is incremental in improving existing GNN methods.

The paper tackles the problem of label imbalance and homophily-heterophily mixture in Graph Neural Networks (GNNs) for Graph Fraud Detection (GFD) by introducing Partitioning Message Passing (PMP), which distinguishes neighbors with different labels during aggregation, resulting in significant performance boosts on GFD tasks.

Label imbalance and homophily-heterophily mixture are the fundamental problems encountered when applying Graph Neural Networks (GNNs) to Graph Fraud Detection (GFD) tasks. Existing GNN-based GFD models are designed to augment graph structure to accommodate the inductive bias of GNNs towards homophily, by excluding heterophilic neighbors during message passing. In our work, we argue that the key to applying GNNs for GFD is not to exclude but to {\em distinguish} neighbors with different labels. Grounded in this perspective, we introduce Partitioning Message Passing (PMP), an intuitive yet effective message passing paradigm expressly crafted for GFD. Specifically, in the neighbor aggregation stage of PMP, neighbors with different classes are aggregated with distinct node-specific aggregation functions. By this means, the center node can adaptively adjust the information aggregated from its heterophilic and homophilic neighbors, thus avoiding the model gradient being dominated by benign nodes which occupy the majority of the population. We theoretically establish a connection between the spatial formulation of PMP and spectral analysis to characterize that PMP operates an adaptive node-specific spectral graph filter, which demonstrates the capability of PMP to handle heterophily-homophily mixed graphs. Extensive experimental results show that PMP can significantly boost the performance on GFD tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes