AI Navigate

Sharpness-Aware Minimization for Generalized Embedding Learning in Federated Recommendation

arXiv cs.LG / 3/13/2026

📰 NewsModels & Research

Key Points

  • The authors introduce FedRecGEL, a federated recommendation framework designed to learn generalized item embeddings across distributed clients.
  • They reformulate the problem from an item-centered perspective and cast it as a multi-task learning problem to promote generalized embeddings throughout training.
  • The approach employs sharpness-aware minimization to address generalization challenges, aiming to stabilize training and improve recommendation performance under heterogeneous cross-device data.
  • Theoretical analysis and experiments on four datasets demonstrate significant improvements in federated recommendation performance, with code available at the provided GitHub link.
  • The work highlights the importance of embedding stability for effective knowledge sharing among clients in federated settings, addressing data heterogeneity and sparsity concerns.

Abstract

Federated recommender systems enable collaborative model training while keeping user interaction data local and sharing only essential model parameters, thereby mitigating privacy risks. However, existing methods overlook a critical issue, i.e., the stable learning of a generalized item embedding throughout the federated recommender system training process. Item embedding plays a central role in facilitating knowledge sharing across clients. Yet, under the cross-device setting, local data distributions exhibit significant heterogeneity and sparsity, exacerbating the difficulty of learning generalized embeddings. These factors make the stable learning of generalized item embeddings both indispensable for effective federated recommendation and inherently difficult to achieve. To fill this gap, we propose a new federated recommendation framework, named Federated Recommendation with Generalized Embedding Learning (FedRecGEL). We reformulate the federated recommendation problem from an item-centered perspective and cast it as a multi-task learning problem, aiming to learn generalized embeddings throughout the training procedure. Based on theoretical analysis, we employ sharpness-aware minimization to address the generalization problem, thereby stabilizing the training process and enhancing recommendation performance. Extensive experiments on four datasets demonstrate the effectiveness of FedRecGEL in significantly improving federated recommendation performance. Our code is available at https://github.com/anonymifish/FedRecGEL.