Abstract
The federated recommendation system is an emerging AI service architecture that provides recommendation services in a privacy-preserving manner. Using user-relation graphs to enhance federated recommendations is a promising topic. However, it is still an open challenge to construct the user-relation graph while preserving data locality-based privacy protection in federated settings. Inspired by a simple motivation, similar users share a similar vision (embeddings) to the same item set, this paper proposes a novel Graph-guided Personalization for Federated Recommendation (GPFedRec). The proposed method constructs a user-relation graph from user-specific personalized item embeddings at the server without accessing the users' interaction records. The personalized item embedding is locally fine-tuned on each device, and then a user-relation graph will be constructed by measuring the similarity among client-specific item embeddings. Without accessing users' historical interactions, we embody the data locality-based privacy protection of vanilla federated learning. Furthermore, a graph-guided aggregation mechanism is designed to leverage the user-relation graph and federated optimization framework simultaneously. Extensive experiments on five benchmark datasets demonstrate GPFedRec's superior performance. The in-depth study validates that GPFedRec can generally improve existing federated recommendation methods as a plugin while keeping user privacy safe. Code is available https://github.com/Zhangcx19/GPFedRec © 2024 Copyright held by the owner/author(s). Publication rights licensed to ACM.
Original language | English |
---|---|
Title of host publication | KDD'24 |
Subtitle of host publication | Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining |
Publisher | Association for Computing Machinery |
Pages | 4131-4142 |
ISBN (Print) | 979-8-4007-0490-1 |
DOIs | |
Publication status | Published - Aug 2024 |
Event | 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2024) - Centre de Convencions Internacional de Barcelona, Barcelona, Spain Duration: 25 Aug 2024 → 29 Aug 2024 https://kdd2024.kdd.org/ https://dl.acm.org/conference/kdd/proceedings |
Publication series
Name | Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining |
---|---|
ISSN (Print) | 2154-817X |
Conference
Conference | 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2024) |
---|---|
Abbreviated title | ACM KDD 2024 |
Country/Territory | Spain |
City | Barcelona |
Period | 25/08/24 → 29/08/24 |
Internet address |
Bibliographical note
Full text of this publication does not contain sufficient affiliation information. With consent from the author(s) concerned, the Research Unit(s) information for this record is based on the existing academic department affiliation of the author(s).Research Keywords
- federated learning
- recommendation systems
- user graph