paper-with-me

홈 › Papers

LineMVGNN: Anti-Money Laundering with Line-Graph-Assisted Multi-View Graph Neural Networks

2026-03-24 · Chung-Hoo Poon, James Kwok, Calvin Chow, Jang-Hyeon Choi arxiv

Anti-money laundering (AML) systems are important for protecting the global economy. However, conventional rule-based methods rely on domain knowledge, leading to suboptimal accuracy and a lack of scalability. Graph neural networks (GNNs) for digraphs (directed graphs) can be applied to transaction graphs and capture suspicious transactions or accounts. However, most spectral GNNs do not naturally support multi-dimensional edge features, lack interpretability due to edge modifications, and have limited scalability owing to their spectral nature. Conversely, most spatial methods may not capture the money flow well. Therefore, in this work, we propose LineMVGNN (Line-Graph-Assisted Multi-View Graph Neural Network), a novel spatial method that considers payment and receipt transactions. Specifically, the LineMVGNN model extends a lightweight MVGNN module, which performs two-way message passing between nodes in a transaction graph. Additionally, LineMVGNN incorporates a line graph view of the original transaction graph to enhance the propagation of transaction information. We conduct experiments on two real-world account-based transaction datasets: the Ethereum phishing transaction network dataset and a financial payment transaction dataset from one of our industry partners. The results show that our proposed method outperforms state-of-the-art methods, reflecting the effectiveness of money laundering detection with line-graph-assisted multi-view graph learning. We also discuss scalability, adversarial robustness, and regulatory considerations of our proposed method.

📄 PDF Abstract BibTeX arXiv:2603.23584

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessGraph Neural NetworkGraph Learning

Similar Papers 제목 키워드 기반

Catch Me If You Can: Semi-supervised Graph Learning for Spotting Money Laundering

2023-02-23 · Md. Rezaul Karim, Felix Hermsen, Sisay Adugna Chala, Paola de Perthuis 외

Money laundering is the process where criminals use financial services to move massive amounts of illegal money to untraceable destinations and integrate them into legitimate financial systems. It is very crucial to iden…

Graph Learning

Finding Money Launderers Using Heterogeneous Graph Neural Networks

2023-07-25 · Fredrik Johannessen, Martin Jullum

Current anti-money laundering (AML) systems, predominantly rule-based, exhibit notable shortcomings in efficiently and precisely detecting instances of money laundering. As a result, there has been a recent surge toward …

Graph Neural Network

Graph-Driven Cross-Industry Real-Time Monitoring Framework for Anti-Money Laundering Detection in Converged Mobility-Energy Supply Chain Networks

2026-05-13 · Rong Liu, Xiaojun Xiao, Zhanqing Su arxiv

With the deep integration of the travel and energy industries, cross-industry supply chain finance has gradually become a high-risk field of hidden money laundering incidents. For this reason, this work proposes a graph-…

Contrastive LearningGraph Neural Network

Exploring the In-Context Learning Capabilities of LLMs for Money Laundering Detection in Financial Graphs

2025-07-20 · Erfan Pirmorad arxiv

The complexity and interconnectivity of entities involved in money laundering demand investigative reasoning over graph-structured data. This paper explores the use of large language models (LLMs) as reasoning engines ov…

DELATOR: Money Laundering Detection via Multi-Task Learning on Large Transaction Graphs

2022-05-20 · Henrique S. Assumpção, Fabrício Souza, Leandro Lacerda Campos, Vinícius T. de Castro Pires 외

Money laundering has become one of the most relevant criminal activities in modern societies, as it causes massive financial losses for governments, banks and other institutions. Detecting such activities is among the to…

Financial AnalysisMulti-Task LearningNode Classification