https://github.com/clear-nus/selective-amnesia
https://github.com/clear-nus/selective-amnesia
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/clear-nus/selective-amnesia
- Owner: clear-nus
- License: mit
- Created: 2023-05-17T09:58:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T11:12:24.000Z (7 months ago)
- Last Synced: 2024-10-30T23:36:22.010Z (6 months ago)
- Language: Python
- Size: 5.49 MB
- Stars: 55
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-diffusion-categorized - [Code
README
# Selective Amnesia: A Continual Learning Approach for Forgetting in Deep Generative Models
[](https://arxiv.org/abs/2305.10120)
[](https://opensource.org/licenses/MIT)
[](https://nips.cc/)
![]()
Figure 1: Qualitative results of our method, Selective Amnesia (SA). SA can be applied to a variety
of models, from forgetting textual prompts such as specific celebrities or nudity in text-to-image
models to discrete classes in VAEs and diffusion models (DDPM).This is the official code repository for the NeurIPS 2023 Spotlight paper [Selective Amnesia: A Continual Learning Approach for Forgetting in Deep Generative Models](https://arxiv.org/abs/2305.10120).
The code is split into three subfolders, one each for VAE, DDPM and Stable Diffusion experiments. Detailed instructions are included in the respective subfolders.
## Contact
If you have any questions regarding the code or the paper, please email [Alvin](mailto:[email protected]).## BibTeX
If you find this repository or the ideas presented in our paper useful, please consider citing.
```
@article{heng2023selective,
title={Selective Amnesia: A Continual Learning Approach to Forgetting in Deep Generative Models},
author={Heng, Alvin and Soh, Harold},
journal={arXiv preprint arXiv:2305.10120},
year={2023}
}
```