everyone
since 18 Jun 2025">EveryoneRevisionsBibTeXCC BY 4.0
Federated recommender system (FedRec) has emerged as a solution to protect user data through collaborative training techniques. A typical FedRec involves transmitting the full model and entire weight updates between edge devices and the server, causing significant burdens to edge devices with limited bandwidth and computational power. The sparsity of embedding updates provides opportunity for payload optimization, while existing sparsity-aware federated protocols generally sacrifice privacy for efficiency. A key challenge in designing a secure sparsity-aware efficient protocol is to protect the rated item indices from the server. In this paper, we propose a lossless secure recommender systems with on sparse embedding updates (SecEmb). SecEmb reduces user payload while ensuring that the server learns no information about both rated item indices and individual updates except the aggregated model. The protocol consists of two correlated modules: (1) a privacy-preserving embedding retrieval module that allows users to download relevant embeddings from the server, and (2) an update aggregation module that securely aggregates updates at the server. Empirical analysis demonstrates that SecEmb reduces both download and upload communication costs by up to 90x and decreases user-side computation time by up to 70x compared with secure FedRec protocols. Additionally, it offers non-negligible utility advantages compared with lossy message compression methods.
The paper introduces SecEmb, a system designed to improve privacy, efficiency, and security for personalized recommender systems that use Federated Learning (FL), especially on devices with limited resources like smartphones. SecEmb is a new protocol for training personalized recommendation systems on devices using federated learning that leverages the sparsity of user interactions to achieve dramatic improvements in communication and computation efficiency, while strongly protecting user privacy by ensuring the server does not learn sensitive information like which specific items a user has rated.