paper-with-me

Papers

Ready2Unlearn: A Learning-Time Approach for Preparing Models with Future Unlearning Readiness

2025-05-16 · Hanyu Duan, Yi Yang, Ahmed Abbasi, Kar Yan Tam

This paper introduces Ready2Unlearn, a learning-time optimization approach designed to facilitate future unlearning processes. Unlike the majority of existing unlearning efforts that focus on designing unlearning algorithms, which are typically implemented reactively when an unlearning request is made during the model deployment phase, Ready2Unlearn shifts the focus to the training phase, adopting a "forward-looking" perspective. Building upon well-established meta-learning principles, Ready2Unlearn proactively trains machine learning models with unlearning readiness, such that they are well prepared and can handle future unlearning requests in a more efficient and principled manner. Ready2Unlearn is model-agnostic and compatible with any gradient ascent-based machine unlearning algorithms. We evaluate the method on both vision and language tasks under various unlearning settings, including class-wise unlearning and random data unlearning. Experimental results show that by incorporating such preparedness at training time, Ready2Unlearn produces an unlearning-ready model state, which offers several key advantages when future unlearning is required, including reduced unlearning time, improved retention of overall model capability, and enhanced resistance to the inadvertent recovery of forgotten data. We hope this work could inspire future efforts to explore more proactive strategies for equipping machine learning models with built-in readiness towards more reliable and principled machine unlearning.

📄 PDF Abstract BibTeX arXiv:2505.10845

Code (0)

등록된 구현이 없습니다.

Tasks

Machine UnlearningMeta-Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Machine Unlearning Fails to Remove Data Poisoning Attacks

2024-06-25 · Martin Pawelczyk, Jimmy Z. Di, Yiwei Lu, Ayush Sekhari 외

We revisit the efficacy of several practical methods for approximate machine unlearning developed for large-scale deep learning. In addition to complying with data deletion requests, one often-cited potential application…

Data PoisoningMachine Unlearning

Towards Aligned Data Removal via Twin Machine Unlearning

2024-08-21 · Yuyao Sun, Zhenxing Niu, Gang Hua, Rong Jin

Modern privacy regulations have spurred the evolution of machine unlearning, a technique that enables the removal of data from an already trained ML model without requiring retraining from scratch. Previous unlearning me…

Machine Unlearning

An Investigation on Learning, Polluting, and Unlearning the Spam Emails for Lifelong Learning

2021-11-26 · Nishchal Parne, Kyathi Puppaala, Nithish Bhupathi, Ripon Patgiri

Machine unlearning for security is studied in this context. Several spam email detection methods exist, each of which employs a different algorithm to detect undesired spam emails. But these models are vulnerable to atta…

Lifelong learningMachine UnlearningSpam detection

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

Rotation Control Unlearning: Quantifying and Controlling Continuous Unlearning for LLM with The Cognitive Rotation Space

2025-09-30 · Xiang Zhang, Kun Wei, Xu Yang, Jiahua Li 외 arxiv

As Large Language Models (LLMs) become increasingly prevalent, their security vulnerabilities have already drawn attention. Machine unlearning is introduced to seek to mitigate these risks by removing the influence of un…