paper-with-me

Papers

Label Information Enhanced Fraud Detection against Low Homophily in Graphs

2023-02-21 · Yuchen Wang, Jinghui Zhang, Zhengjie Huang, Weibin Li, Shikun Feng, Ziheng Ma, Yu Sun, dianhai yu, Fang Dong, Jiahui Jin, Beilun Wang, Junzhou Luo

Node classification is a substantial problem in graph-based fraud detection. Many existing works adopt Graph Neural Networks (GNNs) to enhance fraud detectors. While promising, currently most GNN-based fraud detectors fail to generalize to the low homophily setting. Besides, label utilization has been proved to be significant factor for node classification problem. But we find they are less effective in fraud detection tasks due to the low homophily in graphs. In this work, we propose GAGA, a novel Group AGgregation enhanced TrAnsformer, to tackle the above challenges. Specifically, the group aggregation provides a portable method to cope with the low homophily issue. Such an aggregation explicitly integrates the label information to generate distinguishable neighborhood information. Along with group aggregation, an attempt towards end-to-end trainable group encoding is proposed which augments the original feature space with the class labels. Meanwhile, we devise two additional learnable encodings to recognize the structural and relational context. Then, we combine the group aggregation and the learnable encodings into a Transformer encoder to capture the semantic information. Experimental results clearly show that GAGA outperforms other competitive graph-based fraud detectors by up to 24.39% on two trending public datasets and a real-world industrial dataset from Anonymous. Even more, the group aggregation is demonstrated to outperform other label utilization methods (e.g., C&S, BoT/UniMP) in the low homophily setting.

📄 PDF Abstract BibTeX arXiv:2302.10407

Code (1)

orion-wyc/gaga 공식 구현 pytorch

Tasks

Fraud DetectionNode Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
fail 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Corporate Fraud Detection in Rich-yet-Noisy Financial Graph

2025-02-26 · Shiqi Wang, Zhibo Zhang, Libing Fang, Cam-Tu Nguyen 외

Corporate fraud detection aims to automatically recognize companies that conduct wrongful activities such as fraudulent financial statements or illegal insider trading. Previous learning-based methods fail to effectively…

Fraud DetectionKnowledge Graph Embeddings

VecAug: Unveiling Camouflaged Frauds with Cohort Augmentation for Enhanced Detection

2024-08-01 · Fei Xiao, Shaofeng Cai, Gang Chen, H. V. Jagadish 외

Fraud detection presents a challenging task characterized by ever-evolving fraud patterns and scarce labeled data. Existing methods predominantly rely on graph-based or sequence-based approaches. While graph-based approa…

Fraud DetectionRepresentation Learning

Can LLMs Find Fraudsters? Multi-level LLM Enhanced Graph Fraud Detection

2025-07-16 · Tairan Huang, Yili Wang, Qiutong Li, Changlong He 외 arxiv

Graph fraud detection has garnered significant attention as Graph Neural Networks (GNNs) have proven effective in modeling complex relationships within multimodal data. However, existing graph fraud detection methods typ…

Fraud Detection

Enhancing Graph Neural Network-based Fraud Detectors against Camouflaged Fraudsters

2020-08-19 · Yingtong Dou, Zhiwei Liu, Li Sun, Yutong Deng 외

Graph Neural Networks (GNNs) have been widely applied to fraud detection problems in recent years, revealing the suspiciousness of nodes by aggregating their neighborhood information via different relations. However, few…

Anomaly DetectionFraud DetectionGraph MiningGraph Neural Network+2

Multi-task CNN Behavioral Embedding Model For Transaction Fraud Detection

2024-11-29 · Bo Qu, Zhurong Wang, Minghao Gu, Daisuke Yagi 외

The burgeoning e-Commerce sector requires advanced solutions for the detection of transaction fraud. With an increasing risk of financial information theft and account takeovers, deep learning methods have become integra…

Fraud DetectionInductive Bias