Unlearning Graph Classifiers with Limited Data Resources
Chao Pan, Eli Chien, Olgica Milenkovic

TL;DR
This paper introduces a novel, efficient unlearning method for graph classifiers based on Graph Scattering Transforms, providing significant speed-ups and maintaining accuracy when removing data from graph neural network models.
Contribution
It presents the first nonlinear approximate graph unlearning method using GSTs, with theoretical complexity analysis and extensive simulation validation.
Findings
10.38x faster unlearning compared to retraining
2.6% higher test accuracy during unlearning
Effective unlearning on 90 out of 100 graphs from IMDB dataset
Abstract
As the demand for user privacy grows, controlled data removal (machine unlearning) is becoming an important feature of machine learning models for data-sensitive Web applications such as social networks and recommender systems. Nevertheless, at this point it is still largely unknown how to perform efficient machine unlearning of graph neural networks (GNNs); this is especially the case when the number of training samples is small, in which case unlearning can seriously compromise the performance of the model. To address this issue, we initiate the study of unlearning the Graph Scattering Transform (GST), a mathematical framework that is efficient, provably stable under feature or graph topology perturbations, and offers graph classification performance comparable to that of GNNs. Our main contribution is the first known nonlinear approximate graph unlearning method based on GSTs. Our…
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
TopicsAdvanced Graph Neural Networks · Age of Information Optimization · Privacy-Preserving Technologies in Data
MethodsTest
