paper-with-me

홈 › Papers

Gauss-Newton Unlearning for the LLM Era

2026-02-11 · Lev McKinney, Anvith Thudi, Juhan Bae, Tara Rezaei, Nicolas Papernot, Sheila A. McIlraith, Roger Grosse arxiv

Standard large language model training can create models that produce outputs their trainer deems unacceptable in deployment. The probability of these outputs can be reduced using methods such as LLM unlearning. However, unlearning a set of data (called the forget set) can degrade model performance on other distributions where the trainer wants to retain the model's behavior. To improve this trade-off, we demonstrate that using the forget set to compute only a few uphill Gauss-Newton steps provides a conceptually simple, state-of-the-art unlearning approach for LLMs. While Gauss-Newton steps adapt Newton's method to non-linear models, it is non-trivial to efficiently and accurately compute such steps for LLMs. Hence, our approach crucially relies on parametric Hessian approximations such as Kronecker-Factored Approximate Curvature (K-FAC). We call this combined approach K-FADE (K-FAC for Distribution Erasure). Our evaluation on the WMDP and ToFU benchmarks demonstrates that K-FADE suppresses outputs from the forget set and approximates, in output space, the results of retraining without the forget set. Critically, our method does this while altering the outputs on the retain set less than previous methods. This is because K-FADE transforms a constraint on the model's outputs across the entire retain set into a constraint on the model's weights, allowing the algorithm to minimally change the model's behavior on the retain set at each step. Moreover, the unlearning updates computed by K-FADE can be reapplied later if the model undergoes further training, allowing unlearning to be cheaply maintained.

📄 PDF Abstract BibTeX arXiv:2602.10568

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WIN-U: Woodbury-Informed Newton-Unlearning as a retain-free Machine Unlearning Framework

2026-04-15 · Xingjian Zhao, Mohammad Mohammadi Amiri, Malik Magdon-Ismail arxiv

Privacy concerns in LLMs have led to the rapidly growing need to enforce a data's "right to be forgotten". Machine unlearning addresses precisely this task, namely the removal of the influence of some specific data, i.e.…

Gaussian Certified Unlearning in High Dimensions: A Hypothesis Testing Approach

2025-10-15 · Aaradhya Pandey, Arnab Auddy, Haolin Zou, Arian Maleki 외 arxiv

Machine unlearning seeks to efficiently remove the influence of selected data while preserving generalization. Significant progress has been made in low dimensions $(p \ll n)$, but high dimensions pose serious theoretica…

Certified Minimax Unlearning with Generalization Rates and Deletion Capacity

2023-12-16 · NeurIPS 2023 11 · Jiaqi Liu, Jian Lou, Zhan Qin, Kui Ren

We study the problem of $(\epsilon,\delta)$-certified machine unlearning for minimax models. Most of the existing works focus on unlearning from standard statistical learning models that have a single variable and their …

Machine Unlearning

On Newton's Method to Unlearn Neural Networks

2024-06-20 · Nhung Bui, Xinyang Lu, Rachael Hwee Ling Sim, See-Kiong Ng 외

With the widespread applications of neural networks (NNs) trained on personal data, machine unlearning has become increasingly important for enabling individuals to exercise their personal data ownership, particularly th…

Machine Unlearning

A Robust Certified Machine Unlearning Method Under Distribution Shift

2026-01-11 · Jinduo Guo, Yinzhi Cao arxiv

The Newton method has been widely adopted to achieve certified unlearning. A critical assumption in existing approaches is that the data requested for unlearning are selected i.i.d.(independent and identically distribute…