ResearchPod Summary
Graph neural networks (GNNs) are widely used for fraud detection, but their performance often suffers in real-world scenarios due to two persistent challenges: incomplete node attributes (missing data) and extreme class imbalance (where fraud nodes are significantly rarer than benign ones). This paper introduces GFD-GC, a framework designed to address these issues simultaneously through feature completion and improved representation learning.
The authors propose a two-pronged architecture:
Experimental results on the Amazon and Yelp datasets show that GFD-GC consistently outperforms state-of-the-art baselines across various metrics, including Macro-F1, Recall, and AUC. The framework demonstrates significant robustness, maintaining its performance advantage even as the percentage of missing node attributes increases from 20% to 70%. Ablation studies confirm that both the grouped completion module and the contrastive learning strategy contribute positively to the final classification accuracy.
By explicitly modeling the heterogeneous neighborhood structures common in fraud graphs, this approach provides a more reliable way to handle noisy or incomplete data. The integration of pseudo-labeling into a contrastive learning framework offers a scalable way to improve detection performance in imbalanced environments where manual labeling is expensive or limited.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.