Feature-Indexed Federated Recommendation with Residual-Quantized Codebooks
Mingzhe Han, Jiahao Liu, Dongsheng Li, Hansu Gu, Peng Zhang, Ning Gu, Tun Lu

TL;DR
This paper introduces RQFedRec, a federated recommendation method that uses feature codebooks and residual quantization to reduce communication costs, improve generalization to non-interacted items, and enhance robustness against noisy feedback.
Contribution
It proposes a novel feature-indexed communication paradigm and a residual quantization-based codebook approach for federated recommendation systems, addressing key limitations of existing ID-indexed methods.
Findings
Outperforms state-of-the-art federated recommendation baselines.
Reduces communication overhead significantly.
Improves robustness to noisy client feedback.
Abstract
Federated recommendation provides a privacy-preserving solution for training recommender systems without centralizing user interactions. However, existing methods follow an ID-indexed communication paradigm that transmit whole item embeddings between clients and the server, which has three major limitations: 1) consumes uncontrollable communication resources, 2) the uploaded item information cannot generalize to related non-interacted items, and 3) is sensitive to client noisy feedback. To solve these problems, it is necessary to fundamentally change the existing ID-indexed communication paradigm. Therefore, we propose a feature-indexed communication paradigm that transmits feature code embeddings as codebooks rather than raw item embeddings. Building on this paradigm, we present RQFedRec, which assigns each item a list of discrete code IDs via Residual Quantization (RQ)-Kmeans. Each…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Privacy-Preserving Technologies in Data
