LGCROct 2, 2022

Heterogeneous Graph Neural Network for Privacy-Preserving Recommendation

arXiv:2210.00538v222 citationsh-index: 24
AI Analysis

This addresses privacy risks in recommendation systems using heterogeneous graphs, though it is incremental as it adapts existing differential privacy techniques to a more complex graph type.

The paper tackles privacy leakage in heterogeneous graph neural networks (HGNNs) by proposing HeteDP, a differential privacy-based method that protects both graph features and topology, and experiments on four benchmarks show it effectively resists attacks while maintaining model generalization.

Social networks are considered to be heterogeneous graph neural networks (HGNNs) with deep learning technological advances. HGNNs, compared to homogeneous data, absorb various aspects of information about individuals in the training stage. That means more information has been covered in the learning result, especially sensitive information. However, the privacy-preserving methods on homogeneous graphs only preserve the same type of node attributes or relationships, which cannot effectively work on heterogeneous graphs due to the complexity. To address this issue, we propose a novel heterogeneous graph neural network privacy-preserving method based on a differential privacy mechanism named HeteDP, which provides a double guarantee on graph features and topology. In particular, we first define a new attack scheme to reveal privacy leakage in the heterogeneous graphs. Specifically, we design a two-stage pipeline framework, which includes the privacy-preserving feature encoder and the heterogeneous link reconstructor with gradients perturbation based on differential privacy to tolerate data diversity and against the attack. To better control the noise and promote model performance, we utilize a bi-level optimization pattern to allocate a suitable privacy budget for the above two modules. Our experiments on four public benchmarks show that the HeteDP method is equipped to resist heterogeneous graph privacy leakage with admirable model generalization.

Code Implementations1 repo
Foundations

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

Your Notes