English

Re-understanding Graph Unlearning through Memorization

Machine Learning 2026-01-22 v1 Artificial Intelligence

Abstract

Graph unlearning (GU), which removes nodes, edges, or features from trained graph neural networks (GNNs), is crucial in Web applications where graph data may contain sensitive, mislabeled, or malicious information. However, existing GU methods lack a clear understanding of the key factors that determine unlearning effectiveness, leading to three fundamental limitations: (1) impractical and inaccurate GU difficulty assessment due to test-access requirements and invalid assumptions, (2) ineffectiveness on hard-to-unlearn tasks, and (3) misaligned evaluation protocols that overemphasize easy tasks and fail to capture true forgetting capability. To address these issues, we establish GNN memorization as a new perspective for understanding graph unlearning and propose MGU, a Memorization-guided Graph Unlearning framework. MGU achieves three key advances: it provides accurate and practical difficulty assessment across different GU tasks, develops an adaptive strategy that dynamically adjusts unlearning objectives based on difficulty levels, and establishes a comprehensive evaluation protocol that aligns with practical requirements. Extensive experiments on ten real-world graphs demonstrate that MGU consistently outperforms state-of-the-art baselines in forgetting quality, computational efficiency, and utility preservation.

Keywords

Cite

@article{arxiv.2601.14694,
  title  = {Re-understanding Graph Unlearning through Memorization},
  author = {Pengfei Ding and Yan Wang and Guanfeng Liu},
  journal= {arXiv preprint arXiv:2601.14694},
  year   = {2026}
}

Comments

This paper has been accepted by WWW-2026

R2 v1 2026-07-01T09:13:35.987Z