When Federated Recommendation Meets Cold-Start Problem: Separating Item Attributes and User Interactions
Chunxu Zhang, Guodong Long, Tianyi Zhou, Zijian Zhang, Peng Yan, Bo Yang
TL;DR
The paper tackles cold-start recommendations in federated learning by introducing IFedRec, which maintains two item representations: one on clients derived from user interactions and another on the server derived from item attributes via a meta attribute network. An item representation alignment mechanism bridges these representations, enabling effective cold-item recommendations without exposing private interactions or raw attributes. The framework uses a two-phase learning process on warm items and inference on cold items, with optional Local Differential Privacy to enhance privacy. Empirical results on four cold-start benchmarks show state-of-the-art performance and robustness to limited client participation and noise, suggesting practical applicability for privacy-preserving federated recommendation systems.
Abstract
Federated recommendation system usually trains a global model on the server without direct access to users' private data on their own devices. However, this separation of the recommendation model and users' private data poses a challenge in providing quality service, particularly when it comes to new items, namely cold-start recommendations in federated settings. This paper introduces a novel method called Item-aligned Federated Aggregation (IFedRec) to address this challenge. It is the first research work in federated recommendation to specifically study the cold-start scenario. The proposed method learns two sets of item representations by leveraging item attributes and interaction records simultaneously. Additionally, an item representation alignment mechanism is designed to align two item representations and learn the meta attribute network at the server within a federated learning framework. Experiments on four benchmark datasets demonstrate IFedRec's superior performance for cold-start scenarios. Furthermore, we also verify IFedRec owns good robustness when the system faces limited client participation and noise injection, which brings promising practical application potential in privacy-protection enhanced federated recommendation systems. The implementation code is available
