paper-with-me

홈 › Papers

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

2025-10-28 · Omkar Kulkarni, Rohitash Chandra arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.00047

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkGraph ClassificationFraud Detection

Similar Papers 제목 키워드 기반

Dynamic Fraud Detection: Integrating Reinforcement Learning into Graph Neural Networks

2024-09-15 · Yuxin Dong, Jianhua Yao, Jiajing Wang, Yingbin Liang 외

Financial fraud refers to the act of obtaining financial benefits through dishonest means. Such behavior not only disrupts the order of the financial market but also harms economic and social development and breeds other…

Fraud Detection

Graph Neural Networks for Financial Fraud Detection: A Review

2024-11-01 · Dawei Cheng, Yao Zou, Sheng Xiang, Changjun Jiang

The landscape of financial transactions has grown increasingly complex due to the expansion of global economic integration and advancements in information technology. This complexity poses greater challenges in detecting…

Fraud Detection

Crowdsourcing Fraud Detection over Heterogeneous Temporal MMMA Graph

2023-08-05 · Zequan Xu, Qihang Sun, Shaofeng Hu, Jieming Shi 외

The rise of the click farm business using Multi-purpose Messaging Mobile Apps (MMMAs) tempts cybercriminals to perpetrate crowdsourcing frauds that cause financial losses to click farm workers. In this paper, we propose …

Anomaly DetectionFraud DetectionGraph Anomaly DetectionMULTI-VIEW LEARNING

Temporal Graph Networks for Graph Anomaly Detection in Financial Networks

2024-03-27 · Yejin Kim, Youngbin Lee, Minyoung Choe, Sungju Oh 외

This paper explores the utilization of Temporal Graph Networks (TGN) for financial anomaly detection, a pressing need in the era of fintech and digitized financial transactions. We present a comprehensive framework that …

Anomaly DetectionFraud DetectionGraph Anomaly DetectionGraph Embedding+1

Financial Fraud Detection using Quantum Graph Neural Networks

2023-09-03 · Nouhaila Innan, Abhishek Sawaika, Ashim Dhor, Siddhant Dutta 외

Financial fraud detection is essential for preventing significant financial losses and maintaining the reputation of financial institutions. However, conventional methods of detecting financial fraud have limited effecti…

Fraud Detection