paper-with-me

Papers

Temporal-Aware Graph Attention Network for Cryptocurrency Transaction Fraud Detection

2025-06-26 · Zhi Zheng, Bochuan Zhou, Yuping Song

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 traditional method XGBoost, 12.0% over GCN, and 10.0% over standard GAT. This method not only validates the enhancement effect of temporal awareness and triple attention mechanisms on graph neural networks, but also provides financial institutions with more reliable fraud detection tools, with its design principles generalizable to other temporal graph anomaly detection tasks.

📄 PDF Abstract BibTeX arXiv:2506.21382

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionFeature EngineeringFraud DetectionGraph Anomaly DetectionGraph Attention

Methods 이 논문이 사용한 방법론

GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Graph Regularized Nonnegative Latent Factor Analysis Model for Temporal Link Prediction in Cryptocurrency Transaction Networks

2022-08-03 · Zhou Yue, Liu ZhiGang, Yuan Ye

With the development of blockchain technology, the cryptocurrency based on blockchain technology is becoming more and more popular. This gave birth to a huge cryptocurrency transaction network has received widespread att…

Computational EfficiencyLink Prediction

Temporal Motif-aware Graph Test-time Adaptation for OOD Blockchain Anomaly Detection

2026-05-28 · Runang He, Tongya Zheng, Huiling Peng, Yuanyu Wan 외 arxiv

Ever-evolving transaction patterns have significantly hindered anomaly detection on emerging cryptocurrency blockchains due to the vast number of addresses and diverse anomalous behaviors. Recently, advanced Graph Anomal…

Graph Anomaly DetectionTest-time AdaptationGraph Learning

Fraud Detection in Cryptocurrency Markets with Spatio-Temporal Graph Neural Networks

2026-04-27 · Lidia Losavio, Luca Persia, Madan Sathe, Dimosthenis Pasadakis arxiv

Technological advancements in cryptocurrency markets have increased accessibility for investors, but concurrently exposed them to the risks of market manipulations. Existing fraud detection mechanisms typically rely on m…

Graph Neural NetworkFraud Detection

Motif-aware temporal GCN for fraud detection in signed cryptocurrency trust networks

2022-11-22 · Song Li, Jiandong Zhou, Chong Mo, Jin Li 외

Graph convolutional networks (GCNs) is a class of artificial neural networks for processing data that can be represented as graphs. Since financial transactions can naturally be constructed as graphs, GCNs are widely app…

Fraud Detection

Effective Illicit Account Detection on Large Cryptocurrency MultiGraphs

2023-09-04 · Zhihao Ding, Jieming Shi, Qing Li, Jiannong Cao

Cryptocurrencies are rapidly expanding and becoming vital in digital financial markets. However, the rise in cryptocurrency-related illicit activities has led to significant losses for users. To protect the security of t…

Feature EngineeringGraph Neural Network