paper-with-me

Papers

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 these platforms, it is critical to identify illicit accounts effectively. Current detection methods mainly depend on feature engineering or are inadequate to leverage the complex information within cryptocurrency transaction networks, resulting in suboptimal performance. In this paper, we present DIAM, an effective method for detecting illicit accounts in cryptocurrency transaction networks modeled by directed multi-graphs with attributed edges. DIAM first features an Edge2Seq module that captures intrinsic transaction patterns from parallel edges by considering edge attributes and their directed sequences, to generate effective node representations. Then in DIAM, we design a multigraph Discrepancy (MGD) module with a tailored message passing mechanism to capture the discrepant features between normal and illicit nodes over the multigraph topology, assisted by an attention mechanism. DIAM integrates these techniques for end-to-end training to detect illicit accounts from legitimate ones. Extensive experiments, comparing against 15 existing solutions on 4 large cryptocurrency datasets of Bitcoin and Ethereum, demonstrate that DIAM consistently outperforms others in accurately identifying illicit accounts. For example, on a Bitcoin dataset with 20 million nodes and 203 million edges, DIAM attains an F1 score of 96.55%, markedly surpassing the runner-up's score of 83.92%. The code is available at https://github.com/TommyDzh/DIAM.

📄 PDF Abstract BibTeX arXiv:2309.02460

Code (1)

tommydzh/diam 공식 구현 pytorch

Tasks

Feature EngineeringGraph Neural Network

Similar Papers 제목 키워드 기반

Demystifying Fraudulent Transactions and Illicit Nodes in the Bitcoin Network for Financial Forensics

2023-05-25 · Youssef Elmougy, Ling Liu

Blockchain provides the unique and accountable channel for financial forensics by mining its open and immutable transaction data. A recent surge has been witnessed by training machine learning models with cryptocurrency …

Anomaly DetectionFraud Detection

From Asset Flow to Status, Action and Intention Discovery: Early Malice Detection in Cryptocurrency

2023-09-26 · Ling Cheng, Feida Zhu, Yong Wang, Ruicheng Liang 외

Cryptocurrency has been subject to illicit activities probably more often than traditional financial assets due to the pseudo-anonymous nature of its transacting entities. An ideal detection model is expected to achieve …

feature selection

Hybrid GCN-GRU Model for Anomaly Detection in Cryptocurrency Transactions

2025-09-09 · Gyuyeon Na, Minjung Park, Hyeonjeong Cha, Soyoun Kim 외 arxiv

Blockchain transaction networks are complex, with evolving temporal patterns and inter-node relationships. To detect illicit activities, we propose a hybrid GCN-GRU model that captures both structural and sequential feat…

Anomaly Detection

Leveraging Ensemble-Based Semi-Supervised Learning for Illicit Account Detection in Ethereum DeFi Transactions

2024-12-03 · Shabnam Fazliani, Mohammad Mowlavi Sorond, Arsalan Masoudifard

The advent of smart contracts has enabled the rapid rise of Decentralized Finance (DeFi) on the Ethereum blockchain, offering substantial rewards in financial innovation and inclusivity. However, this growth has also int…

Outlier DetectionSelf-Learning

Identifying Illicit Drug Dealers on Instagram with Large-scale Multimodal Data Fusion

2021-08-18 · Chuanbo Hu, Minglei Yin, Bin Liu, Xin Li 외

Illicit drug trafficking via social media sites such as Instagram has become a severe problem, thus drawing a great deal of attention from law enforcement and public health agencies. How to identify illicit drug dealers …

Community Detection