Distill to Delete: Unlearning in Graph Networks with Knowledge Distillation
Yash Sinha, Murari Mandal, Mohan Kankanhalli

TL;DR
This paper introduces D2DGN, a knowledge distillation-based framework for unlearning in graph neural networks that effectively removes specific graph elements while maintaining overall performance and reducing computational costs.
Contribution
It proposes a novel, model-agnostic distillation approach for graph unlearning that outperforms existing methods in efficiency and effectiveness.
Findings
D2DGN surpasses existing methods by up to 43.1% in AUC.
It reduces FLOPs per forward pass by over 10 million.
D2DGN is up to 3.2 times faster than previous approaches.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Brain Tumor Detection and Classification · Advanced Neural Network Applications
MethodsGraph Neural Network
