P4GCN: Vertical Federated Social Recommendation with Privacy-Preserving Two-Party Graph Convolution Network
Zheng Wang, Wanwan Wang, Yimin Huang, Zhaopeng Peng, Ziqi Yang, Ming Yao, Cheng Wang, Xiaoliang Fan
TL;DR
P4GCN addresses the challenge of leveraging social information for recommendations when social data are inaccessible due to privacy and business constraints. It introduces a vertical federated GNN framework with a Sandwich Encryption module and differential privacy via a matrix Gaussian mechanism to securely perform social aggregation without exposing sensitive inputs, while employing a fusion layer to retain utility. The method achieves competitive or superior RMSE/MAE across four real-world datasets and demonstrates favorable privacy-utility trade-offs, supported by theoretical privacy guarantees under honest-but-curious assumptions. Practically, P4GCN enables privacy-preserving cross-party social recommendations with reasonable communication costs and shows potential to augment existing local recommender systems through a plug-in P4 layer.
Abstract
In recent years, graph neural networks (GNNs) have been commonly utilized for social recommendation systems. However, real-world scenarios often present challenges related to user privacy and business constraints, inhibiting direct access to valuable social information from other platforms. While many existing methods have tackled matrix factorization-based social recommendations without direct social data access, developing GNN-based federated social recommendation models under similar conditions remains largely unexplored. To address this issue, we propose a novel vertical federated social recommendation method leveraging privacy-preserving two-party graph convolution networks (P4GCN) to enhance recommendation accuracy without requiring direct access to sensitive social information. First, we introduce a Sandwich-Encryption module to ensure comprehensive data privacy during the collaborative computing process. Second, we provide a thorough theoretical analysis of the privacy guarantees, considering the participation of both curious and honest parties. Extensive experiments on four real-world datasets demonstrate that P4GCN outperforms state-of-the-art methods in terms of recommendation accuracy.
