BRIGHT -- Graph Neural Networks in Real-Time Fraud Detection
Mingxuan Lu, Zhichao Han, Susie Xi Rao, Zitao Zhang, Yang Zhao, Yinan, Shan, Ramesh Raghunathan, Ce Zhang, Jiawei Jiang

TL;DR
BRIGHT introduces a novel framework combining graph transformation and a specialized neural network to enable efficient, real-time fraud detection in dynamic transaction graphs, outperforming baseline models in accuracy and latency.
Contribution
The paper presents the BRIGHT framework, which ensures historical information is used in GNNs for fraud detection while significantly reducing inference latency.
Findings
BRIGHT outperforms baseline models by over 2% in precision.
It reduces P99 latency by more than 75%.
Inference speed is increased by an average of 7.8 times.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Advanced Graph Neural Networks · Blockchain Technology Applications and Security
