Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Distill to Delete: Unlearning in Graph Networks with Knowledge Distillation

About

Graph unlearning has emerged as a pivotal method to delete information from a pre-trained graph neural network (GNN). One may delete nodes, a class of nodes, edges, or a class of edges. An unlearning method enables the GNN model to comply with data protection regulations (i.e., the right to be forgotten), adapt to evolving data distributions, and reduce the GPU-hours carbon footprint by avoiding repetitive retraining. Existing partitioning and aggregation-based methods have limitations due to their poor handling of local graph dependencies and additional overhead costs. More recently, GNNDelete offered a model-agnostic approach that alleviates some of these issues. Our work takes a novel approach to address these challenges in graph unlearning through knowledge distillation, as it distills to delete in GNN (D2DGN). It is a model-agnostic distillation framework where the complete graph knowledge is divided and marked for retention and deletion. It performs distillation with response-based soft targets and feature-based node embedding while minimizing KL divergence. The unlearned model effectively removes the influence of deleted graph elements while preserving knowledge about the retained graph elements. D2DGN surpasses the performance of existing methods when evaluated on various real-world graph datasets by up to $43.1\%$ (AUC) in edge and node unlearning tasks. Other notable advantages include better efficiency, better performance in removing target elements, preservation of performance for the retained elements, and zero overhead costs. Notably, our D2DGN surpasses the state-of-the-art GNNDelete in AUC by $2.4\%$, improves membership inference ratio by $+1.3$, requires $10.2\times10^6$ fewer FLOPs per forward pass and up to $\mathbf{3.2}\times$ faster.

Yash Sinha, Murari Mandal, Mohan Kankanhalli• 2023

Related benchmarks

TaskDatasetResultRank
Edge UnlearningPhoto hard
ToU63.19
26
Edge UnlearningChameleon (hard)
Trade-off of Unlearning (ToU)80.17
25
Node unlearningCora Easy to Unlearn
Time of Unlearning96.7
20
Node unlearningCS
Average Unlearning Runtime (s)0.26
20
Node unlearningPhysics
Runtime (s)0.51
20
Node unlearningarXiv
Average Runtime (s)1.14
20
Node unlearningSquirrel
Average Runtime (s)0.2
20
Node unlearningCora
Average Runtime (s)0.16
20
Node unlearningCiteseer
Average Runtime (s)0.18
20
Node unlearningPubmed
Runtime (s)0.17
20
Showing 10 of 14 rows

Other info

Follow for update