TL;DR
This paper introduces CoFedRec, a co-clustering federated recommendation method that improves client grouping and collaborative filtering in privacy-preserving systems by addressing high-dimensional challenges and data sparsity.
Contribution
It proposes a novel co-clustering approach for federated recommendation systems, enhancing client grouping and recommendation accuracy while preserving privacy.
Findings
CoFedRec outperforms existing methods on four datasets.
The proposed method effectively handles high-dimensional data.
Incorporating supervised contrastive learning improves recommendation quality.
Abstract
As data privacy and security attract increasing attention, Federated Recommender System (FRS) offers a solution that strikes a balance between providing high-quality recommendations and preserving user privacy. However, the presence of statistical heterogeneity in FRS, commonly observed due to personalized decision-making patterns, can pose challenges. To address this issue and maximize the benefit of collaborative filtering (CF) in FRS, it is intuitive to consider clustering clients (users) as well as items into different groups and learning group-specific models. Existing methods either resort to client clustering via user representations-risking privacy leakage, or employ classical clustering strategies on item embeddings or gradients, which we found are plagued by the curse of dimensionality. In this paper, we delve into the inefficiencies of the K-Means method in client grouping,…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsContrastive Learning
