paper-with-me

Papers

Graph Feature Preprocessor: Real-time Subgraph-based Feature Extraction for Financial Crime Detection

2024-02-13 · Jovan Blanuša, Maximo Cravero Baraja, Andreea Anghel, Luc von Niederhäusern, Erik Altman, Haris Pozidis, Kubilay Atasu

In this paper, we present "Graph Feature Preprocessor", a software library for detecting typical money laundering 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 detection of fraudulent financial transactions. We show that our enriched transaction features dramatically improve the prediction accuracy of gradient-boosting-based machine learning models. Our library exploits multicore parallelism, maintains a dynamic in-memory graph, and efficiently mines subgraph patterns in the incoming transaction stream, which enables it to be operated in a streaming manner. Our solution, which combines our Graph Feature Preprocessor and gradient-boosting-based machine learning models, can detect illicit transactions with higher minority-class F1 scores than standard graph neural networks in anti-money laundering and phishing datasets. In addition, the end-to-end throughput rate of our solution executed on a multicore CPU outperforms the graph neural network baselines executed on a powerful V100 GPU. Overall, the combination of high accuracy, a high throughput rate, and low latency of our solution demonstrates the practical value of our library in real-world applications.

📄 PDF Abstract BibTeX arXiv:2402.08593

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUGraph Neural Network

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Graph Neural Network 설명 없음
Library 설명 없음

Similar Papers 제목 키워드 기반

LIP: Lightweight Intelligent Preprocessor for meaningful text-to-speech

2022-07-11 · Harshvardhan Anand, Nansi Begam, Richa Verma, Sourav Ghosh 외

Existing Text-to-Speech (TTS) systems need to read messages from the email which may have Personal Identifiable Information (PII) to text messages that can have a streak of emojis and punctuation. 92% of the world's onli…

text-to-speechText to Speech

Subgraph Federated Learning with Missing Neighbor Generation

2021-06-25 · NeurIPS 2021 12 · Ke Zhang, Carl Yang, Xiaoxiao Li, Lichao Sun 외

Graphs have been widely used in data mining and machine learning due to their unique representation of real-world objects and their interactions. As graphs are getting bigger and bigger nowadays, it is common to see thei…

Federated LearningGraph Mining

Preprocessors Matter! Realistic Decision-Based Attacks on Machine Learning Systems

2022-10-07 · Chawin Sitawarin, Florian Tramèr, Nicholas Carlini

Decision-based attacks construct adversarial examples against a machine learning (ML) model by making only hard-label queries. These attacks have mainly been applied directly to standalone neural networks. However, in pr…

Self-Supervised Dynamic Graph Representation Learning via Temporal Subgraph Contrast

2021-12-16 · Linpu Jiang, Ke-Jia Chen, Jingqiang Chen

Self-supervised learning on graphs has recently drawn a lot of attention due to its independence from labels and its robustness in representation. Current studies on this topic mainly use static information such as graph…

Contrastive LearningGraph Representation LearningLink PredictionRepresentation Learning+1

Jointly learning relevant subgraph patterns and nonlinear models of their indicators

2018-07-09 · Ryo Shirakawa, Yusei Yokoyama, Fumiya Okazaki, Ichigaku Takigawa

Classification and regression in which the inputs are graphs of arbitrary size and shape have been paid attention in various fields such as computational chemistry and bioinformatics. Subgraph indicators are often used a…

Computational chemistryregression