paper-with-me

홈 › Papers

FedGNN: Federated Graph Neural Network for Privacy-Preserving Recommendation

2021-02-09 · Chuhan Wu, Fangzhao Wu, Yang Cao, Yongfeng Huang, Xing Xie

Graph neural network (GNN) is widely used for recommendation to model high-order interactions between users and items. Existing GNN-based recommendation methods rely on centralized storage of user-item graphs and centralized model learning. However, user data is privacy-sensitive, and the centralized storage of user-item graphs may arouse privacy concerns and risk. In this paper, we propose a federated framework for privacy-preserving GNN-based recommendation, which can collectively train GNN models from decentralized user data and meanwhile exploit high-order user-item interaction information with privacy well protected. In our method, we locally train GNN model in each user client based on the user-item graph inferred from the local user-item interaction data. Each client uploads the local gradients of GNN to a server for aggregation, which are further sent to user clients for updating local GNN models. Since local gradients may contain private information, we apply local differential privacy techniques to the local gradients to protect user privacy. In addition, in order to protect the items that users have interactions with, we propose to incorporate randomly sampled items as pseudo interacted items for anonymity. To incorporate high-order user-item interactions, we propose a user-item graph expansion method that can find neighboring users with co-interacted items and exchange their embeddings for expanding the local user-item graphs in a privacy-preserving way. Extensive experiments on six benchmark datasets validate that our approach can achieve competitive results with existing centralized GNN-based recommendation methods and meanwhile effectively protect user privacy.

📄 PDF Abstract BibTeX arXiv:2102.04925

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningGraph Neural NetworkPrivacy PreservingRecommendation Systems

Similar Papers 제목 키워드 기반

Backdoor Attack on Vertical Federated Graph Neural Network Learning

2024-10-15 · Jirui Yang, Peng Chen, Zhihui Lu, Ruijun Deng 외

Federated Graph Neural Network (FedGNN) integrate federated learning (FL) with graph neural networks (GNNs) to enable privacy-preserving training on distributed graph data. Vertical Federated Graph Neural Network (VFGNN)…

Backdoor AttackFederated LearningGraph Neural NetworkPrivacy Preserving

Fed-Listing: Federated Label Distribution Inference in Graph Neural Networks

2026-01-30 · Suprim Nakarmi, Junggab Son, Yue Zhao, Zuobin Xiong arxiv

Federated Graph Neural Networks (FedGNNs) facilitate collaborative learning across multiple clients with graph-structured data while preserving user privacy. However, emerging research indicates that within this setting,…

Federated Learning

Provably Communication-Efficient and Privacy-Preserving Federated Graph Neural Networks

2026-05-25 · Zhishuai Guo, Wenhan Wu, Chen Chen, Lei Zhang 외 arxiv

Graph neural networks (GNNs) achieve strong performance on relational data, but real-world graphs are often distributed across organizations that cannot share raw data due to privacy and policy constraints. Existing fede…

Federated Graph Neural Networks: Overview, Techniques and Challenges

2022-02-15 · Rui Liu, Pengwei Xing, Zichao Deng, Anran Li 외

With its capability to deal with graph data, which is widely found in practical applications, graph neural networks (GNNs) have attracted significant research attention in recent years. As societies become increasingly c…

Federated LearningSurvey

Bkd-FedGNN: A Benchmark for Classification Backdoor Attacks on Federated Graph Neural Network

2023-06-17 · Fan Liu, Siqi Lai, Yansong Ning, Hao liu

Federated Graph Neural Network (FedGNN) has recently emerged as a rapidly growing research topic, as it integrates the strengths of graph neural networks and federated learning to enable advanced machine learning applica…

Backdoor AttackFederated LearningGraph Neural Network