paper-with-me

Papers

SAUL: Sharpness-Aware Augmented-Lagrangian Unlearning

2026-08-17 · Jaewan Choi, Junyoung Yang, Sangdon Park arxiv

Machine unlearning in Large Language Models (LLMs) faces a critical trade-off between erasing target knowledge and preserving general utility. We propose SAUL (Sharpness-Aware Augmented-Lagrangian Unlearning), which formulates unlearning as a constrained minimization problem following the principle of "forget enough, but no more than necessary." At its core, SAUL formulates forgetting as an explicit constraint with a prescribed satisfaction criterion, whereas prior unlearning methods typically specify the desired level of forgetting implicitly through optimization objectives. An augmented Lagrangian controller adaptively adjusts forget-side pressure according to constraint violation and can eventually deactivate the forget-side update as the prescribed criterion remains satisfied. Sharpness-aware updates on both retain and forget objectives, together with a dual-optimizer design that maintains role-separated states, further stabilize the resulting unlearning dynamics. We evaluate SAUL on the TOFU, WMDP, and MUSE benchmarks, demonstrating favorable forgetting-utility trade-offs over representative sharpness- and perturbation-based baselines under benchmark-specific forgetting criteria. Beyond the complete SAUL framework, we further show on TOFU that applying the augmented-Lagrangian controller as a drop-in modifier to representative baselines improves their post-forgetting utility, demonstrating the practical value of explicit forgetting control.

📄 PDF Abstract BibTeX arXiv:2608.16249

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sharpness-Aware Machine Unlearning

2025-06-16 · Haoran Tang, Rajiv Khanna

We characterize the effectiveness of Sharpness-aware minimization (SAM) under machine unlearning scheme, where unlearning forget signals interferes with learning retain signals. While previous work prove that SAM improve…

DenoisingMachine UnlearningMemorization

Towards LLM Unlearning Resilient to Relearning Attacks: A Sharpness-Aware Minimization Perspective and Beyond

2025-02-07 · Chongyu Fan, Jinghan Jia, Yihua Zhang, Anil Ramakrishna 외

The LLM unlearning technique has recently been introduced to comply with data regulations and address the safety and ethical concerns of LLMs by removing the undesired data-model influence. However, state-of-the-art unle…

Machine Unlearning under Retain-Forget Entanglement

2026-03-27 · Jingpu Cheng, Ping Liu, Qianxiao Li, Chi Zhang arxiv

Forgetting a subset in machine unlearning is rarely an isolated task. Often, retained samples that are closely related to the forget set can be unintentionally affected, particularly when they share correlated features f…

Easy to Learn, Yet Hard to Forget: Towards Robust Unlearning Under Bias

2026-02-25 · JuneHyoung Kwon, MiHyeon Kim, Eunju Lee, Yoonji Lee 외 arxiv

Machine unlearning, which enables a model to forget specific data, is crucial for ensuring data privacy and model reliability. However, its effectiveness can be severely undermined in real-world scenarios where models le…

DurableUn: Quantization-Induced Recovery Attacks in Machine Unlearning

2026-05-04 · Abdullah Ahmad Khan, Ferdous Sohel arxiv

Machine unlearning aims to remove specified training data to satisfy privacy regulations such as GDPR. However, existing evaluations assume identical precision at unlearning and deployment, overlooking that production LL…