Federated Adaptation for Foundation Model-based Recommendations
Chunxu Zhang, Guodong Long, Hongkuan Guo, Xiao Fang, Yang Song, Zhaojie Liu, Guorui Zhou, Zijian Zhang, Yang Liu, Bo Yang
TL;DR
This work addresses the challenge of adapting foundation-model-based recommender systems under privacy and communication constraints. It introduces FedPA, a federated framework that leverages a pre-trained foundation model backbone and lightweight, two-level low-rank adapters (user-level and user-group-level) paired with an adaptive gate to fuse common knowledge with personalized signals, while updating only personalization parameters. The approach is complemented by knowledge distillation to enable edge-device deployment and Local Differential Privacy to strengthen privacy protection, with extensive experiments on four KuaiShou-derived datasets showing superior performance and reduced communication costs. The results indicate FedPA’s practical potential for privacy-preserving, scalable, foundation-model-based recommendations in real-world settings, especially when on-device computation is limited and data remains private.
Abstract
With the recent success of large language models, particularly foundation models with generalization abilities, applying foundation models for recommendations becomes a new paradigm to improve existing recommendation systems. It becomes a new open challenge to enable the foundation model to capture user preference changes in a timely manner with reasonable communication and computation costs while preserving privacy. This paper proposes a novel federated adaptation mechanism to enhance the foundation model-based recommendation system in a privacy-preserving manner. Specifically, each client will learn a lightweight personalized adapter using its private data. The adapter then collaborates with pre-trained foundation models to provide recommendation service efficiently with fine-grained manners. Importantly, users' private behavioral data remains secure as it is not shared with the server. This data localization-based privacy preservation is embodied via the federated learning framework. The model can ensure that shared knowledge is incorporated into all adapters while simultaneously preserving each user's personal preferences. Experimental results on four benchmark datasets demonstrate our method's superior performance. Implementation code is available to ease reproducibility.
