paper-with-me

Papers

FedGRec: Federated Graph Recommender System with Lazy Update of Latent Embeddings

2022-10-25 · Junyi Li, Heng Huang

Recommender systems are widely used in industry to improve user experience. Despite great success, they have recently been criticized for collecting private user data. Federated Learning (FL) is a new paradigm for learning on distributed data without direct data sharing. Therefore, Federated Recommender (FedRec) systems are proposed to mitigate privacy concerns to non-distributed recommender systems. However, FedRec systems have a performance gap to its non-distributed counterpart. The main reason is that local clients have an incomplete user-item interaction graph, thus FedRec systems cannot utilize indirect user-item interactions well. In this paper, we propose the Federated Graph Recommender System (FedGRec) to mitigate this gap. Our FedGRec system can effectively exploit the indirect user-item interactions. More precisely, in our system, users and the server explicitly store latent embeddings for users and items, where the latent embeddings summarize different orders of indirect user-item interactions and are used as a proxy of missing interaction graph during local training. We perform extensive empirical evaluations to verify the efficacy of using latent embeddings as a proxy of missing interaction graph; the experimental results show superior performance of our system compared to various baselines. A short version of the paper is presented in \href{https://federated-learning.org/fl-neurips-2022/}{the FL-NeurIPS'22 workshop}.

📄 PDF Abstract BibTeX arXiv:2210.13686

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningRecommendation Systems

Similar Papers 제목 키워드 기반

FedGRec: Dynamic Spatio-Temporal Federated Graph Learning for Secure and Efficient Cross-Border Recommendations

2025-05-15 · Zhizhong Tan, Jiexin Zheng, Xingxing Yang, Chi Zhang 외

Due to the highly sensitive nature of certain data in cross-border sharing, collaborative cross-border recommendations and data sharing are often subject to stringent privacy protection regulations, resulting in insuffic…

Federated LearningGraph LearningPrivacy PreservingRepresentation Learning

Finding Local Experts for Dynamic Recommendations Using Lazy Random Walk

2020-07-29 · Diyah Puspitaningrum, Julio Fernando, Edo Afriando, Ferzha Putra Utama 외

Statistics based privacy-aware recommender systems make suggestions more powerful by extracting knowledge from the log of social contacts interactions, but unfortunately, they are static. Moreover, advice from local expe…

Recommendation Systems

Practical and Secure Federated Recommendation with Personalized Masks

2021-08-18 · Liu Yang, Junxue Zhang, Di Chai, Leye Wang 외

Federated recommendation addresses the data silo and privacy problems altogether for recommender systems. Current federated recommender systems mainly utilize cryptographic or obfuscation methods to protect the original …

Federated LearningRecommendation Systems

PerFedRec++: Enhancing Personalized Federated Recommendation with Self-Supervised Pre-Training

2023-05-11 · Sichun Luo, Yuanzhang Xiao, Xinyi Zhang, Yang Liu 외

Federated recommendation systems employ federated learning techniques to safeguard user privacy by transmitting model parameters instead of raw user data between user devices and the central server. Nevertheless, the cur…

Federated LearningGraph LearningGraph Neural NetworkPrivacy Preserving+2

Low-pass Personalized Subgraph Federated Recommendation

2026-03-20 · Wooseok Sim, Hogun Park arxiv

Federated Recommender Systems (FRS) preserve privacy by training decentralized models on client-specific user-item subgraphs without sharing raw data. However, FRS faces a unique challenge: subgraph structural imbalance,…