Community-Centric Graph Unlearning
Yi Li, Shichao Zhang, Guixian Zhang, Debo Cheng
TL;DR
Graph unlearning is essential for privacy in GNN-based systems. The authors introduce the Graph Structure Mapping Unlearning (GSMU) paradigm and its practical instantiation, the Community-centric Graph Eraser (CGE), which maps subgraphs to mapped nodes to form a reduced, connected graph and enables deterministic, node-level unlearning with far fewer parameters and training data. Across four real-world datasets and three GNN backbones, CGE outperforms BP-SM-TA baselines on Macro F1 while delivering substantially faster unlearning and strong resistance to membership inference attacks, evidencing effective structure preservation through community-aware mapping. This work delivers a scalable, privacy-preserving framework for graph learning by integrating mapped graph representations with modular community detection and node-level update mechanisms, offering a practical path toward deployment in sensitive domains.
Abstract
Graph unlearning technology has become increasingly important since the advent of the `right to be forgotten' and the growing concerns about the privacy and security of artificial intelligence. Graph unlearning aims to quickly eliminate the effects of specific data on graph neural networks (GNNs). However, most existing deterministic graph unlearning frameworks follow a balanced partition-submodel training-aggregation paradigm, resulting in a lack of structural information between subgraph neighborhoods and redundant unlearning parameter calculations. To address this issue, we propose a novel Graph Structure Mapping Unlearning paradigm (GSMU) and a novel method based on it named Community-centric Graph Eraser (CGE). CGE maps community subgraphs to nodes, thereby enabling the reconstruction of a node-level unlearning operation within a reduced mapped graph. CGE makes the exponential reduction of both the amount of training data and the number of unlearning parameters. Extensive experiments conducted on five real-world datasets and three widely used GNN backbones have verified the high performance and efficiency of our CGE method, highlighting its potential in the field of graph unlearning.
