paper-with-me

Papers

Personalized Federated Recommender Systems with Private and Partially Federated AutoEncoders

2022-12-17 · Qi Le, Enmao Diao, Xinran Wang, Ali Anwar, Vahid Tarokh, Jie Ding

Recommender Systems (RSs) have become increasingly important in many application domains, such as digital marketing. Conventional RSs often need to collect users' data, centralize them on the server-side, and form a global model to generate reliable recommendations. However, they suffer from two critical limitations: the personalization problem that the RSs trained traditionally may not be customized for individual users, and the privacy problem that directly sharing user data is not encouraged. We propose Personalized Federated Recommender Systems (PersonalFR), which introduces a personalized autoencoder-based recommendation model with Federated Learning (FL) to address these challenges. PersonalFR guarantees that each user can learn a personal model from the local dataset and other participating users' data without sharing local data, data embeddings, or models. PersonalFR consists of three main components, including AutoEncoder-based RSs (ARSs) that learn the user-item interactions, Partially Federated Learning (PFL) that updates the encoder locally and aggregates the decoder on the server-side, and Partial Compression (PC) that only computes and transmits active model parameters. Extensive experiments on two real-world datasets demonstrate that PersonalFR can achieve private and personalized performance comparable to that trained by centralizing all users' data. Moreover, PersonalFR requires significantly less computation and communication overhead than standard FL baselines.

📄 PDF Abstract BibTeX arXiv:2212.08779

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderFederated LearningMarketingRecommendation Systems

Similar Papers 제목 키워드 기반

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

Comprehensive Privacy Analysis on Federated Recommender System against Attribute Inference Attacks

2022-05-24 · Shijie Zhang, Wei Yuan, Hongzhi Yin

In recent years, recommender systems are crucially important for the delivery of personalized services that satisfy users' preferences. With personalized recommendation services, users can enjoy a variety of recommendati…

AttributeInference AttackPrivacy PreservingRecommendation Systems

User Consented Federated Recommender System Against Personalized Attribute Inference Attack

2023-12-23 · Qi Hu, Yangqiu Song

Recommender systems can be privacy-sensitive. To protect users' private historical interactions, federated learning has been proposed in distributed learning for user representations. Using federated recommender (FedRec)…

AttributeFederated LearningInference AttackRecommendation Systems

Partially Personalized Federated Learning: Breaking the Curse of Data Heterogeneity

2023-05-29 · Konstantin Mishchenko, Rustem Islamov, Eduard Gorbunov, Samuel Horváth

We present a partially personalized formulation of Federated Learning (FL) that strikes a balance between the flexibility of personalization and cooperativeness of global training. In our framework, we split the variable…

Federated LearningPersonalized Federated Learning

Towards Communication Efficient and Fair Federated Personalized Sequential Recommendation

2022-08-23 · Sichun Luo, Yuanzhang Xiao, Yang Liu, Congduan Li 외

Federated recommendations leverage the federated learning (FL) techniques to make privacy-preserving recommendations. Though recent success in the federated recommender system, several vital challenges remain to be addre…

FairnessFederated LearningPrivacy PreservingRecommendation Systems+1