LGAIAug 8, 2025

Graph Federated Learning for Personalized Privacy Recommendation

arXiv:2508.06208v11 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the need for personalized privacy in federated recommendation systems, offering a practical solution for real-world applications where users have different privacy requirements, though it is incremental in adapting existing graph-based methods.

The paper tackles the problem of uniform privacy assumptions in federated recommendation systems by proposing GFed-PP, which adapts to users' varying privacy preferences (private or public) and improves recommendation accuracy, with experimental results showing it significantly outperforms existing methods on five datasets.

Federated recommendation systems (FedRecs) have gained significant attention for providing privacy-preserving recommendation services. However, existing FedRecs assume that all users have the same requirements for privacy protection, i.e., they do not upload any data to the server. The approaches overlook the potential to enhance the recommendation service by utilizing publicly available user data. In real-world applications, users can choose to be private or public. Private users' interaction data is not shared, while public users' interaction data can be shared. Inspired by the issue, this paper proposes a novel Graph Federated Learning for Personalized Privacy Recommendation (GFed-PP) that adapts to different privacy requirements while improving recommendation performance. GFed-PP incorporates the interaction data of public users to build a user-item interaction graph, which is then used to form a user relationship graph. A lightweight graph convolutional network (GCN) is employed to learn each user's user-specific personalized item embedding. To protect user privacy, each client learns the user embedding and the scoring function locally. Additionally, GFed-PP achieves optimization of the federated recommendation framework through the initialization of item embedding on clients and the aggregation of the user relationship graph on the server. Experimental results demonstrate that GFed-PP significantly outperforms existing methods for five datasets, offering superior recommendation accuracy without compromising privacy. This framework provides a practical solution for accommodating varying privacy preferences in federated recommendation systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes