paper-with-me

홈 › Papers

Lossless and Privacy-Preserving Graph Convolution Network for Federated Item Recommendation

2024-12-02 · Guowei Wu, Weike Pan, Qiang Yang, Zhong Ming

Graph neural network (GNN) has emerged as a state-of-the-art solution for item recommendation. However, existing GNN-based recommendation methods rely on a centralized storage of fragmented user-item interaction sub-graphs and training on an aggregated global graph, which will lead to privacy concerns. As a response, some recent works develop GNN-based federated recommendation methods by exploiting decentralized and fragmented user-item sub-graphs in order to preserve user privacy. However, due to privacy constraints, the graph convolution process in existing federated recommendation methods is incomplete compared with the centralized counterpart, causing a degradation of the recommendation performance. In this paper, we propose a novel lossless and privacy-preserving graph convolution network (LP-GCN), which fully completes the graph convolution process with decentralized user-item interaction sub-graphs while ensuring privacy. It is worth mentioning that its performance is equivalent to that of the non-federated (i.e., centralized) counterpart. Moreover, we validate its effectiveness through both theoretical analysis and empirical studies. Extensive experiments on three real-world datasets show that our LP-GCN outperforms the existing federated recommendation methods. The code will be publicly available once the paper is accepted.

📄 PDF Abstract BibTeX arXiv:2412.01141

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkPrivacy Preserving

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 제목 키워드 기반

FedXGBoost: Privacy-Preserving XGBoost for Federated Learning

2021-06-20 · Nhan Khanh Le, Yang Liu, Quang Minh Nguyen, Qingchen Liu 외

Federated learning is the distributed machine learning framework that enables collaborative training across multiple parties while ensuring data privacy. Practical adaptation of XGBoost, the state-of-the-art tree boostin…

Federated LearningPrivacy Preserving

SecureBoost: A Lossless Federated Learning Framework

2019-01-25 · Kewei Cheng, Tao Fan, Yilun Jin, Yang Liu 외

The protection of user privacy is an important concern in machine learning, as evidenced by the rolling out of the General Data Protection Regulation (GDPR) in the European Union (EU) in May 2018. The GDPR is designed to…

BIG-bench Machine LearningEntity AlignmentFederated LearningPrivacy Preserving

Lossless Privacy-Preserving Aggregation for Decentralized Federated Learning

2025-01-08 · Xiaoye Miao, Bin Li, Yangyang Wu, Meng Xi 외

Privacy concerns arise as sensitive data proliferate. Despite decentralized federated learning (DFL) aggregating gradients from neighbors to avoid direct data transmission, it still poses indirect data leaks from the tra…

Federated LearningPrivacy Preserving

P4GCN: Vertical Federated Social Recommendation with Privacy-Preserving Two-Party Graph Convolution Network

2024-10-16 · Zheng Wang, Wanwan Wang, Yimin Huang, Zhaopeng Peng 외

In recent years, graph neural networks (GNNs) have been commonly utilized for social recommendation systems. However, real-world scenarios often present challenges related to user privacy and business constraints, inhibi…

Privacy PreservingRecommendation Systems

GNN4FR: A Lossless GNN-based Federated Recommendation Framework

2023-07-25 · Guowei Wu, Weike Pan, Zhong Ming

Graph neural networks (GNNs) have gained wide popularity in recommender systems due to their capability to capture higher-order structure information among the nodes of users and items. However, these methods need to col…

Recommendation Systems