DynBERG: Dynamic BERT-based Graph neural network for financial fraud detection
Omkar Kulkarni, Rohitash Chandra

TL;DR
DynBERG is a novel graph neural network that combines Graph-BERT with GRU to effectively detect financial fraud in dynamic, directed transaction networks, outperforming existing methods especially during market shifts.
Contribution
The paper introduces DynBERG, a new architecture integrating Graph-BERT with GRU for dynamic, directed graphs, tailored for financial fraud detection in evolving cryptocurrency networks.
Findings
DynBERG outperforms EvolveGCN before market shutdown.
DynBERG surpasses GCN after the market event.
Incorporating GRU improves temporal modeling of transactions.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Imbalanced Data Classification Techniques · Financial Distress and Bankruptcy Prediction
