paper-with-me

홈 › Papers

Towards Efficient Target-Level Machine Unlearning Based on Essential Graph

2024-06-16 · Heng Xu, Tianqing Zhu, Lefeng Zhang, Wanlei Zhou, Wei Zhao

Machine unlearning is an emerging technology that has come to attract widespread attention. A number of factors, including regulations and laws, privacy, and usability concerns, have resulted in this need to allow a trained model to forget some of its training data. Existing studies of machine unlearning mainly focus on unlearning requests that forget a cluster of instances or all instances from one class. While these approaches are effective in removing instances, they do not scale to scenarios where partial targets within an instance need to be forgotten. For example, one would like to only unlearn a person from all instances that simultaneously contain the person and other targets. Directly migrating instance-level unlearning to target-level unlearning will reduce the performance of the model after the unlearning process, or fail to erase information completely. To address these concerns, we have proposed a more effective and efficient unlearning scheme that focuses on removing partial targets from the model, which we name "target unlearning". Specifically, we first construct an essential graph data structure to describe the relationships between all important parameters that are selected based on the model explanation method. After that, we simultaneously filter parameters that are also important for the remaining targets and use the pruning-based unlearning method, which is a simple but effective solution to remove information about the target that needs to be forgotten. Experiments with different training models on various datasets demonstrate the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2406.10954

Code (1)

IMoonKeyBoy/Towards-Efficient-Target-Level-Machine-Unlearning-Based-on-Essential-Graph 공식 구현 pytorch

Tasks

Machine Unlearning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Causal Fuzzing for Verifying Machine Unlearning

2025-09-20 · Anna Mazhar, Sainyam Galhotra arxiv

As machine learning models become increasingly embedded in decision-making systems, the ability to "unlearn" targeted data or features is crucial for enhancing model adaptability, fairness, and privacy in models which in…

Computational Efficiency

Survey of Security and Data Attacks on Machine Unlearning In Financial and E-Commerce

2024-09-29 · Carl E. J. Brodzinski

This paper surveys the landscape of security and data attacks on machine unlearning, with a focus on financial and e-commerce applications. We discuss key privacy threats such as Membership Inference Attacks and Data Rec…

Data PoisoningMachine Unlearning

Node-level Contrastive Unlearning on Graph Neural Networks

2025-03-04 · Hong kyu Lee, Qiuchen Zhang, Carl Yang, Li Xiong

Graph unlearning aims to remove a subset of graph entities (i.e. nodes and edges) from a graph neural network (GNN) trained on the graph. Unlike machine unlearning for models trained on Euclidean-structured data, effecti…

Graph Neural Networkgraph partitioningMachine Unlearning

Concept Unlearning in Large Language Models via Self-Constructed Knowledge Triplets

2025-09-19 · Tomoya Yamashita, Yuuki Yamanaka, Masanori Yamada, Takayuki Miura 외 arxiv

Machine Unlearning (MU) has recently attracted considerable attention as a solution to privacy and copyright issues in large language models (LLMs). Existing MU methods aim to remove specific target sentences from an LLM…

Knowledge Graphs

ERM-KTP: Knowledge-Level Machine Unlearning via Knowledge Transfer

2023-01-01 · CVPR 2023 1 · Shen Lin, XiaoYu Zhang, Chenyang Chen, Xiaofeng Chen 외

Machine unlearning can fortify the privacy and security of machine learning applications. Unfortunately, the exact unlearning approaches are inefficient, and the approximate unlearning approaches are unsuitable for c…

Machine UnlearningTransfer Learning