Inference Attacks Against Graph Neural Networks

USENIX Security 2022

Zhikun Zhang1 Min Chen1 Michael Backes1 Yun Shen2 Yang Zhang1

1. CISPA Helmholtz Center for Information Security 2. Norton Research Group

Abstract


Graph is an important data representation ubiquitously existing in the real world. However, analyzing the graph data is computationally difficult due to its non-Euclidean nature. Graph embedding is a powerful tool to solve the graph analytics problem by transforming the graph data into low-dimensional vectors. These vectors could also be shared with third parties to gain additional insights of what is behind the data. While sharing graph embedding is intriguing, the associated privacy risks are unexplored. In this paper, we systematically investigate the information leakage of the graph embedding by mounting three inference attacks. First, we can successfully infer basic graph properties, such as the number of nodes, the number of edges, and graph density, of the target graph with up to 0.89 accuracy. Second, given a subgraph of interest and the graph embedding, we can determine with high confidence that whether the subgraph is contained in the target graph. For instance, we achieve 0.98 attack AUC on the DD dataset. Third, we propose a novel graph reconstruction attack that can reconstruct a graph that has similar graph structural statistics to the target graph. We further propose an effective defense mechanism based on graph embedding perturbation to mitigate the inference attacks without noticeable performance degradation for graph classification tasks.

Resources


Citation

 @inproceedings{ZCBSZ22,
    author = {Zhikun Zhang and Min Chen and Michael Backes and Yun Shen and Yang Zhang},
    title = {{Inference Attacks Against Graph Neural Networks}},
    booktitle = {{USENIX Security}},
    publisher = {},
    year = {2022},
}