Erase then Rectify: A Training-Free Parameter Editing Approach for Cost-Effective Graph Unlearning
Zhe-Rui Yang, Jindong Han, Chang-Dong Wang, Hao Liu

TL;DR
The paper introduces Erase then Rectify (ETR), a training-free, scalable method for graph unlearning that effectively removes specific data influence from GNNs while maintaining model utility and reducing computational costs.
Contribution
This work presents a novel training-free approach for graph unlearning that combines parameter editing with gradient approximation to efficiently eliminate data influence without retraining.
Findings
ETR outperforms existing methods in unlearning efficiency.
ETR maintains high model utility after unlearning.
ETR demonstrates effectiveness across seven public datasets.
Abstract
Graph unlearning, which aims to eliminate the influence of specific nodes, edges, or attributes from a trained Graph Neural Network (GNN), is essential in applications where privacy, bias, or data obsolescence is a concern. However, existing graph unlearning techniques often necessitate additional training on the remaining data, leading to significant computational costs, particularly with large-scale graphs. To address these challenges, we propose a two-stage training-free approach, Erase then Rectify (ETR), designed for efficient and scalable graph unlearning while preserving the model utility. Specifically, we first build a theoretical foundation showing that masking parameters critical for unlearned samples enables effective unlearning. Building on this insight, the Erase stage strategically edits model parameters to eliminate the impact of unlearned samples and their propagated…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Topic Modeling
MethodsGraph Neural Network
