Beyond Rules-based Fraud Detection: Explainable Graph AI for Streaming Retail Transactions
The typical approach to fraud detection in retail environments relies on rules-based, static detection engines. Such systems perform well against simple, known attack types but struggle against sophisticated, emerging threats and organized financial syndicates. Moreover, rules-based systems produce high false positive rates that seriously degrade the experience of legitimate customers. This paper presents a Graph Artificial Intelligence framework to support high-throughput and streaming retail transactions with built-in explainability. Our approach treats transactions as a dynamic and heterogeneous graph to capture complex relational dependencies and structural anomalies in real time. We validate the framework using a curated subset of the publicly available IEEE-CIS Fraud Detection dataset under a streaming scenario, evaluating both latency and predictive accuracy. Combined with PyTorch Geometric for graph neural network construction and SHAP (Shapley Additive exPlanations) for post-hoc model interpretation, our system delivers high prediction accuracy and human-interpretable decision making. The proposed model shows strong accuracy and recall compared to traditional baselines, while flagged transactions are explained through visual subgraph evidence. This transparency enables fraud analysts to validate alerts efficiently, reducing review time and operational cost in e-commerce environments.