paper-with-me

Papers

Transaction Fraud Detection via Spatial-Temporal-Aware Graph Transformer

2023-07-11 · Yue Tian, Guanjun Liu

How to obtain informative representations of transactions and then perform the identification of fraudulent transactions is a crucial part of ensuring financial security. Recent studies apply Graph Neural Networks (GNNs) to the transaction fraud detection problem. Nevertheless, they encounter challenges in effectively learning spatial-temporal information due to structural limitations. Moreover, few prior GNN-based detectors have recognized the significance of incorporating global information, which encompasses similar behavioral patterns and offers valuable insights for discriminative representation learning. Therefore, we propose a novel heterogeneous graph neural network called Spatial-Temporal-Aware Graph Transformer (STA-GT) for transaction fraud detection problems. Specifically, we design a temporal encoding strategy to capture temporal dependencies and incorporate it into the graph neural network framework, enhancing spatial-temporal information modeling and improving expressive ability. Furthermore, we introduce a transformer module to learn local and global information. Pairwise node-node interactions overcome the limitation of the GNN structure and build up the interactions with the target node and long-distance ones. Experimental results on two financial datasets compared to general GNN models and GNN-based fraud detectors demonstrate that our proposed method STA-GT is effective on the transaction fraud detection task.

📄 PDF Abstract BibTeX arXiv:2307.05121

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionGraph Neural NetworkRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Graph Neural Network 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Graph Neural Network for Fraud Detection via Spatial-Temporal Attention

2020-09-23 · TKDE 2020 9 · Dawei Cheng, Xiaoyang Wang, Ying Zhang, Liqing Zhang

Card fraud is an important issue and incurs a considerable cost for both cardholders and issuing banks. Contemporary methods apply machine learning-based approaches to detect fraudulent behavior from transaction records.…

Fraud DetectionGraph Neural Network

Spatio-Temporal Attention-Based Neural Network for Credit Card Fraud Detection

2020-04-03 · AAAI 2020 4 · Dawei Cheng, Sheng Xiang, Chencheng Shang, Yiyi Zhang 외

Credit card fraud is an important issue and incurs a considerable cost for both cardholders and issuing institutions. Contemporary methods apply machine learning-based approaches to detect fraudulent behavior from transa…

Fraud Detection

Temporal-Aware Graph Attention Network for Cryptocurrency Transaction Fraud Detection

2025-06-26 · Zhi Zheng, Bochuan Zhou, Yuping Song

Cryptocurrency transaction fraud detection faces the dual challenges of increasingly complex transaction patterns and severe class imbalance. Traditional methods rely on manual feature engineering and struggle to capture…

Anomaly DetectionFeature EngineeringFraud DetectionGraph Anomaly Detection+1

A Multi-Scale Graph Learning Framework with Temporal Consistency Constraints for Financial Fraud Detection in Transaction Networks under Non-Stationary Conditions

2026-03-15 · Yiming Lei, Qiannan Shen, Junhao Song arxiv

Financial fraud detection in transaction networks involves modeling sparse anomalies, dynamic patterns, and severe class imbalance in the presence of temporal drift in the data. In real-world transaction systems, a suspi…

Fraud DetectionGraph Learning

Semi-supervised Credit Card Fraud Detection via Attribute-Driven Graph Representation

2024-12-24 · AAAI 2023 6 · Sheng Xiang, Mingzhi Zhu, Dawei Cheng, Enxia Li 외

Credit card fraud incurs a considerable cost for both cardholders and issuing banks. Contemporary methods apply machine learning-based classifiers to detect fraudulent behavior from labeled transaction records. But label…

AttributeFraud DetectionGraph Neural Network