Temporal-Aware Graph Attention Network for Cryptocurrency Transaction Fraud Detection
Zhi Zheng, Bochuan Zhou, Yuping Song

TL;DR
This paper introduces ATGAT, a novel temporal-aware graph attention network that significantly improves cryptocurrency transaction fraud detection by capturing complex temporal and structural dependencies.
Contribution
It proposes a new model with advanced temporal embedding, triple attention mechanism, and weighted loss to enhance detection performance over traditional methods.
Findings
Achieves an AUC of 0.9130 on Elliptic++ dataset.
Outperforms traditional methods like XGBoost, GCN, and GAT.
Demonstrates the effectiveness of temporal awareness and triple attention in fraud detection.
Abstract
Cryptocurrency transaction fraud detection faces the dual challenges of increasingly complex transaction patterns and severe class imbalance. Traditional methods rely on manual feature engineering and struggle to capture temporal and structural dependencies in transaction networks. This paper proposes an Augmented Temporal-aware Graph Attention Network (ATGAT) that enhances detection performance through three modules: (1) designing an advanced temporal embedding module that fuses multi-scale time difference features with periodic position encoding; (2) constructing a temporal-aware triple attention mechanism that jointly optimizes structural, temporal, and global context attention; (3) employing weighted BCE loss to address class imbalance. Experiments on the Elliptic++ cryptocurrency dataset demonstrate that ATGAT achieves an AUC of 0.9130, representing a 9.2% improvement over the best…
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
TopicsImbalanced Data Classification Techniques · Cybercrime and Law Enforcement Studies
MethodsGraph Attention Network · Graph Convolutional Network
