SalUn: Empowering Machine Unlearning via Gradient-based Weight Saliency in Both Image Classification and Generation
WARNING: This repository contains model outputs that may be offensive in nature.
This is the official code repository for the ICLR 2024 Spotlight paper SalUn: Empowering Machine Unlearning via Gradient-based Weight Saliency in Both Image Classification and Generation.
Figure 1: Example comparison of pre/after unlearning by SalUn. (Left) Concept "Nudity"; (Middle) Object "Dog"; (Right) Style "Sketch". |
📣 Feel free to check out our new work about a simple but effective unlearning method for LLMs!
With evolving data regulations, machine unlearning (MU) has become an important tool for fostering trust and safety in today's AI models. However, existing MU methods focusing on data and/or weight perspectives often suffer limitations in unlearning accuracy, stability, and cross-domain applicability. To address these challenges, we introduce the concept of 'weight saliency' for MU, drawing parallels with input saliency in model explanation. This innovation directs MU's attention toward specific model weights rather than the entire model, improving effectiveness and efficiency. The resultant method that we call saliency unlearning (SalUn) narrows the performance gap with 'exact' unlearning (model retraining from scratch after removing the forgetting data points). To the best of our knowledge, SalUn is the first principled MU approach that can effectively erase the influence of forgetting data, classes, or concepts in both image classification and generation tasks. As highlighted below, For example, SalUn yields a stability advantage in high-variance random data forgetting, e.g., with a 0.2% gap compared to exact unlearning on the CIFAR-10 dataset. Moreover, in preventing conditional diffusion models from generating harmful images, SalUn achieves nearly 100% unlearning accuracy, outperforming current state-of-the-art baselines like Erased Stable Diffusion and Forget-Me-Not.
Figure 2: Schematic overview of our proposal on Saliency Unlearning (SalUn). |
SalUn can be applied to different tasks such as image classification and image generation. You can click the link below to access a more detailed installation guide.
- SalUn for Image Classification
- SalUn for Image Generation
See our project page for more visualizations!
Figure 3: Class-wise unlearning by SalUn on Stable Diffusion for the "Church" class. |
Figure 4: Concept unlearning by SalUn on Stable Diffusion for the "Nudity" concept. |
@article{fan2023salun,
title={SalUn: Empowering Machine Unlearning via Gradient-based Weight Saliency in Both Image Classification and Generation},
author={Fan, Chongyu and Liu, Jiancheng and Zhang, Yihua and Wong, Eric and Wei, Dennis and Liu, Sijia},
journal={arXiv preprint arXiv:2310.12508},
year={2023}
}