paper-with-me

홈 › Papers

Provable Unlearning with Gradient Ascent on Two-Layer ReLU Neural Networks

2025-10-16 · Odelia Melamed, Gilad Yehudai, Gal Vardi arxiv

Machine Unlearning aims to remove specific data from trained models, addressing growing privacy and ethical concerns. We provide a theoretical analysis of a simple and widely used method - gradient ascent - used to reverse the influence of a specific data point without retraining from scratch. Leveraging the implicit bias of gradient descent towards solutions that satisfy the Karush-Kuhn-Tucker (KKT) conditions of a margin maximization problem, we quantify the quality of the unlearned model by evaluating how well it satisfies these conditions w.r.t. the retained data. To formalize this idea, we propose a new success criterion, termed \textbf{$(ε, δ, τ)$-successful} unlearning, and show that, for both linear models and two-layer neural networks with high dimensional data, a properly scaled gradient-ascent step satisfies this criterion and yields a model that closely approximates the retrained solution on the retained data. We also show that gradient ascent performs successful unlearning while still preserving generalization in a synthetic Gaussian-mixture setting.

📄 PDF Abstract BibTeX arXiv:2510.14844

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Stable Forgetting: Bounded Parameter-Efficient Unlearning in Foundation Models

2025-09-29 · Arpit Garg, Hemanth Saratchandran, Ravi Garg, Simon Lucey arxiv

Machine unlearning in foundation models (e.g., language and vision transformers) is essential for privacy and safety; however, existing approaches are unstable and unreliable. A widely used strategy, the gradient differe…

CE-U: Cross Entropy Unlearning

2025-03-03 · Bo Yang

Large language models (LLMs) inadvertently memorize sensitive data from their massive pretraining corpora \cite{jang2022knowledge}. In this work, we propose CE-U (Cross Entropy Unlearning), a novel loss function designed…

reinforcement-learningReinforcement Learning

Label Smoothing Improves Gradient Ascent in LLM Unlearning

2025-10-25 · Zirui Pang, Hao Zheng, Zhijie Deng, Ling Li 외 arxiv

LLM unlearning has emerged as a promising approach, aiming to enable models to forget hazardous/undesired knowledge at low cost while preserving as much model utility as possible. Among existing techniques, the most stra…

Unlearning Trojans in Large Language Models: A Comparison Between Natural Language and Source Code

2024-08-22 · Mahdi Kazemi, Aftab Hussain, Md Rafiqul Islam Rabin, Mohammad Amin Alipour 외

This work investigates the application of Machine Unlearning (MU) for mitigating the impact of trojans embedded in conventional large language models of natural language (Text-LLMs) and large language models of code (Cod…

Defect DetectionMachine UnlearningSentiment Analysis