paper-with-me

Papers

Zero-Shot Machine Unlearning

2022-01-14 · Vikram S Chundawat, Ayush K Tarun, Murari Mandal, Mohan Kankanhalli

Modern privacy regulations grant citizens the right to be forgotten by products, services and companies. In case of machine learning (ML) applications, this necessitates deletion of data not only from storage archives but also from ML models. Due to an increasing need for regulatory compliance required for ML applications, machine unlearning is becoming an emerging research problem. The right to be forgotten requests come in the form of removal of a certain set or class of data from the already trained ML model. Practical considerations preclude retraining of the model from scratch after discarding the deleted data. The few existing studies use either the whole training data, or a subset of training data, or some metadata stored during training to update the model weights for unlearning. However, in many cases, no data related to the training process or training samples may be accessible for the unlearning purpose. We therefore ask the question: is it possible to achieve unlearning with zero training samples? In this paper, we introduce the novel problem of zero-shot machine unlearning that caters for the extreme but practical scenario where zero original data samples are available for use. We then propose two novel solutions for zero-shot machine unlearning based on (a) error minimizing-maximizing noise and (b) gated knowledge transfer. These methods remove the information of the forget data from the model while maintaining the model efficacy on the retain data. The zero-shot approach offers good protection against the model inversion attacks and membership inference attacks. We introduce a new evaluation metric, Anamnesis Index (AIN) to effectively measure the quality of the unlearning method. The experiments show promising results for unlearning in deep learning models on benchmark vision data-sets. The source code is available here: https://github.com/ayu987/zero-shot-unlearning

📄 PDF Abstract BibTeX arXiv:2201.05629

Code (1)

ayu987/zero-shot-unlearning 공식 구현 pytorch

Tasks

Machine UnlearningTransfer Learning

Similar Papers 제목 키워드 기반

Zero-shot Class Unlearning via Layer-wise Relevance Analysis and Neuronal Path Perturbation

2024-10-31 · Wenhan Chang, Tianqing Zhu, Ping Xiong, Yufeng Wu 외

In the rapid advancement of artificial intelligence, privacy protection has become crucial, giving rise to machine unlearning. Machine unlearning is a technique that removes specific data influences from trained models w…

Machine UnlearningPrivacy Preserving

Zero-Shot Machine Unlearning with Proxy Adversarial Data Generation

2025-07-29 · Huiqiang Chen, Tianqing Zhu, Xin Yu, Wanlei Zhou arxiv

Machine unlearning aims to remove the influence of specific samples from a trained model. A key challenge in this process is over-unlearning, where the model's performance on the remaining data significantly drops due to…

ZeroUnlearn: Few-Shot Knowledge Unlearning in Large Language Models

2026-05-16 · Yujie Lin, Chengyi Yang, Zhishang Xiang, Yiping Song 외 arxiv

Large language models inevitably retain sensitive information, defined as inputs that may induce harmful generations, due to training on massive web corpora, raising concerns for privacy and safety. Existing machine unle…

An Information Theoretic Approach to Machine Unlearning

2024-02-02 · Jack Foster, Kyle Fogarty, Stefan Schoepf, Zack Dugue 외

To comply with AI and data regulations, the need to forget private or copyrighted information from trained machine learning models is increasingly important. The key challenge in unlearning is forgetting the necessary da…

Machine Unlearning

Jellyfish: Zero-Shot Federated Unlearning Scheme with Knowledge Disentanglement

2026-04-05 · Houzhe Wang, Xiaojie Zhu, Chi Chen arxiv

With the increasing importance of data privacy and security, federated unlearning emerges as a new research field dedicated to ensuring that once specific data is deleted, federated learning models no longer retain or di…

Synthetic Data GenerationFederated Learning