paper-with-me

Papers

FedRKG: A Privacy-preserving Federated Recommendation Framework via Knowledge Graph Enhancement

2024-01-20 · Dezhong Yao, Tongtong Liu, Qi Cao, Hai Jin

Federated Learning (FL) has emerged as a promising approach for preserving data privacy in recommendation systems by training models locally. Recently, Graph Neural Networks (GNN) have gained popularity in recommendation tasks due to their ability to capture high-order interactions between users and items. However, privacy concerns prevent the global sharing of the entire user-item graph. To address this limitation, some methods create pseudo-interacted items or users in the graph to compensate for missing information for each client. Unfortunately, these methods introduce random noise and raise privacy concerns. In this paper, we propose FedRKG, a novel federated recommendation system, where a global knowledge graph (KG) is constructed and maintained on the server using publicly available item information, enabling higher-order user-item interactions. On the client side, a relation-aware GNN model leverages diverse KG relationships. To protect local interaction items and obscure gradients, we employ pseudo-labeling and Local Differential Privacy (LDP). Extensive experiments conducted on three real-world datasets demonstrate the competitive performance of our approach compared to centralized algorithms while ensuring privacy preservation. Moreover, FedRKG achieves an average accuracy improvement of 4% compared to existing federated learning baselines.

📄 PDF Abstract BibTeX arXiv:2401.11089

Code (1)

ttliu98/fedrkg 공식 구현 pytorch

Tasks

Federated LearningPrivacy PreservingRecommendation Systems

Similar Papers 제목 키워드 기반

A Federated Multi-View Deep Learning Framework for Privacy-Preserving Recommendations

2020-08-25 · Mingkai Huang, Hao Li, Bing Bai, Chang Wang 외

Privacy-preserving recommendations are recently gaining momentum, since the decentralized user data is increasingly harder to collect, by recommendation service providers, due to the serious concerns over user privacy an…

Collaborative FilteringFederated LearningPrivacy Preserving

Federated Continual Recommendation

2025-08-06 · Jaehyung Lim, Wonbin Kweon, Woojoo Kim, Junyoung Kim 외 arxiv

The increasing emphasis on privacy in recommendation systems has led to the adoption of Federated Learning (FL) as a privacy-preserving solution, enabling collaborative training without sharing user data. While Federated…

Recommendation SystemsFederated LearningContinual Learning

Efficient-FedRec: Efficient Federated Learning Framework for Privacy-Preserving News Recommendation

2021-09-12 · EMNLP 2021 11 · Jingwei Yi, Fangzhao Wu, Chuhan Wu, Ruixuan Liu 외

News recommendation is critical for personalized news access. Most existing news recommendation methods rely on centralized storage of users' historical news click behavior data, which may lead to privacy concerns and ha…

Federated LearningNews RecommendationPrivacy Preserving

UFGraphFR: An attempt at a federated recommendation system based on user text characteristics

2025-01-14 · Xudong Wang

Federated learning has emerged as a key paradigm in privacy-preserving computing due to its "data usable but not visible" property, enabling users to collaboratively train models without sharing raw data. Motivated by th…

AttributeFederated Learninggraph constructionPrivacy Preserving+1

FastPFRec: A Fast Personalized Federated Recommendation with Secure Sharing

2026-03-18 · Zhenxing Yan, Jidong Yuan, Yongqi Sun, Haiyang Liu 외 arxiv

Graph neural network (GNN)-based federated recommendation systems effectively capture user-item relationships while preserving data privacy. However, existing methods often face slow convergence on graph data and privacy…

Recommendation SystemsGraph Neural Network