paper-with-me

Papers

Machine Unlearning via Null Space Calibration

2024-04-21 · Huiqiang Chen, Tianqing Zhu, Xin Yu, Wanlei Zhou

Machine unlearning aims to enable models to forget specific data instances when receiving deletion requests. Current research centres on efficient unlearning to erase the influence of data from the model and neglects the subsequent impacts on the remaining data. Consequently, existing unlearning algorithms degrade the model's performance after unlearning, known as \textit{over-unlearning}. This paper addresses this critical yet under-explored issue by introducing machine \underline{U}nlearning via \underline{N}ull \underline{S}pace \underline{C}alibration (UNSC), which can accurately unlearn target samples without over-unlearning. On the contrary, by calibrating the decision space during unlearning, UNSC can significantly improve the model's performance on the remaining samples. In particular, our approach hinges on confining the unlearning process to a specified null space tailored to the remaining samples, which is augmented by strategically pseudo-labeling the unlearning samples. Comparative analyses against several established baselines affirm the superiority of our approach. Code is released at this \href{https://github.com/HQC-ML/Machine-Unlearning-via-Null-Space-Calibration}{URL}.

📄 PDF Abstract BibTeX arXiv:2404.13588

Code (1)

hqc-ml/machine-unlearning-via-null-space-calibration 공식 구현 pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Null Space Constrained Contrastive Visual Forgetting for MLLM Unlearning

2026-05-07 · Yuhang Wang, Zhenxing Niu, Haoxuan Ji, Guangyu He 외 arxiv

The core challenge of machine unlearning is to strike a balance between target knowledge removal and non-target knowledge retention. In the context of Multimodal Large Language Models (MLLMs), this challenge becomes even…

Graph Unlearning via Embedding Reconstruction -- A Range-Null Space Decomposition Approach

2025-08-04 · Hang Yin, Zipeng Liu, Xiaoyong Peng, Liyao Xiang arxiv

Graph unlearning is tailored for GNNs to handle widespread and various graph structure unlearning requests, which remain largely unexplored. The GIF (graph influence function) achieves validity under partial edge unlearn…

GRIP: Algorithm-Agnostic Machine Unlearning for Mixture-of-Experts via Geometric Router Constraints

2026-01-23 · Andy Zhu, Rongzhe Wei, Yupu Gu, Pan Li arxiv

Machine unlearning (MU) for large language models has become critical for AI safety, yet existing methods fail to generalize to Mixture-of-Experts (MoE) architectures. We identify that traditional unlearning methods expl…

Machine Unlearning in Hyperbolic vs. Euclidean Multimodal Contrastive Learning: Adapting Alignment Calibration to MERU

2025-03-19 · Àlex Pujol Vidal, Sergio Escalera, Kamal Nasrollahi, Thomas B. Moeslund

Machine unlearning methods have become increasingly important for selective concept removal in large pre-trained models. While recent work has explored unlearning in Euclidean contrastive vision-language models, the effe…

Contrastive LearningMachine Unlearning

Null-Space Constrained Low-Rank Adaptation for Response-Specified Large Language Model Unlearning

2026-06-09 · Bocheng Ju, Jianhua Wang, Chengliang Liu, Xiaolin Chang arxiv

Large language model unlearning aims to suppress designated undesirable knowledge while preserving benign capabilities. Many unlearning objectives focus on suppressing undesired answers, while recent target-guided varian…