Personalized Federated Collaborative Filtering: A Variational AutoEncoder Approach
Zhiwei Li, Guodong Long, Tianyi Zhou, Jing Jiang, Chengqi Zhang

TL;DR
This paper introduces a novel federated collaborative filtering method using a variational autoencoder that captures both shared and personalized user knowledge, improving recommendation accuracy while preserving privacy.
Contribution
It proposes a dual-encoder VAE framework with personalized gating for federated recommendation, enhancing personalization beyond traditional user embeddings.
Findings
Outperforms baseline methods on benchmark datasets
Effectively balances personalization and generalization
Demonstrates superior recommendation accuracy
Abstract
Federated Collaborative Filtering (FedCF) is an emerging field focused on developing a new recommendation framework with preserving privacy in a federated setting. Existing FedCF methods typically combine distributed Collaborative Filtering (CF) algorithms with privacy-preserving mechanisms, and then preserve personalized information into a user embedding vector. However, the user embedding is usually insufficient to preserve the rich information of the fine-grained personalization across heterogeneous clients. This paper proposes a novel personalized FedCF method by preserving users' personalized information into a latent variable and a neural model simultaneously. Specifically, we decompose the modeling of user knowledge into two encoders, each designed to capture shared knowledge and personalized knowledge separately. A personalized gating network is then applied to balance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsRecommender Systems and Techniques
