arXiv:2511.00047cs.LGcs.AI2025-11

动态图神经网络DynBERG提升比特币欺诈检测精度,尤其适应市场剧变场景。

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

  • 融合Graph-BERT与GRU,捕捉交易图的时间演化特性。
  • 在椭圆数据集上优于EvolveGCN和GCN,事件前后表现更稳定。
  • 专为有向动态交易图设计,适合加密货币欺诈分析场景。

金融欺诈检测对维护金融系统完整性至关重要,尤其在去中心化环境如加密货币网络中。尽管图卷积网络(GCNs)广泛应用,基于Transformer的图模型如Graph-BERT因缓解过平滑问题而日益受到关注。但Graph-BERT针对静态图设计,主要在无向引用网络上评估。而金融交易网络具有动态性与有向边特征。为此,本文提出DynBERG,通过引入门控循环单元(GRU)层,结合Graph-BERT架构,实现多时间步的时序演化建模,并改进算法以支持有向边,适用于动态金融交易分析。在包含比特币交易及暗网关闭事件的椭圆数据集上进行评估,结果显示:该模型在市场事件前优于EvolveGCN,事件后超越传统GCN;消融实验表明,引入时间序列深度学习组件显著提升性能,验证了GRU对交易时序动态建模的有效性。

原文摘要 · Abstract (English)

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.

图神经网络欺诈检测动态图加密货币

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。