Fraud Detection Through Large-Scale Graph Clustering with Heterogeneous Link Transformation
By: Chi Liu
Collaborative fraud, where multiple fraudulent accounts coordinate to exploit online payment systems, poses significant challenges due to the formation of complex network structures. Traditional detection methods that rely solely on high-confidence identity links suffer from limited coverage, while approaches using all available linkages often result in fragmented graphs with reduced clustering effectiveness. In this paper, we propose a novel graph-based fraud detection framework that addresses the challenge of large-scale heterogeneous graph clustering through a principled link transformation approach. Our method distinguishes between \emph{hard links} (high-confidence identity relationships such as phone numbers, credit cards, and national IDs) and \emph{soft links} (behavioral associations including device fingerprints, cookies, and IP addresses). We introduce a graph transformation technique that first identifies connected components via hard links, merges them into super-nodes, and then reconstructs a weighted soft-link graph amenable to efficient embedding and clustering. The transformed graph is processed using LINE (Large-scale Information Network Embedding) for representation learning, followed by HDBSCAN (Hierarchical Density-Based Spatial Clustering of Applications with Noise) for density-based cluster discovery. Experiments on a real-world payment platform dataset demonstrate that our approach achieves significant graph size reduction (from 25 million to 7.7 million nodes), doubles the detection coverage compared to hard-link-only baselines, and maintains high precision across identified fraud clusters. Our framework provides a scalable and practical solution for industrial-scale fraud detection systems.
Similar Papers
Fraud detection and risk assessment of online payment transactions on e-commerce platforms based on LLM and GCN frameworks
Computational Engineering, Finance, and Science
Stops online shoppers from being tricked.
Detecting Credit Card Fraud via Heterogeneous Graph Neural Networks with Graph Attention
Machine Learning (CS)
Catches credit card thieves better by seeing hidden patterns.
A Graph Machine Learning Approach for Detecting Topological Patterns in Transactional Graphs
Machine Learning (CS)
Finds hidden money crimes using connected data.