LGCRDCIRJan 8, 2024

Towards Efficient Communication and Secure Federated Recommendation System via Low-rank Training

arXiv:2401.03748v232 citationsh-index: 7Has CodeWWW
Originality Incremental advance
AI Analysis

This addresses communication efficiency for federated recommendation systems, offering an incremental improvement over prior methods.

The paper tackled the high communication costs in federated recommendation systems by proposing a low-rank training framework, achieving up to 93.75% reduction in payload size with only about 8% performance drop.

Federated Recommendation (FedRec) systems have emerged as a solution to safeguard users' data in response to growing regulatory concerns. However, one of the major challenges in these systems lies in the communication costs that arise from the need to transmit neural network models between user devices and a central server. Prior approaches to these challenges often lead to issues such as computational overheads, model specificity constraints, and compatibility issues with secure aggregation protocols. In response, we propose a novel framework, called Correlated Low-rank Structure (CoLR), which leverages the concept of adjusting lightweight trainable parameters while keeping most parameters frozen. Our approach substantially reduces communication overheads without introducing additional computational burdens. Critically, our framework remains fully compatible with secure aggregation protocols, including the robust use of Homomorphic Encryption. The approach resulted in a reduction of up to 93.75% in payload size, with only an approximate 8% decrease in recommendation performance across datasets. Code for reproducing our experiments can be found at https://github.com/NNHieu/CoLR-FedRec.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes