paper-with-me

홈 › Papers

Unlink to Unlearn: Simplifying Edge Unlearning in GNNs

2024-02-16 · Jiajun Tan, Fei Sun, Ruichen Qiu, Du Su, HuaWei Shen

As concerns over data privacy intensify, unlearning in Graph Neural Networks (GNNs) has emerged as a prominent research frontier in academia. This concept is pivotal in enforcing the \textit{right to be forgotten}, which entails the selective removal of specific data from trained GNNs upon user request. Our research focuses on edge unlearning, a process of particular relevance to real-world applications. Current state-of-the-art approaches like GNNDelete can eliminate the influence of specific edges yet suffer from \textit{over-forgetting}, which means the unlearning process inadvertently removes excessive information beyond needed, leading to a significant performance decline for remaining edges. Our analysis identifies the loss functions of GNNDelete as the primary source of over-forgetting and also suggests that loss functions may be redundant for effective edge unlearning. Building on these insights, we simplify GNNDelete to develop \textbf{Unlink to Unlearn} (UtU), a novel method that facilitates unlearning exclusively through unlinking the forget edges from graph structure. Our extensive experiments demonstrate that UtU delivers privacy protection on par with that of a retrained model while preserving high accuracy in downstream tasks, by upholding over 97.3\% of the retrained model's privacy protection capabilities and 99.8\% of its link prediction accuracy. Meanwhile, UtU requires only constant computational demands, underscoring its advantage as a highly lightweight and practical edge unlearning solution.

📄 PDF Abstract BibTeX arXiv:2402.10695

Code (1)

sumsky21/unlink-to-unlearn 공식 구현 pytorch

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

IDEA: A Flexible Framework of Certified Unlearning for Graph Neural Networks

2024-07-28 · Yushun Dong, Binchi Zhang, Zhenyu Lei, Na Zou 외

Graph Neural Networks (GNNs) have been increasingly deployed in a plethora of applications. However, the graph data used for training may contain sensitive personal information of the involved individuals. Once trained, …

Machine Unlearning

Scalable and Certifiable Graph Unlearning: Overcoming the Approximation Error Barrier

2024-08-17 · Lu Yi, Zhewei Wei

Graph unlearning has emerged as a pivotal research area for ensuring privacy protection, given the widespread adoption of Graph Neural Networks (GNNs) in applications involving sensitive user data. Among existing studies…

Certified Graph Unlearning

2022-06-18 · Eli Chien, Chao Pan, Olgica Milenkovic

Graph-structured data is ubiquitous in practice and often processed using graph neural networks (GNNs). With the adoption of recent laws ensuring the ``right to be forgotten'', the problem of graph data removal has becom…

GPRMachine Unlearning

Graph Unlearning via Embedding Reconstruction -- A Range-Null Space Decomposition Approach

2025-08-04 · Hang Yin, Zipeng Liu, Xiaoyong Peng, Liyao Xiang arxiv

Graph unlearning is tailored for GNNs to handle widespread and various graph structure unlearning requests, which remain largely unexplored. The GIF (graph influence function) achieves validity under partial edge unlearn…

Certified Signed Graph Unlearning

2025-11-18 · Junpeng Zhao, Lin Li, Kaixi Hu, Kaize Shi 외 arxiv

Signed graphs model complex relationships through positive and negative edges, with widespread real-world applications. Given the sensitive nature of such data, selective removal mechanisms have become essential for priv…