paper-with-me

Papers

RAGFormer: Learning Semantic Attributes and Topological Structure for Fraud Detection

2024-02-27 · Haolin Li, Shuyang Jiang, Lifeng Zhang, Siyuan Du, Guangnan Ye, Hongfeng Chai

Fraud detection remains a challenging task due to the complex and deceptive nature of fraudulent activities. Current approaches primarily concentrate on learning only one perspective of the graph: either the topological structure of the graph or the attributes of individual nodes. However, we conduct empirical studies to reveal that these two types of features, while nearly orthogonal, are each independently effective. As a result, previous methods can not fully capture the comprehensive characteristics of the fraud graph. To address this dilemma, we present a novel framework called Relation-Aware GNN with transFormer~(RAGFormer) which simultaneously embeds both semantic and topological features into a target node. The simple yet effective network consists of a semantic encoder, a topology encoder, and an attention fusion module. The semantic encoder utilizes Transformer to learn semantic features and node interactions across different relations. We introduce Relation-Aware GNN as the topology encoder to learn topological features and node interactions within each relation. These two complementary features are interleaved through an attention fusion module to support prediction by both orthogonal features. Extensive experiments on two popular public datasets demonstrate that RAGFormer achieves state-of-the-art performance. The significant improvement of RAGFormer in an industrial credit card fraud detection dataset further validates the applicability of our method in real-world business scenarios.

📄 PDF Abstract BibTeX arXiv:2402.17472

Code (1)

tdlhl/RAGFormer 공식 구현 pytorch

Tasks

Fraud DetectionRelation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
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$…

Similar Papers 제목 키워드 기반

Let Relations Speak: An End-to-End LLM-GNN Soft Prompt Framework for Fraud Detection

2026-05-27 · Zhixing Zuo, Huilin He, Jiasheng Wu, Dawei Cheng arxiv

In recent years, Large Language Models (LLMs) have shown great capability in processing graph tasks such as fraud detection. However, most existing methods rely heavily on rich text attributes, which poses difficulties f…

Graph Neural NetworkFraud Detection

Learning Large-Scale Topological Maps Using Sum-Product Networks

2017-06-11 · Kaiyu Zheng

In order to perform complex actions in human environments, an autonomous robot needs the ability to understand the environment, that is, to gather and maintain spatial knowledge. Topological map is commonly used for repr…

AttributeProbabilistic Deep Learning

Quantum Topological Graph Neural Networks for Detecting Complex Fraud Patterns

2025-12-03 · Mohammad Doost, Mohammad Manthouri arxiv

We propose a novel QTGNN framework for detecting fraudulent transactions in large-scale financial networks. By integrating quantum embedding, variational graph convolutions, and topological data analysis, QTGNN captures …

Quantum Machine LearningFraud Detection

Mitigating Message Imbalance in Fraud Detection with Dual-View Graph Representation Learning

2025-07-09 · Yudan Song, Yuecen Wei, Yuhang Lu, Qingyun Sun 외 arxiv

Graph representation learning has become a mainstream method for fraud detection due to its strong expressive power, which focuses on enhancing node representations through improved neighborhood knowledge capture. Howeve…

Graph Representation LearningFraud Detection

Graph-Based Financial Fraud Detection with Calibrated Risk Scoring and Structural Regularization

2026-05-12 · Yunfei Nie, Jiawei Wang, Ruobing Yan, Yuhan Wang 외 arxiv

Financial transaction fraud prevention faces challenges such as complex relationship structures, concealed behavioral patterns, and dynamically changing data distribution. Discrimination models relying solely on independ…

Representation LearningGraph Neural NetworkFraud Detection