Zero-Shot Machine Unlearning with Proxy Adversarial Data Generation

Abstract

Machine unlearning aims to remove the influence of specific samples from a trained model. A key challenge in this process is over-unlearning, where the model's performance on the remaining data significantly drops due to the change in the model's parameters. Existing unlearning algorithms depend on the remaining data to prevent this issue. As such, these methods are inapplicable in a more practical scenario, where only the unlearning samples are available (i.e., zero-shot unlearning). This paper presents a novel framework, ZS-PAG, to fill this gap. Our approach offers three key innovations: (1) we approximate the inaccessible remaining data by generating adversarial samples; (2) leveraging the generated samples, we pinpoint a specific subspace to perform the unlearning process, therefore preventing over-unlearning in the challenging zero-shot scenario; and (3) we consider the influence of the unlearning process on the remaining samples and design an influence-based pseudo-labeling strategy. As a result, our method further improves the model's performance after unlearning. The proposed method holds a theoretical guarantee, and experiments on various benchmarks validate the effectiveness and superiority of our proposed method over several baselines.

Cite

Text

Chen et al. "Zero-Shot Machine Unlearning with Proxy Adversarial Data Generation." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/39

Markdown

[Chen et al. "Zero-Shot Machine Unlearning with Proxy Adversarial Data Generation." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/chen2025ijcai-zero/) doi:10.24963/IJCAI.2025/39

BibTeX

@inproceedings{chen2025ijcai-zero,
  title     = {{Zero-Shot Machine Unlearning with Proxy Adversarial Data Generation}},
  author    = {Chen, Huiqiang and Zhu, Tianqing and Yu, Xin and Zhou, Wanlei},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {339-347},
  doi       = {10.24963/IJCAI.2025/39},
  url       = {https://mlanthology.org/ijcai/2025/chen2025ijcai-zero/}
}