paper-with-me

홈 › Papers

CUFG: Curriculum Unlearning Guided by the Forgetting Gradient

2025-09-18 · Jiaxing Miao, Liang Hu, Qi Zhang, Lai Zhong Yuan, Usman Naseem arxiv

As privacy and security take center stage in AI, machine unlearning, the ability to erase specific knowledge from models, has garnered increasing attention. However, existing methods overly prioritize efficiency and aggressive forgetting, which introduces notable limitations. In particular, radical interventions like gradient ascent, influence functions, and random label noise can destabilize model weights, leading to collapse and reduced reliability. To address this, we propose CUFG (Curriculum Unlearning via Forgetting Gradients), a novel framework that enhances the stability of approximate unlearning through innovations in both forgetting mechanisms and data scheduling strategies. Specifically, CUFG integrates a new gradient corrector guided by forgetting gradients for fine-tuning-based unlearning and a curriculum unlearning paradigm that progressively forgets from easy to hard. These innovations narrow the gap with the gold-standard Retrain method by enabling more stable and progressive unlearning, thereby improving both effectiveness and reliability. Furthermore, we believe that the concept of curriculum unlearning has substantial research potential and offers forward-looking insights for the development of the MU field. Extensive experiments across various forgetting scenarios validate the rationale and effectiveness of our approach and CUFG. Codes are available at https://anonymous.4open.science/r/CUFG-6375.

📄 PDF Abstract BibTeX arXiv:2509.14633

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Forget by Uncertainty: Orthogonal Entropy Unlearning for Quantized Neural Networks

2026-01-31 · Tian Zhang, Yujia Tong, Junhao Dong, Ke Xu 외 arxiv

The deployment of quantized neural networks on edge devices, combined with privacy regulations like GDPR, creates an urgent need for machine unlearning in quantized models. However, existing methods face critical challen…

$\textbf{AGT$^{AO}$}$: Robust and Stabilized LLM Unlearning via Adversarial Gating Training with Adaptive Orthogonality

2026-02-02 · Pengyu Li, Lingling Zhang, Zhitao Gao, Yanrui Wu 외 arxiv

While Large Language Models (LLMs) have achieved remarkable capabilities, they unintentionally memorize sensitive data, posing critical privacy and security risks. Machine unlearning is pivotal for mitigating these risks…

Beyond Superficial Forgetting: Thorough Unlearning through Knowledge Density Estimation and Block Re-insertion

2025-11-11 · Feng Guo, Yuntao Wen, Shen Gao, Junshuo Zhang 외 arxiv

Machine unlearning, which selectively removes harmful knowledge from a pre-trained model without retraining from scratch, is crucial for addressing privacy, regulatory compliance, and ethical concerns in Large Language M…

Density Estimation

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…

IMU: Influence-guided Machine Unlearning

2025-08-03 · Xindi Fan, Jing Wu, Mingyi Zhou, Pengwei Liang 외 arxiv

Machine Unlearning (MU) aims to selectively erase the influence of specific data points from pretrained models. However, most existing MU methods rely on the retain set to preserve model utility, which is often impractic…