Abstract: Fraud detection in dynamic networks is inherently complex due to the constantly evolving nature of fraudulent behaviour. At the same time, effective prevention requires models that are both scalable and interpretable. To address this, we propose a hybrid Graph Neural Network (GNN) architecture that balances expressive modelling with computational efficiency and interpretability. Our framework integrates multiple GNN layers with heterogeneous convolutions to capture both structural and temporal dynamics, while maintaining a lightweight design with only 6.5 million parameters. Key components of the framework include: (1) a heterogeneous graph that models interactions among orders, customers, and transactions over time; (2) a feature engineering pipeline that extracts behavioural and network-based attributes; (3) an imbalance-aware training strategy using focal loss and class weighting to improve detection of rare fraudulent cases; (4) time-aware learning that captures the sequential progression of fraud patterns; and (5) a hybrid GNN combining GATv2, TransformerConv, and SAGEConv layers, enhanced with Jumping Knowledge for improved multi-hop message passing. Experiments on both real-world data from a major telecommunications provider and public transactional datasets validate the framework’s effectiveness and practical utility in near real-time fraud detection scenarios.
Loading