Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 90% Match Research Paper Machine learning engineers,Recommender system developers,Privacy researchers,Data scientists 19 hours ago

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

graph-neural-networks › graph-learning
📄 Abstract

Abstract: 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

Key Contributions

UFGraphFR addresses limitations in federated recommendation systems by enabling the construction of global user relationship graphs without accessing raw user data. It achieves this by transforming private structured data into text descriptions, encoding them into semantic vectors, and securely reconstructing user graphs on the server side using aggregated model weights, thereby preserving privacy while capturing collaborative signals.

Business Value

Enables personalized recommendations in a privacy-preserving manner, which is crucial for user trust and regulatory compliance, leading to improved user engagement and conversion rates for online platforms.