paper-with-me

홈 › Papers

BRIGHT -- Graph Neural Networks in Real-Time Fraud Detection

2022-05-25 · Mingxuan Lu, Zhichao Han, Susie Xi Rao, Zitao Zhang, Yang Zhao, Yinan Shan, Ramesh Raghunathan, Ce Zhang, Jiawei Jiang

Detecting fraudulent transactions is an essential component to control risk in e-commerce marketplaces. Apart from rule-based and machine learning filters that are already deployed in production, we want to enable efficient real-time inference with graph neural networks (GNNs), which is useful to catch multihop risk propagation in a transaction graph. However, two challenges arise in the implementation of GNNs in production. First, future information in a dynamic graph should not be considered in message passing to predict the past. Second, the latency of graph query and GNN model inference is usually up to hundreds of milliseconds, which is costly for some critical online services. To tackle these challenges, we propose a Batch and Real-time Inception GrapH Topology (BRIGHT) framework to conduct an end-to-end GNN learning that allows efficient online real-time inference. BRIGHT framework consists of a graph transformation module (Two-Stage Directed Graph) and a corresponding GNN architecture (Lambda Neural Network). The Two-Stage Directed Graph guarantees that the information passed through neighbors is only from the historical payment transactions. It consists of two subgraphs representing historical relationships and real-time links, respectively. The Lambda Neural Network decouples inference into two stages: batch inference of entity embeddings and real-time inference of transaction prediction. Our experiments show that BRIGHT outperforms the baseline models by >2\% in average w.r.t.~precision. Furthermore, BRIGHT is computationally efficient for real-time fraud detection. Regarding end-to-end performance (including neighbor query and inference), BRIGHT can reduce the P99 latency by >75\%. For the inference stage, our speedup is on average 7.8$\times$ compared to the traditional GNN.

📄 PDF Abstract BibTeX arXiv:2205.13084

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsFraud Detection

Similar Papers 제목 키워드 기반

Graph Neural Networks in Real-Time Fraud Detection with Lambda Architecture

2021-10-09 · Mingxuan Lu, Zhichao Han, Zitao Zhang, Yang Zhao 외

Transaction checkout fraud detection is an essential risk control components for E-commerce marketplaces. In order to leverage graph networks to decrease fraud rate efficiently and guarantee the information flow passed t…

Fraud Detectiongraph construction

Detecting Credit Card Fraud via Heterogeneous Graph Neural Networks with Graph Attention

2025-04-11 · Qiuwu Sha, Tengda Tang, Xinyu Du, Jie Liu 외

This study proposes a credit card fraud detection method based on Heterogeneous Graph Neural Network (HGNN) to address fraud in complex transaction networks. Unlike traditional machine learning methods that rely solely o…

Fraud DetectionGraph AttentionGraph Neural Network

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

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

Dynamic Relation-Attentive Graph Neural Networks for Fraud Detection

2023-10-06 · Heehyeon Kim, Jinhyeok Choi, Joyce Jiyoung Whang

Fraud detection aims to discover fraudsters deceiving other users by, for example, leaving fake reviews or making abnormal transactions. Graph-based fraud detection methods consider this task as a classification problem …

Fraud DetectionGraph AttentionRelation