paper-with-me

Papers

Financial Fraud Detection using Jump-Attentive Graph Neural Networks

2024-11-07 · Prashank Kadam

As the availability of financial services online continues to grow, the incidence of fraud has surged correspondingly. Fraudsters continually seek new and innovative ways to circumvent the detection algorithms in place. Traditionally, fraud detection relied on rule-based methods, where rules were manually created based on transaction data features. However, these techniques soon became ineffective due to their reliance on manual rule creation and their inability to detect complex data patterns. Today, a significant portion of the financial services sector employs various machine learning algorithms, such as XGBoost, Random Forest, and neural networks, to model transaction data. While these techniques have proven more efficient than rule-based methods, they still fail to capture interactions between different transactions and their interrelationships. Recently, graph-based techniques have been adopted for financial fraud detection, leveraging graph topology to aggregate neighborhood information of transaction data using Graph Neural Networks (GNNs). Despite showing improvements over previous methods, these techniques still struggle to keep pace with the evolving camouflaging tactics of fraudsters and suffer from information loss due to over-smoothing. In this paper, we propose a novel algorithm that employs an efficient neighborhood sampling method, effective for camouflage detection and preserving crucial feature information from non-similar nodes. Additionally, we introduce a novel GNN architecture that utilizes attention mechanisms and preserves holistic neighborhood information to prevent information loss. We test our algorithm on financial data to show that our method outperforms other state-of-the-art graph algorithms.

📄 PDF Abstract BibTeX arXiv:2411.05857

Code (1)

foobar777x/ja-gnn-exp 공식 구현 pytorch

Tasks

Fraud Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Semi-supervised Graph Attentive Network for Financial Fraud Detection

2020-02-28 · Daixin Wang, Jianbin Lin, Peng Cui, Quanhui Jia 외

With the rapid growth of financial services, fraud detection has been a very important problem to guarantee a healthy environment for both users and providers. Conventional solutions for fraud detection mainly use some r…

Fraud DetectionGraph Neural Network

Dynamic Relation-Attentive Graph Neural Networks for Fraud Detection

2023-10-06 · Heehyeon Kim, Jinhyeok Choi, Joyce Jiyoung Whang

Fraud detection aims to discover fraudsters deceiving other users by, for example, leaving fake reviews or making abnormal transactions. Graph-based fraud detection methods consider this task as a classification problem …

Fraud DetectionGraph AttentionRelation

Financial Fraud Detection using Quantum Graph Neural Networks

2023-09-03 · Nouhaila Innan, Abhishek Sawaika, Ashim Dhor, Siddhant Dutta 외

Financial fraud detection is essential for preventing significant financial losses and maintaining the reputation of financial institutions. However, conventional methods of detecting financial fraud have limited effecti…

Fraud Detection

TSAI-MetaFraud: A Benchmark Dataset for Financial Fraud Transaction and Behavioral Risk Detection in Metaverse Ecosystems

2026-07-10 · Refat Ishrak Hemel, Ehsan Hallaji, Roozbeh Razavi-Far arxiv

The emergence of metaverse platforms has created virtual economies that introduce new challenges related to fraud, bot activity, and illicit financial behavior. Despite growing interest in trustworthy metaverse analytics…

Node ClassificationLink PredictionFraud Detection

Graph Neural Networks for Financial Fraud Detection: A Review

2024-11-01 · Dawei Cheng, Yao Zou, Sheng Xiang, Changjun Jiang

The landscape of financial transactions has grown increasingly complex due to the expansion of global economic integration and advancements in information technology. This complexity poses greater challenges in detecting…

Fraud Detection