Link Stealing Attacks Against Inductive Graph Neural Networks
Yixin Wu, Xinlei He, Pascal Berrang, Mathias Humbert and, Michael Backes, Neil Zhenqiang Gong, Yang Zhang

TL;DR
This paper systematically analyzes privacy vulnerabilities of inductive GNNs through link stealing attacks, revealing their susceptibility even with limited knowledge and highlighting the need for better defenses.
Contribution
It introduces two novel link stealing attack methods against inductive GNNs and evaluates their effectiveness across multiple datasets, filling a gap in privacy analysis.
Findings
Inductive GNNs leak significant link information.
Attacks remain effective without graph structure knowledge.
Existing defenses are ineffective against proposed attacks.
Abstract
A graph neural network (GNN) is a type of neural network that is specifically designed to process graph-structured data. Typically, GNNs can be implemented in two settings, including the transductive setting and the inductive setting. In the transductive setting, the trained model can only predict the labels of nodes that were observed at the training time. In the inductive setting, the trained model can be generalized to new nodes/graphs. Due to its flexibility, the inductive setting is the most popular GNN setting at the moment. Previous work has shown that transductive GNNs are vulnerable to a series of privacy attacks. However, a comprehensive privacy analysis of inductive GNN models is still missing. This paper fills the gap by conducting a systematic privacy analysis of inductive GNNs through the lens of link stealing attacks, one of the most popular attacks that are specifically…
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
TopicsAdversarial Robustness in Machine Learning · Advanced Graph Neural Networks · Brain Tumor Detection and Classification
MethodsGraph Neural Network
