LGAICEOct 28, 2025

DynBERG: Dynamic BERT-based Graph neural network for financial fraud detection

arXiv:2511.00047v1h-index: 4
Originality Synthesis-oriented
AI Analysis

This work addresses fraud detection for financial systems, particularly in dynamic cryptocurrency networks, by proposing an incremental hybrid method that adapts existing techniques to new data challenges.

The authors tackled financial fraud detection in dynamic cryptocurrency transaction networks by introducing DynBERG, a model that integrates Graph-BERT with a GRU layer to handle temporal evolution and directed edges, achieving superior performance over state-of-the-art methods like EvolveGCN and GCN on the Elliptic dataset, with specific gains before and after a market shutdown event.

Financial fraud detection is critical for maintaining the integrity of financial systems, particularly in decentralised environments such as cryptocurrency networks. Although Graph Convolutional Networks (GCNs) are widely used for financial fraud detection, graph Transformer models such as Graph-BERT are gaining prominence due to their Transformer-based architecture, which mitigates issues such as over-smoothing. Graph-BERT is designed for static graphs and primarily evaluated on citation networks with undirected edges. However, financial transaction networks are inherently dynamic, with evolving structures and directed edges representing the flow of money. To address these challenges, we introduce DynBERG, a novel architecture that integrates Graph-BERT with a Gated Recurrent Unit (GRU) layer to capture temporal evolution over multiple time steps. Additionally, we modify the underlying algorithm to support directed edges, making DynBERG well-suited for dynamic financial transaction analysis. We evaluate our model on the Elliptic dataset, which includes Bitcoin transactions, including all transactions during a major cryptocurrency market event, the Dark Market Shutdown. By assessing DynBERG's resilience before and after this event, we analyse its ability to adapt to significant market shifts that impact transaction behaviours. Our model is benchmarked against state-of-the-art dynamic graph classification approaches, such as EvolveGCN and GCN, demonstrating superior performance, outperforming EvolveGCN before the market shutdown and surpassing GCN after the event. Additionally, an ablation study highlights the critical role of incorporating a time-series deep learning component, showcasing the effectiveness of GRU in modelling the temporal dynamics of financial transactions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes