Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

UFGraphFR: Graph Federation Recommendation System based on User Text description features

About

Federated learning offers a privacy-preserving framework for recommendation systems by enabling local data processing; however, data localization introduces substantial obstacles. Traditional federated recommendation approaches treat each user as an isolated entity, failing to construct global user relationship graphs that capture collaborative signals, which limits the accuracy of recommendations. To address this limitation, we derive insight from the insight that semantic similarity reflects preference. similarity, which can be used to improve the construction of user relationship graphs. This paper proposes UFGraphFR, a novel framework with three key components: 1) On the client side, private structured data is first transformed into text descriptions. These descriptions are then encoded into semantic vectors using pre-trained models; 2) On the server side, user relationship graphs are securely reconstructed using aggregated model weights without accessing raw data, followed by information propagation through lightweight graph neural networks; 3) On the client side, user behavior sequences are personalized using Transformer architectures. Extensive experiments conducted on four benchmark datasets demonstrate that UFGraphFR significantly outperforms state-of-the-art baselines in both recommendation accuracy and personalization. The framework also maintains robustness across different pre-trained models, as evidenced by the consistent performance metrics obtained. This work provides a practical method for efficient federated recommendations with strict privacy by using semantic vectors, secure user relationship graphs, and personalized behavior sequences. The code is available at: https://github.com/trueWangSyutung/UFGraphFR.

Xudong Wang, Qingbo Hao, Yingyuan Xiao• 2025

Related benchmarks

TaskDatasetResultRank
RecommendationMovieLens 1M
nDCG@1046.32
49
RecommendationLastfm-2K
HR@1085.69
21
RecommendationMovieLens 100k
HR@1076.03
13
RecommendationHetRec 2011
HR@1070.56
12
Showing 4 of 4 rows

Other info

Follow for update