Adapting Membership Inference Attacks to GNN for Graph Classification: Approaches and Implications
Bang Wu, Xiangwen Yang, Shirui Pan, Xingliang Yuan

TL;DR
This paper explores how membership inference attacks can be adapted to graph neural networks for graph classification, revealing significant privacy vulnerabilities and analyzing their implications.
Contribution
It introduces the first methods for performing MIAs on GNNs for graph-level classification and evaluates their effectiveness across multiple datasets and models.
Findings
GNNs are vulnerable to MIAs with high F1 scores over 0.7
MIAs on GNNs are more effective than on non-graph models
Overfitting level correlates with attack success in graph classification
Abstract
Graph Neural Networks (GNNs) are widely adopted to analyse non-Euclidean data, such as chemical networks, brain networks, and social networks, modelling complex relationships and interdependency between objects. Recently, Membership Inference Attack (MIA) against GNNs raises severe privacy concerns, where training data can be leaked from trained GNN models. However, prior studies focus on inferring the membership of only the components in a graph, e.g., an individual node or edge. How to infer the membership of an entire graph record is yet to be explored. In this paper, we take the first step in MIA against GNNs for graph-level classification. Our objective is to infer whether a graph sample has been used for training a GNN model. We present and implement two types of attacks, i.e., training-based attacks and threshold-based attacks from different adversarial capabilities. We perform…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Adversarial Robustness in Machine Learning
