CRLGFeb 10, 2021

Node-Level Membership Inference Attacks Against Graph Neural Networks

arXiv:2102.05429v1122 citations
Originality Incremental advance
AI Analysis

This addresses privacy vulnerabilities for users of GNNs in applications like social networks and protein structures, but it is incremental as it extends known attack types to a new domain.

The paper tackles the problem of privacy risks in graph neural networks (GNNs) by conducting the first comprehensive analysis of node-level membership inference attacks, showing that GNNs are vulnerable even with minimal adversary knowledge, with attack success influenced by graph density and feature similarity, and defenses reduce attack performance but incur moderate utility loss.

Many real-world data comes in the form of graphs, such as social networks and protein structure. To fully utilize the information contained in graph data, a new family of machine learning (ML) models, namely graph neural networks (GNNs), has been introduced. Previous studies have shown that machine learning models are vulnerable to privacy attacks. However, most of the current efforts concentrate on ML models trained on data from the Euclidean space, like images and texts. On the other hand, privacy risks stemming from GNNs remain largely unstudied. In this paper, we fill the gap by performing the first comprehensive analysis of node-level membership inference attacks against GNNs. We systematically define the threat models and propose three node-level membership inference attacks based on an adversary's background knowledge. Our evaluation on three GNN structures and four benchmark datasets shows that GNNs are vulnerable to node-level membership inference even when the adversary has minimal background knowledge. Besides, we show that graph density and feature similarity have a major impact on the attack's success. We further investigate two defense mechanisms and the empirical results indicate that these defenses can reduce the attack performance but with moderate utility loss.

Foundations

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

Your Notes