arXiv:2410.08121cs.LGcs.AI2024-10被引 11

用异构图与自编码器提升信用卡欺诈检测效果

Heterogeneous Graph Auto-Encoder for CreditCard Fraud Detection

  • 构建包含持卡人、商户、交易的异构图,用注意力GNN捕捉复杂关系
  • 在真实数据上达成0.89的AUC-PR和0.81的F1分数,优于基线模型
  • 特别适合处理正负样本严重不均衡的金融欺诈场景

数字化革命推动了金融交易的普及,但随之而来的信用卡欺诈行为也显著增加。传统机器学习方法难以捕捉金融数据中的内在关联性。本文提出一种基于图神经网络(GNN)与注意力机制的异构图表示方法,建模持卡人、商户和交易等多类实体间的复杂关系,实现更全面的数据表征。针对欺诈数据中正常交易远多于欺诈交易的类别不平衡问题,引入仅在正常交易上训练的自编码器,通过重建误差识别异常交易。实验表明,该模型在真实数据集上达到0.89的AUC-PR和0.81的F1-score,显著优于GraphSAGE和FI-GRL等基准方法。研究为提升金融交易安全提供了有效技术路径。

原文摘要 · Abstract (English)

The digital revolution has significantly impacted financial transactions, leading to a notable increase in credit card usage. However, this convenience comes with a trade-off: a substantial rise in fraudulent activities. Traditional machine learning methods for fraud detection often struggle to capture the inherent interconnectedness within financial data. This paper proposes a novel approach for credit card fraud detection that leverages Graph Neural Networks (GNNs) with attention mechanisms applied to heterogeneous graph representations of financial data. Unlike homogeneous graphs, heterogeneous graphs capture intricate relationships between various entities in the financial ecosystem, such as cardholders, merchants, and transactions, providing a richer and more comprehensive data representation for fraud analysis. To address the inherent class imbalance in fraud data, where genuine transactions significantly outnumber fraudulent ones, the proposed approach integrates an autoencoder. This autoencoder, trained on genuine transactions, learns a latent representation and flags deviations during reconstruction as potential fraud. This research investigates two key questions: (1) How effectively can a GNN with an attention mechanism detect and prevent credit card fraud when applied to a heterogeneous graph? (2) How does the efficacy of the autoencoder with attention approach compare to traditional methods? The results are promising, demonstrating that the proposed model outperforms benchmark algorithms such as Graph Sage and FI-GRL, achieving a superior AUC-PR of 0.89 and an F1-score of 0.81. This research significantly advances fraud detection systems and the overall security of financial transactions by leveraging GNNs with attention mechanisms and addressing class imbalance through an autoencoder.

欺诈检测图神经网络异构图自编码器

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