paper-with-me

Papers

Personalized Federated Recommendation via Joint Representation Learning, User Clustering, and Model Adaptation

2022-08-19 · Sichun Luo, Yuanzhang Xiao, Linqi Song

Federated recommendation applies federated learning techniques in recommendation systems to help protect user privacy by exchanging models instead of raw user data between user devices and the central server. Due to the heterogeneity in user's attributes and local data, attaining personalized models is critical to help improve the federated recommendation performance. In this paper, we propose a Graph Neural Network based Personalized Federated Recommendation (PerFedRec) framework via joint representation learning, user clustering, and model adaptation. Specifically, we construct a collaborative graph and incorporate attribute information to jointly learn the representation through a federated GNN. Based on these learned representations, we cluster users into different user groups and learn personalized models for each cluster. Then each user learns a personalized model by combining the global federated model, the cluster-level federated model, and the user's fine-tuned local model. To alleviate the heavy communication burden, we intelligently select a few representative users (instead of randomly picked users) from each cluster to participate in training. Experiments on real-world datasets show that our proposed method achieves superior performance over existing methods.

📄 PDF Abstract BibTeX arXiv:2208.09375

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClusteringFederated LearningGraph Neural NetworkRecommendation SystemsRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

Personalized and Multi-View Representation for Federated Cold-Start Recommendation

2026-08-28 · Jaehyung Lim, Wonbin Kweon, Woojoo Kim, Junyoung Kim 외 arxiv

Federated recommendation (FedRec) enables personalized modeling without centralizing users' interaction histories, but most existing methods assume a fixed item pool and thus overlook the practical cold-item setting wher…

Graph Federated Learning for Personalized Privacy Recommendation

2025-08-08 · Ce Na, Kai Yang, Dengzhao Fang, Yu Li 외 arxiv

Federated recommendation systems (FedRecs) have gained significant attention for providing privacy-preserving recommendation services. However, existing FedRecs assume that all users have the same requirements for privac…

Recommendation SystemsFederated Learning

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

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,…