paper-with-me

Papers

Siamese Machine Unlearning with Knowledge Vaporization and Concentration

2024-12-02 · Songjie Xie, Hengtao He, Shenghui Song, Jun Zhang, Khaled B. Letaief

In response to the practical demands of the ``right to be forgotten" and the removal of undesired data, machine unlearning emerges as an essential technique to remove the learned knowledge of a fraction of data points from trained models. However, existing methods suffer from limitations such as insufficient methodological support, high computational complexity, and significant memory demands. In this work, we propose the concepts of knowledge vaporization and concentration to selectively erase learned knowledge from specific data points while maintaining representations for the remaining data. Utilizing the Siamese networks, we exemplify the proposed concepts and develop an efficient method for machine unlearning. Our proposed Siamese unlearning method does not require additional memory overhead and full access to the remaining dataset. Extensive experiments conducted across multiple unlearning scenarios showcase the superiority of Siamese unlearning over baseline methods, illustrating its ability to effectively remove knowledge from forgetting data, enhance model utility on remaining data, and reduce susceptibility to membership inference attacks.

📄 PDF Abstract BibTeX arXiv:2412.01207

Code (1)

SongjieXie/SiamUnlearning 공식 구현 pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

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

RESTOR: Knowledge Recovery through Machine Unlearning

2024-10-31 · Keivan Rezaei, Khyathi Chandu, Soheil Feizi, Yejin Choi 외

Large language models trained on web-scale corpora can memorize undesirable datapoints such as incorrect facts, copyrighted content or sensitive data. Recently, many machine unlearning algorithms have been proposed that …

Machine Unlearning

Layer Attack Unlearning: Fast and Accurate Machine Unlearning via Layer Level Attack and Knowledge Distillation

2023-12-28 · Hyunjune Kim, Sangyong Lee, Simon S. Woo

Recently, serious concerns have been raised about the privacy issues related to training datasets in machine learning algorithms when including personal data. Various regulations in different countries, including the GDP…

Knowledge DistillationMachine Unlearning

Efficient Knowledge Deletion from Trained Models through Layer-wise Partial Machine Unlearning

2024-03-12 · Vinay Chakravarthi Gogineni, Esmaeil S. Nadimi

Machine unlearning has garnered significant attention due to its ability to selectively erase knowledge obtained from specific training data samples in an already trained machine learning model. This capability enables d…

Machine Unlearning

Open Knowledge Base Canonicalization with Multi-task Unlearning

2023-10-25 · Bingchen Liu, Shihao Hou, Weixin Zeng, Xiang Zhao 외

The construction of large open knowledge bases (OKBs) is integral to many applications in the field of mobile computing. Noun phrases and relational phrases in OKBs often suffer from redundancy and ambiguity, which calls…

ClusteringGraph EmbeddingKnowledge Graph EmbeddingMachine Unlearning+1