paper-with-me

Papers

$\nabla τ$: Gradient-based and Task-Agnostic machine Unlearning

2024-03-21 · Daniel Trippa, Cesare Campagnano, Maria Sofia Bucarelli, Gabriele Tolomei, Fabrizio Silvestri

Machine Unlearning, the process of selectively eliminating the influence of certain data examples used during a model's training, has gained significant attention as a means for practitioners to comply with recent data protection regulations. However, existing unlearning methods face critical drawbacks, including their prohibitively high cost, often associated with a large number of hyperparameters, and the limitation of forgetting only relatively small data portions. This often makes retraining the model from scratch a quicker and more effective solution. In this study, we introduce Gradient-based and Task-Agnostic machine Unlearning ($\nabla \tau$), an optimization framework designed to remove the influence of a subset of training data efficiently. It applies adaptive gradient ascent to the data to be forgotten while using standard gradient descent for the remaining data. $\nabla \tau$ offers multiple benefits over existing approaches. It enables the unlearning of large sections of the training dataset (up to 30%). It is versatile, supporting various unlearning tasks (such as subset forgetting or class removal) and applicable across different domains (images, text, etc.). Importantly, $\nabla \tau$ requires no hyperparameter adjustments, making it a more appealing option than retraining the model from scratch. We evaluate our framework's effectiveness using a set of well-established Membership Inference Attack metrics, demonstrating up to 10% enhancements in performance compared to state-of-the-art methods without compromising the original model's accuracy.

📄 PDF Abstract BibTeX arXiv:2403.14339

Code (0)

등록된 구현이 없습니다.

Tasks

Inference AttackMachine UnlearningMembership Inference Attack

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Gradient Surgery for One-shot Unlearning on Generative Model

2023-07-10 · Seohui Bae, Seoyoon Kim, Hyemin Jung, Woohyung Lim

Recent regulation on right-to-be-forgotten emerges tons of interest in unlearning pre-trained machine learning models. While approximating a straightforward yet expensive approach of retrain-from-scratch, recent machine …

Machine UnlearningMulti-Task Learning

A Unified Gradient-based Framework for Task-agnostic Continual Learning-Unlearning

2025-05-21 · Zhehao Huang, Xinwen Cheng, Jie Zhang, JingHao Zheng 외

Recent advancements in deep models have highlighted the need for intelligent systems that combine continual learning (CL) for knowledge acquisition with machine unlearning (MU) for data removal, forming the Continual Lea…

Continual LearningIncremental LearningMachine Unlearning

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 algorit…

Machine UnlearningMeta-Learning

A More Practical Approach to Machine Unlearning

2024-06-13 · David Zagardo

Machine learning models often incorporate vast amounts of data, raising significant privacy concerns. Machine unlearning, the ability to remove the influence of specific data points from a trained model, addresses these …

Machine Unlearning

GRIP: Algorithm-Agnostic Machine Unlearning for Mixture-of-Experts via Geometric Router Constraints

2026-01-23 · Andy Zhu, Rongzhe Wei, Yupu Gu, Pan Li arxiv

Machine unlearning (MU) for large language models has become critical for AI safety, yet existing methods fail to generalize to Mixture-of-Experts (MoE) architectures. We identify that traditional unlearning methods expl…