Unlearning Inversion Attacks for Graph Neural Networks
Jiahao Zhang, Yilong Wang, Zhiwei Zhang, Xiaorui Liu, Suhang Wang
TL;DR
This paper reveals a privacy vulnerability in graph unlearning by showing that unlearned edges can be reconstructed from black-box GNN outputs. It introduces TrendAttack, which couples a flexible similarity-based edge predictor with confidence-trend features and an adaptive threshold to distinguish unlearned and memorized edges from non-edges. TrendAttack is trained with a shadow victim model to simulate unlearning and guide attack training, achieving superior AUC against multiple baselines across four real-world datasets. The work underscores the need for stronger defenses in graph unlearning and suggests directions for defending against edge- and node-level inversion, including differential privacy and improved unlearning guarantees.
Abstract
Graph unlearning methods aim to efficiently remove the impact of sensitive data from trained GNNs without full retraining, assuming that deleted information cannot be recovered. In this work, we challenge this assumption by introducing the graph unlearning inversion attack: given only black-box access to an unlearned GNN and partial graph knowledge, can an adversary reconstruct the removed edges? We identify two key challenges: varying probability-similarity thresholds for unlearned versus retained edges, and the difficulty of locating unlearned edge endpoints, and address them with TrendAttack. First, we derive and exploit the confidence pitfall, a theoretical and empirical pattern showing that nodes adjacent to unlearned edges exhibit a large drop in model confidence. Second, we design an adaptive prediction mechanism that applies different similarity thresholds to unlearned and other membership edges. Our framework flexibly integrates existing membership inference techniques and extends them with trend features. Experiments on four real-world datasets demonstrate that TrendAttack significantly outperforms state-of-the-art GNN membership inference baselines, exposing a critical privacy vulnerability in current graph unlearning methods.
