paper-with-me

홈 › Papers

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

2026-02-27 · Dang Sy Duy, Nguyen Duy Chien, Kapil Dev, Jeff Nijsse arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.23599

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionFraud Detection

Similar Papers 제목 키워드 기반

Temporal Motif-aware Graph Test-time Adaptation for OOD Blockchain Anomaly Detection

2026-05-28 · Runang He, Tongya Zheng, Huiling Peng, Yuanyu Wan 외 arxiv

Ever-evolving transaction patterns have significantly hindered anomaly detection on emerging cryptocurrency blockchains due to the vast number of addresses and diverse anomalous behaviors. Recently, advanced Graph Anomal…

Graph Anomaly DetectionTest-time AdaptationGraph Learning

RotRNN: Modelling Long Sequences with Rotations

2024-07-09 · Kai Biegun, Rares Dolga, Jake Cunningham, David Barber

Linear recurrent neural networks, such as State Space Models (SSMs) and Linear Recurrent Units (LRUs), have recently shown state-of-the-art performance on long sequence modelling benchmarks. Despite their success, their …

State Space Models

Two failure modes of deep transformers and how to avoid them: a unified theory of signal propagation at initialisation

2025-05-30 · Alessio Giorlandino, Sebastian Goldt

Finding the right initialisation for neural networks is crucial to ensure smooth training and good performance. In transformers, the wrong initialisation can lead to one of two failure modes of self-attention layers: ran…

BlockFound: Customized blockchain foundation model for anomaly detection

2024-10-05 · Jiahao Yu, Xian Wu, Hao liu, Wenbo Guo 외

We propose BlockFound, a customized foundation model for anomaly blockchain transaction detection. Unlike existing methods that rely on rule-based systems or directly apply off-the-shelf large language models, BlockFound…

Anomaly Detectionmodel

Can Artificial Intelligence solve the blockchain oracle problem? Unpacking the Challenges and Possibilities

2025-07-02 · Giulio Caldarelli arxiv

The blockchain oracle problem, which refers to the challenge of injecting reliable external data into decentralized systems, remains a fundamental limitation to the development of trustless applications. While recent yea…

Anomaly Detection