paper-with-me

Papers

Revisiting Graph-Based Fraud Detection in Sight of Heterophily and Spectrum

2023-12-11 · Fan Xu, Nan Wang, Hao Wu, Xuezhi Wen, Xibin Zhao, Hai Wan

Graph-based fraud detection (GFD) can be regarded as a challenging semi-supervised node binary classification task. In recent years, Graph Neural Networks (GNN) have been widely applied to GFD, characterizing the anomalous possibility of a node by aggregating neighbor information. However, fraud graphs are inherently heterophilic, thus most of GNNs perform poorly due to their assumption of homophily. In addition, due to the existence of heterophily and class imbalance problem, the existing models do not fully utilize the precious node label information. To address the above issues, this paper proposes a semi-supervised GNN-based fraud detector SEC-GFD. This detector includes a hybrid filtering module and a local environmental constraint module, the two modules are utilized to solve heterophily and label utilization problem respectively. The first module starts from the perspective of the spectral domain, and solves the heterophily problem to a certain extent. Specifically, it divides the spectrum into various mixed-frequency bands based on the correlation between spectrum energy distribution and heterophily. Then in order to make full use of the node label information, a local environmental constraint module is adaptively designed. The comprehensive experimental results on four real-world fraud detection datasets denote that SEC-GFD outperforms other competitive graph-based fraud detectors. We release our code at https://github.com/Sunxkissed/SEC-GFD.

📄 PDF Abstract BibTeX arXiv:2312.06441

Code (1)

sunxkissed/sec-gfd 공식 구현 pytorch

Tasks

Binary ClassificationFraud Detection

Similar Papers 제목 키워드 기반

A Label-Free Heterophily-Guided Approach for Unsupervised Graph Fraud Detection

2025-02-18 · Junjun Pan, Yixin Liu, Xin Zheng, Yizhen Zheng 외

Graph fraud detection (GFD) has rapidly advanced in protecting online services by identifying malicious fraudsters. Recent supervised GFD research highlights that heterophilic connections between fraudsters and users can…

Fraud Detection

SplitGNN: Spectral Graph Neural Network for Fraud Detection against Heterophily

2023-10-21 · CIKM 2023 10 · Bin Wu, Xinyu Yao, Boyan Zhang, Kuo-Ming Chao 외

Fraudsters in the real world frequently add more legitimate links while concealing their direct ones with other fraudsters, leading to heterophily in fraud graphs, which is a problem that most GNN-based techniques are no…

Fraud DetectionGraph Neural NetworkNode Classification

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

Graph-Based Fraud Detection with Dual-Path Graph Filtering

2026-04-14 · Wei He, Wensheng Gan, Philip S. Yu arxiv

Fraud detection on graph data can be viewed as a demanding task that requires distinguishing between different types of nodes. Because graph neural networks (GNNs) are naturally suited for processing information encoded …

Representation LearningFraud Detection

Dual-channel Heterophilic Message Passing for Graph Fraud Detection

2025-04-19 · Wenxin Zhang, Jingxing Zhong, Guangzhen Yao, Renda Han 외

Fraudulent activities have significantly increased across various domains, such as e-commerce, online review platforms, and social networks, making fraud detection a critical task. Spatial Graph Neural Networks (GNNs) ha…

Fraud DetectionInductive BiasInductive Learning