paper-with-me

Papers

How effective are Graph Neural Networks in Fraud Detection for Network Data?

2021-05-30 · Ronald D. R. Pereira, Fabrício Murai

Graph-based Neural Networks (GNNs) are recent models created for learning representations of nodes (and graphs), which have achieved promising results when detecting patterns that occur in large-scale data relating different entities. Among these patterns, financial fraud stands out for its socioeconomic relevance and for presenting particular challenges, such as the extreme imbalance between the positive (fraud) and negative (legitimate transactions) classes, and the concept drift (i.e., statistical properties of the data change over time). Since GNNs are based on message propagation, the representation of a node is strongly impacted by its neighbors and by the network's hubs, amplifying the imbalance effects. Recent works attempt to adapt undersampling and oversampling strategies for GNNs in order to mitigate this effect without, however, accounting for concept drift. In this work, we conduct experiments to evaluate existing techniques for detecting network fraud, considering the two previous challenges. For this, we use real data sets, complemented by synthetic data created from a new methodology introduced here. Based on this analysis, we propose a series of improvement points that should be investigated in future research.

📄 PDF Abstract BibTeX arXiv:2105.14568

Code (2)

ronaldpereira/brasnam-experiments 공식 구현 pytorch
ronaldpereira/pick-and-choose-gnn pytorch

Tasks

Fraud Detection

Similar Papers 제목 키워드 기반

Can LLMs Find Fraudsters? Multi-level LLM Enhanced Graph Fraud Detection

2025-07-16 · Tairan Huang, Yili Wang, Qiutong Li, Changlong He 외 arxiv

Graph fraud detection has garnered significant attention as Graph Neural Networks (GNNs) have proven effective in modeling complex relationships within multimodal data. However, existing graph fraud detection methods typ…

Fraud Detection

Deep Fraud Detection on Non-attributed Graph

2021-10-04 · Chen Wang, Yingtong Dou, Min Chen, Jia Chen 외

Fraud detection problems are usually formulated as a machine learning problem on a graph. Recently, Graph Neural Networks (GNNs) have shown solid performance on fraud detection. The successes of most previous methods hea…

Contrastive LearningFraud Detection

Graph-Based Fraud Detection with Dual-Path Graph Filtering

2026-04-14 · Wei He, Wensheng Gan, Philip S. Yu arxiv

Fraud detection on graph data can be viewed as a demanding task that requires distinguishing between different types of nodes. Because graph neural networks (GNNs) are naturally suited for processing information encoded …

Representation LearningFraud Detection

Corporate Fraud Detection in Rich-yet-Noisy Financial Graph

2025-02-26 · Shiqi Wang, Zhibo Zhang, Libing Fang, Cam-Tu Nguyen 외

Corporate fraud detection aims to automatically recognize companies that conduct wrongful activities such as fraudulent financial statements or illegal insider trading. Previous learning-based methods fail to effectively…

Fraud DetectionKnowledge Graph Embeddings

A Survey on Graph Neural Networks for Fraud Detection in Ride Hailing Platforms

2025-12-29 · Kanishka Hewageegana, Janani Harischandra, Nipuna Senanayake, Gihan Danansuriya 외 arxiv

This study investigates fraud detection in ride hailing platforms through Graph Neural Networks (GNNs),focusing on the effectiveness of various models. By analyzing prevalent fraudulent activities, the research highlight…

Anomaly DetectionFraud Detection