TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Enhancing Graph Neural Network-based Fraud Detectors again...

Enhancing Graph Neural Network-based Fraud Detectors against Camouflaged Fraudsters

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

2020-08-19Reinforcement LearningGraph MiningAnomaly DetectionNode ClassificationFraud Detection
PaperPDFCode(official)CodeCodeCodeCodeCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Fraud DetectionYelp-FraudAUC-ROC75.7CARE-GNN
Fraud DetectionYelp-FraudAveraged Precision42.68CARE-GNN
Fraud DetectionAmazon-FraudAUC-ROC89.73CARE-GNN
Fraud DetectionAmazon-FraudAveraged Precision82.19CARE-GNN
Node ClassificationAmazon-FraudAUC-ROC89.73CARE-GNN
Node ClassificationYelp-FraudAUC-ROC75.7CARE-GNN
Active Speaker DetectionYelp-FraudAUC-ROC75.7CARE-GNN
Active Speaker DetectionYelp-FraudAveraged Precision42.68CARE-GNN
Active Speaker DetectionAmazon-FraudAUC-ROC89.73CARE-GNN
Active Speaker DetectionAmazon-FraudAveraged Precision82.19CARE-GNN

Related Papers

Multi-Stage Prompt Inference Attacks on Enterprise LLM Systems2025-07-21CUDA-L1: Improving CUDA Optimization via Contrastive Reinforcement Learning2025-07-18VisionThink: Smart and Efficient Vision Language Model via Reinforcement Learning2025-07-17Spectral Bellman Method: Unifying Representation and Exploration in RL2025-07-17Aligning Humans and Robots via Reinforcement Learning from Implicit Human Feedback2025-07-17VAR-MATH: Probing True Mathematical Reasoning in Large Language Models via Symbolic Multi-Instance Benchmarks2025-07-17QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation2025-07-17Inverse Reinforcement Learning Meets Large Language Model Post-Training: Basics, Advances, and Opportunities2025-07-17