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

Haseeb Tariq,Marwan Hassani
2023-09-24
Abstract: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 obscure the origin and the flow of transactions. Consequently, the money is integrated into the financial system without raising suspicion. Path finding algorithms that aim at tracking suspicious flows of money usually struggle with scale and complexity. Existing community detection techniques also fail to properly capture the time-dependent relationships. This is particularly evident when performing analytics over massive transaction graphs. We propose a framework (called FaSTMAN), adapted for domain-specific constraints, to efficiently construct a temporal graph of sequential transactions. The framework includes a weighting method, using 2nd order graph representation, to quantify the significance of the edges. This method enables us to distribute complex queries on smaller and densely connected networks of flows. Finally, based on those queries, we can effectively identify networks of suspicious flows. We extensively evaluate the scalability and the effectiveness of our framework against two state-of-the-art solutions for detecting suspicious flows of transactions. For a dataset of over 1 Billion transactions from multiple large European banks, the results show a clear superiority of our framework both in efficiency and usefulness.
Machine Learning,Social and Information Networks,Statistical Finance
What problem does this paper attempt to address?
### Problems Addressed by the Paper The paper aims to address the challenges of detecting money laundering activities in financial systems, particularly the issue of detecting temporal dependency relationships in large-scale transaction data. Specifically, the paper proposes a framework named FaSTM∀N for efficiently constructing temporal graphs of large-scale transactions and improving existing money laundering detection methods through the following ways: 1. **Scalable Method**: Save and retrieve all possible money flows as temporal graphs, generate temporal graphs in a distributed manner, and enable instant jumps to any point in the graph. 2. **Novel Weighting Method**: Utilize higher-order graph representations to quantify the sequential transaction relationships of temporal dependencies, thereby removing unimportant edges and improving query efficiency. 3. **Topology-Independent Detection**: FaSTM∀N can detect complex and unknown money flow patterns without parameters when defining topological attributes (such as the number of distributing accounts, intermediary accounts, and receiving accounts, path length, and hop count). ### Summary The paper primarily addresses the limitations of existing money laundering detection systems in handling large-scale multi-bank transaction data, particularly the inability to effectively capture long time spans and complex paths. By proposing the FaSTM∀N framework, the authors demonstrate its superior performance on large-scale real datasets, not only improving detection efficiency but also enhancing the ability to identify abnormal money flow networks.