A Systematic Survey on Federated Sequential Recommendation
Yichen Li, Qiyu Qin, Gaoyang Zhu, Wenchao Xu, Haozhao Wang, Yuhua Li, Rui Zhang, Ruixuan Li
TL;DR
This survey addresses the privacy challenges of sequential recommendation by introducing Federated Sequential Recommendation (FedSR), which trains a global sequential model across users without sharing raw data. It provides a two-level taxonomy of solutions—Model-Level (Parameter Decomposition and LLM Foundation) and Device-Level (Communication Optimization and Aggregation Balance)—with concrete techniques and representative works for each. The authors identify core challenges such as data heterogeneity, communication costs, and privacy risks in updates, and outline future directions including personalized strategies, LLM integration under FL, multi-modal fusion, cold-start adaptation, and federated continual learning. The work aims to guide researchers and practitioners toward privacy-preserving, scalable, and effective FedSR systems with practical insights for real-world applications.
Abstract
Sequential recommendation is an advanced recommendation technique that utilizes the sequence of user behaviors to generate personalized suggestions by modeling the temporal dependencies and patterns in user preferences. However, it requires a server to centrally collect users' data, which poses a threat to the data privacy of different users. In recent years, federated learning has emerged as a distributed architecture that allows participants to train a global model while keeping their private data locally. This survey pioneers Federated Sequential Recommendation (FedSR), where each user joins as a participant in federated training to achieve a recommendation service that balances data privacy and model performance. We begin with an introduction to the background and unique challenges of FedSR. Then, we review existing solutions from two levels, each of which includes two specific techniques. Additionally, we discuss the critical challenges and future research directions in FedSR.
