LGCEETJan 29

Synthetic Pattern Generation and Detection of Financial Activities using Graph Autoencoders

arXiv:2601.21446v1h-index: 2
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of detecting money laundering in financial networks where real data is scarce and private, offering a potential AI-driven tool, though it is incremental as it applies existing methods to synthetic data.

The paper tackled the problem of detecting illicit financial activities like money laundering by using Graph Autoencoders (GAEs) trained on synthetic data to learn topological patterns, with GAE-GCN achieving the most consistent reconstruction performance across patterns.

Illicit financial activities such as money laundering often manifest through recurrent topological patterns in transaction networks. Detecting these patterns automatically remains challenging due to the scarcity of labeled real-world data and strict privacy constraints. To address this, we investigate whether Graph Autoencoders (GAEs) can effectively learn and distinguish topological patterns that mimic money laundering operations when trained on synthetic data. The analysis consists of two phases: (i) data generation, where synthetic samples are created for seven well-known illicit activity patterns using parametrized generators that preserve structural consistency while introducing realistic variability; and (ii) model training and validation, where separate GAEs are trained on each pattern without explicit labels, relying solely on reconstruction error as an indicator of learned structure. We compare three GAE implementations based on three distinct convolutional layers: Graph Convolutional (GAE-GCN), GraphSAGE (GAE-SAGE), and Graph Attention Network (GAE-GAT). Experimental results show that GAE-GCN achieves the most consistent reconstruction performance across patterns, while GAE-SAGE and GAE-GAT exhibit competitive results only in few specific patterns. These findings suggest that graph-based representation learning on synthetic data provides a viable path toward developing AI-driven tools for detecting illicit behaviors, overcoming the limitations of financial datasets.

Foundations

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

Your Notes