paper-with-me

홈 › Papers

OFMU: Optimization-Driven Framework for Machine Unlearning

2025-09-26 · Sadia Asif, Mohammad Mohammadi Amiri arxiv

Large language models deployed in sensitive applications increasingly require the ability to unlearn specific knowledge, such as user requests, copyrighted materials, or outdated information, without retraining from scratch to ensure regulatory compliance, user privacy, and safety. This task, known as machine unlearning, aims to remove the influence of targeted data (forgetting) while maintaining performance on the remaining data (retention). A common approach is to formulate this as a multi-objective problem and reduce it to a single-objective problem via scalarization, where forgetting and retention losses are combined using a weighted sum. However, this often results in unstable training dynamics and degraded model utility due to conflicting gradient directions. To address these challenges, we propose OFMU, a penalty-based bi-level optimization framework that explicitly prioritizes forgetting while preserving retention through a hierarchical structure. Our method enforces forgetting via an inner maximization step that incorporates a similarity-aware penalty to decorrelate the gradients of the forget and retention objectives, and restores utility through an outer minimization step. To ensure scalability, we develop a two-loop algorithm with provable convergence guarantees under both convex and non-convex regimes. We further provide a rigorous theoretical analysis of convergence rates and show that our approach achieves better trade-offs between forgetting efficacy and model utility compared to prior methods. Extensive experiments across vision and language benchmarks demonstrate that OFMU consistently outperforms existing unlearning methods in both forgetting efficacy and retained utility.

📄 PDF Abstract BibTeX arXiv:2509.22483

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Unveiling Vulnerabilities of Large Reasoning Models in Machine Unlearning

2026-04-05 · Aobo Chen, Chenxu Zhao, Chenglin Miao, Mengdi Huai arxiv

Large language models (LLMs) possess strong semantic understanding, driving significant progress in data mining applications. This is further enhanced by large reasoning models (LRMs), which provide explicit multi-step r…

Soft Weighted Machine Unlearning

2025-05-24 · Xinbao Qiao, Ningning Ding, Yushi Cheng, Meng Zhang

Machine unlearning, as a post-hoc processing technique, has gained widespread adoption in addressing challenges like bias mitigation and robustness enhancement, colloquially, machine unlearning for fairness and robustnes…

counterfactualFairnessMachine Unlearning

Privacy Preservation through Practical Machine Unlearning

2025-02-15 · Robert Dilworth

Machine Learning models thrive on vast datasets, continuously adapting to provide accurate predictions and recommendations. However, in an era dominated by privacy concerns, Machine Unlearning emerges as a transformative…

Machine UnlearningPartially Labeled Datasets

Controllable Unlearning for Image-to-Image Generative Models via $\varepsilon$-Constrained Optimization

2024-08-03 · Xiaohua Feng, Chaochao Chen, Yuyuan Li, Li Zhang

While generative models have made significant advancements in recent years, they also raise concerns such as privacy breaches and biases. Machine unlearning has emerged as a viable solution, aiming to remove specific tra…

Machine Unlearningvalid

Verifiable and Provably Secure Machine Unlearning

2022-10-17 · Thorsten Eisenhofer, Doreen Riepel, Varun Chandrasekaran, Esha Ghosh 외

Machine unlearning aims to remove points from the training dataset of a machine learning model after training; for example when a user requests their data to be deleted. While many machine unlearning methods have been pr…

Machine UnlearningregressionSNARKS