LGAIJun 18, 2021

Self-supervised Incremental Deep Graph Learning for Ethereum Phishing Scam Detection

arXiv:2106.10176v125 citations
Originality Incremental advance
AI Analysis

This work addresses phishing scam detection for Ethereum users, which is an incremental improvement in applying graph neural networks to blockchain security.

The paper tackles the problem of detecting phishing scams on Ethereum by addressing the challenges of label scarcity and large-scale transaction data, proposing a self-supervised incremental graph learning model that outperforms strong baselines in transductive and inductive settings.

In recent years, phishing scams have become the crime type with the largest money involved on Ethereum, the second-largest blockchain platform. Meanwhile, graph neural network (GNN) has shown promising performance in various node classification tasks. However, for Ethereum transaction data, which could be naturally abstracted to a real-world complex graph, the scarcity of labels and the huge volume of transaction data make it difficult to take advantage of GNN methods. Here in this paper, to address the two challenges, we propose a Self-supervised Incremental deep Graph learning model (SIEGE), for the phishing scam detection problem on Ethereum. In our model, two pretext tasks designed from spatial and temporal perspectives help us effectively learn useful node embedding from the huge amount of unlabelled transaction data. And the incremental paradigm allows us to efficiently handle large-scale transaction data and help the model maintain good performance when the data distribution is drastically changing. We collect transaction records about half a year from Ethereum and our extensive experiments show that our model consistently outperforms strong baselines in both transductive and inductive settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes