paper-with-me

홈 › Papers

Federated Heterogeneous Graph Neural Network for Privacy-preserving Recommendation

2023-10-18 · Bo Yan, Yang Cao, Haoyu Wang, Wenchuan Yang, Junping Du, Chuan Shi

The heterogeneous information network (HIN), which contains rich semantics depicted by meta-paths, has emerged as a potent tool for mitigating data sparsity in recommender systems. Existing HIN-based recommender systems operate under the assumption of centralized storage and model training. However, real-world data is often distributed due to privacy concerns, leading to the semantic broken issue within HINs and consequent failures in centralized HIN-based recommendations. In this paper, we suggest the HIN is partitioned into private HINs stored on the client side and shared HINs on the server. Following this setting, we propose a federated heterogeneous graph neural network (FedHGNN) based framework, which facilitates collaborative training of a recommendation model using distributed HINs while protecting user privacy. Specifically, we first formalize the privacy definition for HIN-based federated recommendation (FedRec) in the light of differential privacy, with the goal of protecting user-item interactions within private HIN as well as users' high-order patterns from shared HINs. To recover the broken meta-path based semantics and ensure proposed privacy measures, we elaborately design a semantic-preserving user interactions publishing method, which locally perturbs user's high-order patterns and related user-item interactions for publishing. Subsequently, we introduce an HGNN model for recommendation, which conducts node- and semantic-level aggregations to capture recovered semantics. Extensive experiments on four datasets demonstrate that our model outperforms existing methods by a substantial margin (up to 34% in HR@10 and 42% in NDCG@10) under a reasonable privacy budget.

📄 PDF Abstract BibTeX arXiv:2310.11730

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkPrivacy PreservingRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

FedGRec: Dynamic Spatio-Temporal Federated Graph Learning for Secure and Efficient Cross-Border Recommendations

2025-05-15 · Zhizhong Tan, Jiexin Zheng, Xingxing Yang, Chi Zhang 외

Due to the highly sensitive nature of certain data in cross-border sharing, collaborative cross-border recommendations and data sharing are often subject to stringent privacy protection regulations, resulting in insuffic…

Federated LearningGraph LearningPrivacy PreservingRepresentation Learning

UFGraphFR: An attempt at a federated recommendation system based on user text characteristics

2025-01-14 · Xudong Wang

Federated learning has emerged as a key paradigm in privacy-preserving computing due to its "data usable but not visible" property, enabling users to collaboratively train models without sharing raw data. Motivated by th…

AttributeFederated Learninggraph constructionPrivacy Preserving+1

Lossless and Privacy-Preserving Graph Convolution Network for Federated Item Recommendation

2024-12-02 · Guowei Wu, Weike Pan, Qiang Yang, Zhong Ming

Graph neural network (GNN) has emerged as a state-of-the-art solution for item recommendation. However, existing GNN-based recommendation methods rely on a centralized storage of fragmented user-item interaction sub-grap…

Graph Neural NetworkPrivacy Preserving

GPFedRec: Graph-guided Personalization for Federated Recommendation

2023-05-13 · Chunxu Zhang, Guodong Long, Tianyi Zhou, Zijjian Zhang 외

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 promis…

Federated LearningPrivacy PreservingRelation

FastPFRec: A Fast Personalized Federated Recommendation with Secure Sharing

2026-03-18 · Zhenxing Yan, Jidong Yuan, Yongqi Sun, Haiyang Liu 외 arxiv

Graph neural network (GNN)-based federated recommendation systems effectively capture user-item relationships while preserving data privacy. However, existing methods often face slow convergence on graph data and privacy…

Recommendation SystemsGraph Neural Network