paper-with-me

홈 › Papers

Spatio-Temporal Graph Representation Learning for Fraudster Group Detection

2022-01-07 · Saeedreza Shehnepoor, Roberto Togneri, Wei Liu, Mohammed Bennamoun

Motivated by potential financial gain, companies may hire fraudster groups to write fake reviews to either demote competitors or promote their own businesses. Such groups are considerably more successful in misleading customers, as people are more likely to be influenced by the opinion of a large group. To detect such groups, a common model is to represent fraudster groups' static networks, consequently overlooking the longitudinal behavior of a reviewer thus the dynamics of co-review relations among reviewers in a group. Hence, these approaches are incapable of excluding outlier reviewers, which are fraudsters intentionally camouflaging themselves in a group and genuine reviewers happen to co-review in fraudster groups. To address this issue, in this work, we propose to first capitalize on the effectiveness of the HIN-RNN in both reviewers' representation learning while capturing the collaboration between reviewers, we first utilize the HIN-RNN to model the co-review relations of reviewers in a group in a fixed time window of 28 days. We refer to this as spatial relation learning representation to signify the generalisability of this work to other networked scenarios. Then we use an RNN on the spatial relations to predict the spatio-temporal relations of reviewers in the group. In the third step, a Graph Convolution Network (GCN) refines the reviewers' vector representations using these predicted relations. These refined representations are then used to remove outlier reviewers. The average of the remaining reviewers' representation is then fed to a simple fully connected layer to predict if the group is a fraudster group or not. Exhaustive experiments of the proposed approach showed a 5% (4%), 12% (5%), 12% (5%) improvement over three of the most recent approaches on precision, recall, and F1-value over the Yelp (Amazon) dataset, respectively.

📄 PDF Abstract BibTeX arXiv:2201.02621

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

HIN-RNN: A Graph Representation Learning Neural Network for Fraudster Group Detection With No Handcrafted Features

2021-05-25 · Saeedreza Shehnepoor, Roberto Togneri, Wei Liu, Mohammed Bennamoun

Social reviews are indispensable resources for modern consumers' decision making. For financial gain, companies pay fraudsters preferably in groups to demote or promote products and services since consumers are more like…

Decision MakingGraph Representation LearningRepresentation LearningWord Embeddings

GCN-Based User Representation Learning for Unifying Robust Recommendation and Fraudster Detection

2020-05-20 · Shijie Zhang, Hongzhi Yin, Tong Chen, Quoc Viet Nguyen Hung 외

In recent years, recommender system has become an indispensable function in all e-commerce platforms. The review rating data for a recommender system typically comes from open platforms, which may attract a group of mali…

Recommendation SystemsRepresentation Learning

DFraud3- Multi-Component Fraud Detection freeof Cold-start

2020-06-10 · Saeedreza Shehnepoor, Roberto Togneri, Wei Liu, Mohammed Bennamoun

Fraud review detection is a hot research topic inrecent years. The Cold-start is a particularly new but significant problem referring to the failure of a detection system to recognize the authenticity of a new user. Stat…

Component ClassificationFraud DetectionGraph EmbeddingInductive Learning+1

Graph-Fraudster: Adversarial Attacks on Graph Neural Network Based Vertical Federated Learning

2021-10-13 · Jinyin Chen, Guohan Huang, Haibin Zheng, Shanqing Yu 외

Graph neural network (GNN) has achieved great success on graph representation learning. Challenged by large scale private data collected from user-side, GNN may not be able to reflect the excellent performance, without r…

Adversarial AttackFederated LearningGraph Neural NetworkGraph Representation Learning+2

Uncovering Insurance Fraud Conspiracy with Network Learning

2020-02-27 · Chen Liang, Ziqi Liu, Bin Liu, Jun Zhou 외

Fraudulent claim detection is one of the greatest challenges the insurance industry faces. Alibaba's return-freight insurance, providing return-shipping postage compensations over product return on the e-commerce platfor…

Fraud DetectionGraph Learning