paper-with-me

Papers

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 exploring alternative approaches, particularly those utilizing machine learning. Since criminals often collaborate in their money laundering endeavors, accounting for diverse types of customer relations and links becomes crucial. In line with this, the present paper introduces a graph neural network (GNN) approach to identify money laundering activities within a large heterogeneous network constructed from real-world bank transactions and business role data belonging to DNB, Norway's largest bank. Specifically, we extend the homogeneous GNN method known as the Message Passing Neural Network (MPNN) to operate effectively on a heterogeneous graph. As part of this procedure, we propose a novel method for aggregating messages across different edges of the graph. Our findings highlight the importance of using an appropriate GNN architecture when combining information in heterogeneous graphs. The performance results of our model demonstrate great potential in enhancing the quality of electronic surveillance systems employed by banks to detect instances of money laundering. To the best of our knowledge, this is the first published work applying GNN on a large real-world heterogeneous network for anti-money laundering purposes.

📄 PDF Abstract BibTeX arXiv:2307.13499

Code (1)

fredjo89/heterogeneous-mpnn 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Searching for Smurfs: Testing if Money Launderers Know Alert Thresholds

2023-09-22 · Rasmus Ingemann Tuffveson Jensen, Joras Ferwerda, Christian Remi Wewer

To combat money laundering, banks raise and review alerts on transactions that exceed confidential thresholds. This paper presents a data-driven approach to detect smurfing, i.e., money launderers seeking to evade detect…

counterfactual

Topology-Agnostic Detection of Temporal Money Laundering Flows in Billion-Scale Transactions

2023-09-24 · Haseeb Tariq, Marwan Hassani

Money launderers exploit the weaknesses in detection systems by purposefully placing their ill-gotten money into multiple accounts, at different banks. That money is then layered and moved around among mule accounts to o…

Community Detection

Advances in Continual Graph Learning for Anti-Money Laundering Systems: A Comprehensive Review

2025-03-31 · Bruno Deprez, Wei Wei, Wouter Verbeke, Bart Baesens 외

Financial institutions are required by regulation to report suspicious financial transactions related to money laundering. Therefore, they need to constantly monitor vast amounts of incoming and outgoing transactions. A …

Continual LearningGraph LearningGraph Neural Network

Detecting Complex Money Laundering Patterns with Incremental and Distributed Graph Modeling

2026-04-01 · Haseeb Tariq, Alen Kaja, Marwan Hassani arxiv

Money launderers take advantage of limitations in existing detection approaches by hiding their financial footprints in a deceitful manner. They manage this by replicating transaction patterns that the monitoring systems…

AMLgentex: Mobilizing Data-Driven Research to Combat Money Laundering

2025-06-03 · Johan Östman, Edvin Callisen, Anton Chen, Kristiina Ausmees 외

Money laundering enables organized crime by allowing illicit funds to enter the legitimate economy. Although trillions of dollars are laundered each year, only a small fraction is ever uncovered. This stems from a range …

Benchmarking