LG-VGAE: a local and global collaborative variational graph autoencoder for detecting crypto money laundering
摘要
Graph neural networks (GNNs) have emerged as a promising method for anti-money laundering (AML) applications. However, existing semi-supervised GNN models often collaborate with downstream classifiers in a monotonous manner and tend to focus solely on local or global information. To address these limitations, we propose an unsupervised graph representation learning model called local and global collaborative variational graph autoencoder (LG-VGAE) for detecting cryptocurrency money laundering. Our model seamlessly integrates GNNs that concentrate on both local information and global structure into a unified framework. In experiments using the Elliptic dataset, the representation learned by LG-VGAE improves the precision, recall, and F1 score of the random forest (RF) classifier by 3.7%, 7.0%, and 5.7%, respectively, achieving state-of-the-art results. The experimental results show that the proposed LG-VGAE can better capture financial anomalies and enhance the performance of downstream classifiers. The construction of this graph representation learning model provides a new way of introducing GNNs into AML. Our code and data are released at https://github.com/AnguoCYF/LG-VGAE.