paper-with-me

홈 › Papers

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

2021-10-13 · Jinyin Chen, Guohan Huang, Haibin Zheng, Shanqing Yu, Wenrong Jiang, Chen Cui

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 rich features and complete adjacent relationships. Addressing the problem, vertical federated learning (VFL) is proposed to implement local data protection through training a global model collaboratively. Consequently, for graph-structured data, it is a natural idea to construct a GNN based VFL framework, denoted as GVFL. However, GNN has been proved vulnerable to adversarial attacks. Whether the vulnerability will be brought into the GVFL has not been studied. This is the first study of adversarial attacks on GVFL. A novel adversarial attack method is proposed, named Graph-Fraudster. It generates adversarial perturbations based on the noise-added global node embeddings via the privacy leakage and the gradient of pairwise node. Specifically, first, Graph-Fraudster steals the global node embeddings and sets up a shadow model of the server for the attack generator. Second, noise is added into node embeddings to confuse the shadow model. At last, the gradient of pairwise node is used to generate attacks with the guidance of noise-added node embeddings. Extensive experiments on five benchmark datasets demonstrate that Graph-Fraudster achieves the state-of-the-art attack performance compared with baselines in different GNN based GVFLs. Furthermore, Graph-Fraudster can remain a threat to GVFL even if two possible defense mechanisms are applied. Additionally, some suggestions are put forward for the future work to improve the robustness of GVFL. The code and datasets can be downloaded at https://github.com/hgh0545/Graph-Fraudster.

📄 PDF Abstract BibTeX arXiv:2110.06468

Code (1)

hgh0545/graph-fraudster 공식 구현 pytorch

Tasks

Adversarial AttackFederated LearningGraph Neural NetworkGraph Representation LearningRepresentation LearningVertical Federated Learning

Similar Papers 제목 키워드 기반

Towards Adversarially Robust Recommendation from Adaptive Fraudster Detection

2022-11-08 · Yuni Lai, Yulin Zhu, Wenqi Fan, Xiaoge Zhang 외

The robustness of recommender systems under node injection attacks has garnered significant attention. Recently, GraphRfi, a GNN-based recommender system, was proposed and shown to effectively mitigate the impact of inje…

Adversarial RobustnessRecommendation Systems

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

Query-Efficient Adversarial Attack Against Vertical Federated Graph Learning

2024-11-05 · Jinyin Chen, Wenbo Mu, Luxin Zhang, Guohan Huang 외

Graph neural network (GNN) has captured wide attention due to its capability of graph representation learning for graph-structured data. However, the distributed data silos limit the performance of GNN. Vertical federate…

Adversarial AttackFederated LearningGraph LearningGraph Neural Network+3

A General Black-box Adversarial Attack on Graph-based Fake News Detectors

2024-04-24 · Peican Zhu, Zechen Pan, Yang Liu, Jiwei Tian 외

Graph Neural Network (GNN)-based fake news detectors apply various methods to construct graphs, aiming to learn distinctive news embeddings for classification. Since the construction details are unknown for attackers in …

Adversarial AttackGraph Neural Network

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