vix.ing · top · new · best · stats · spec

Normalisation and Initialisation Strategies for Graph Neural Networks in Blockchain Anomaly Detection

2026/01/01 by Dang Sy Duy, Sy-Duy Dang, Nguyen Duy Chien +3
Computer Science · #Advanced Graph Neural Networks #Blockchain Technology Applications and Security #Imbalanced Data Classification Techniques

paper · pdf · doi:10.1007/978-3-032-31141-2_22

Abstract

Graph neural networks (GNNs) offer a principled approach to financial fraud detection by jointly learning from node features and transaction graph topology. However, their effectiveness on real-world anti-money laundering (AML) benchmarks depends critically on training practices such as specifically weight initialisation and normalisation that remain underexplored. We present a systematic ablation of initialisation and normalisation strategies across three GNN architectures (GCN, GAT, and GraphSAGE) on the Elliptic Bitcoin dataset. Our experiments reveal that initialisation and normalisation are architecture-dependent: GraphSAGE achieves the strongest performance with Xavier initialisation alone, GAT benefits most from combining GraphNorm with Xavier initialisation, while GCN shows limited sensitivity to these modifications. These findings offer practical, architecture-specific guidance for deploying GNNs in AML pipelines for datasets with severe class imbalance. We release a reproducible experimental framework with temporal data splits, seeded runs, and full ablation results.

Citations

Related