paper-with-me

Papers

Graph Unlearning

2021-03-27 · Min Chen, Zhikun Zhang, Tianhao Wang, Michael Backes, Mathias Humbert, Yang Zhang

Machine unlearning is a process of removing the impact of some training data from the machine learning (ML) models upon receiving removal requests. While straightforward and legitimate, retraining the ML model from scratch incurs a high computational overhead. To address this issue, a number of approximate algorithms have been proposed in the domain of image and text data, among which SISA is the state-of-the-art solution. It randomly partitions the training set into multiple shards and trains a constituent model for each shard. However, directly applying SISA to the graph data can severely damage the graph structural information, and thereby the resulting ML model utility. In this paper, we propose GraphEraser, a novel machine unlearning framework tailored to graph data. Its contributions include two novel graph partition algorithms and a learning-based aggregation method. We conduct extensive experiments on five real-world graph datasets to illustrate the unlearning efficiency and model utility of GraphEraser. It achieves 2.06$\times$ (small dataset) to 35.94$\times$ (large dataset) unlearning time improvement. On the other hand, GraphEraser achieves up to $62.5\%$ higher F1 score and our proposed learning-based aggregation method achieves up to $112\%$ higher F1 score.\footnote{Our code is available at \url{https://github.com/MinChen00/Graph-Unlearning}.}

📄 PDF Abstract BibTeX arXiv:2103.14991

Code (1)

MinChen00/Graph-Unlearning 공식 구현 pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

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…

Community-Centric Graph Unlearning

2024-08-19 · Yi Li, Shichao Zhang, Guixian Zhang, Debo Cheng

Graph unlearning technology has become increasingly important since the advent of the `right to be forgotten' and the growing concerns about the privacy and security of artificial intelligence. Graph unlearning aims to q…

GIF: A General Graph Unlearning Strategy via Influence Function

2023-04-06 · Jiancan Wu, Yi Yang, Yuchun Qian, Yongduo Sui 외

With the greater emphasis on privacy and security in our society, the problem of graph unlearning -- revoking the influence of specific data on the trained GNN model, is drawing increasing attention. However, ranging fro…

Machine Unlearning

Adaptive Graph Unlearning

2025-05-19 · Pengfei Ding, Yan Wang, Guanfeng Liu, JiaJie Zhu

Graph unlearning, which deletes graph elements such as nodes and edges from trained graph neural networks (GNNs), is crucial for real-world applications where graph data may contain outdated, inaccurate, or privacy-sensi…

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…