paper-with-me

홈 › Papers

HeteFedRec: Federated Recommender Systems with Model Heterogeneity

2023-07-24 · Wei Yuan, Liang Qu, Lizhen Cui, Yongxin Tong, Xiaofang Zhou, Hongzhi Yin

Owing to the nature of privacy protection, federated recommender systems (FedRecs) have garnered increasing interest in the realm of on-device recommender systems. However, most existing FedRecs only allow participating clients to collaboratively train a recommendation model of the same public parameter size. Training a model of the same size for all clients can lead to suboptimal performance since clients possess varying resources. For example, clients with limited training data may prefer to train a smaller recommendation model to avoid excessive data consumption, while clients with sufficient data would benefit from a larger model to achieve higher recommendation accuracy. To address the above challenge, this paper introduces HeteFedRec, a novel FedRec framework that enables the assignment of personalized model sizes to participants. In HeteFedRec, we present a heterogeneous recommendation model aggregation strategy, including a unified dual-task learning mechanism and a dimensional decorrelation regularization, to allow knowledge aggregation among recommender models of different sizes. Additionally, a relation-based ensemble knowledge distillation method is proposed to effectively distil knowledge from heterogeneous item embeddings. Extensive experiments conducted on three real-world recommendation datasets demonstrate the effectiveness and efficiency of HeteFedRec in training federated recommender systems under heterogeneous settings.

📄 PDF Abstract BibTeX arXiv:2307.12810

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationmodelRecommendation Systems

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Towards Fair Federated Recommendation Learning: Characterizing the Inter-Dependence of System and Data Heterogeneity

2022-05-30 · Kiwan Maeng, Haiyu Lu, Luca Melis, John Nguyen 외

Federated learning (FL) is an effective mechanism for data privacy in recommender systems by running machine learning model training on-device. While prior FL optimizations tackled the data and system heterogeneity chall…

FairnessFederated LearningModel OptimizationRecommendation Systems

A Scenario-Oriented Survey of Federated Recommender Systems: Techniques, Challenges, and Future Directions

2025-08-27 · Yunqi Mi, Jiakui Shen, Guoshuai Zhao, Jialie Shen 외 arxiv

Extending recommender systems to federated learning (FL) frameworks to protect the privacy of users or platforms while making recommendations has recently gained widespread attention in academia. This is due to the natur…

Federated Learning

Heterogeneity-aware Cross-school Electives Recommendation: a Hybrid Federated Approach

2024-02-19 · Chengyi Ju, Jiannong Cao, Yu Yang, Zhen-Qun Yang 외

In the era of modern education, addressing cross-school learner diversity is crucial, especially in personalized recommender systems for elective course selection. However, privacy concerns often limit cross-school data …

DiversityRecommendation 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

Federated Recommendation via Hybrid Retrieval Augmented Generation

2024-03-07 · Huimin Zeng, Zhenrui Yue, Qian Jiang, Dong Wang

Federated Recommendation (FR) emerges as a novel paradigm that enables privacy-preserving recommendations. However, traditional FR systems usually represent users/items with discrete identities (IDs), suffering from perf…

HallucinationPrivacy PreservingRAGRe-Ranking+2