LightFR: Lightweight Federated Recommendation with Privacy-preserving Matrix Factorization
Honglei Zhang, Fangyuan Luo, Jun Wu, Xiangnan He, Yidong Li

TL;DR
LightFR introduces a privacy-preserving, efficient federated recommendation system that uses binary codes and a novel optimization algorithm to improve accuracy, speed, and privacy in large-scale, resource-constrained environments.
Contribution
The paper proposes LightFR, a lightweight federated recommendation framework utilizing hashing and discrete optimization to enhance efficiency and privacy over existing methods.
Findings
Outperforms state-of-the-art FRS methods in accuracy.
Achieves faster inference and lower memory usage.
Effectively prevents gradient-based privacy attacks.
Abstract
Federated recommender system (FRS), which enables many local devices to train a shared model jointly without transmitting local raw data, has become a prevalent recommendation paradigm with privacy-preserving advantages. However, previous work on FRS performs similarity search via inner product in continuous embedding space, which causes an efficiency bottleneck when the scale of items is extremely large. We argue that such a scheme in federated settings ignores the limited capacities in resource-constrained user devices (i.e., storage space, computational overhead, and communication bandwidth), and makes it harder to be deployed in large-scale recommender systems. Besides, it has been shown that transmitting local gradients in real-valued form between server and clients may leak users' private information. To this end, we propose a lightweight federated recommendation framework with…
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
TopicsPrivacy-Preserving Technologies in Data · Recommender Systems and Techniques · Stochastic Gradient Optimization Techniques
