Skip to main content

Showing 1–5 of 5 results for author: Blanuša, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2402.08593  [pdf, other

    cs.LG cs.AI

    Graph Feature Preprocessor: Real-time Extraction of Subgraph-based Features from Transaction Graphs

    Authors: Jovan Blanuša, Maximo Cravero Baraja, Andreea Anghel, Luc von Niederhäusern, Erik Altman, Haris Pozidis, Kubilay Atasu

    Abstract: In this paper, we present "Graph Feature Preprocessor", a software library for detecting typical money laundering and fraud patterns in financial transaction graphs in real time. These patterns are used to produce a rich set of transaction features for downstream machine learning training and inference tasks such as money laundering detection. We show that our enriched transaction features dramati… ▽ More

    Submitted 13 February, 2024; originally announced February 2024.

  2. arXiv:2306.16424  [pdf, other

    cs.AI cs.LG q-fin.CP

    Realistic Synthetic Financial Transactions for Anti-Money Laundering Models

    Authors: Erik Altman, Jovan Blanuša, Luc von Niederhäusern, Béni Egressy, Andreea Anghel, Kubilay Atasu

    Abstract: With the widespread digitization of finance and the increasing popularity of cryptocurrencies, the sophistication of fraud schemes devised by cybercriminals is growing. Money laundering -- the movement of illicit funds to conceal their origins -- can cross bank and national boundaries, producing complex transaction patterns. The UN estimates 2-5\% of global GDP or \$0.8 - \$2.0 trillion dollars ar… ▽ More

    Submitted 25 January, 2024; v1 submitted 22 June, 2023; originally announced June 2023.

  3. arXiv:2306.11586  [pdf, other

    cs.LG cs.AI

    Provably Powerful Graph Neural Networks for Directed Multigraphs

    Authors: Béni Egressy, Luc von Niederhäusern, Jovan Blanusa, Erik Altman, Roger Wattenhofer, Kubilay Atasu

    Abstract: This paper analyses a set of simple adaptations that transform standard message-passing Graph Neural Networks (GNN) into provably powerful directed multigraph neural networks. The adaptations include multigraph port numbering, ego IDs, and reverse message passing. We prove that the combination of these theoretically enables the detection of any directed subgraph pattern. To validate the effectiven… ▽ More

    Submitted 4 January, 2024; v1 submitted 20 June, 2023; originally announced June 2023.

    Comments: AAAI 2024

  4. arXiv:2301.01068  [pdf, other

    cs.DS

    Fast Parallel Algorithms for Enumeration of Simple, Temporal, and Hop-Constrained Cycles

    Authors: Jovan Blanuša, Kubilay Atasu, Paolo Ienne

    Abstract: Cycles are one of the fundamental subgraph patterns and being able to enumerate them in graphs enables important applications in a wide variety of fields, including finance, biology, chemistry, and network science. However, to enable cycle enumeration in real-world applications, efficient parallel algorithms are required. In this work, we propose scalable parallelisation of state-of-the-art sequen… ▽ More

    Submitted 17 July, 2023; v1 submitted 3 January, 2023; originally announced January 2023.

    Comments: 34 pages, 21 figures, 6 tables. Extension of arXiv:2202.09685. This is the author's version of the work. It is posted here for your personal use. Not for redistribution. The definitive Version of Record is going to be published in ACM Transactions on Parallel Computing, 2023

  5. Scalable Fine-Grained Parallel Cycle Enumeration Algorithms

    Authors: Jovan Blanuša, Paolo Ienne, Kubilay Atasu

    Abstract: Enumerating simple cycles has important applications in computational biology, network science, and financial crime analysis. In this work, we focus on parallelising the state-of-the-art simple cycle enumeration algorithms by Johnson and Read-Tarjan along with their applications to temporal graphs. To our knowledge, we are the first ones to parallelise these two algorithms in a fine-grained manner… ▽ More

    Submitted 31 May, 2022; v1 submitted 19 February, 2022; originally announced February 2022.

    Comments: To be published in Proceedings of the 34th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA '22). The source codes of all the algorithms evaluated in our experiments are available here https://github.com/IBM/parallel-cycle-enumeration