DamonDemon commited on
Commit
983da52
β€’
1 Parent(s): 4460b58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -43
README.md CHANGED
@@ -1,44 +1,58 @@
1
-
2
-
3
- # Defensive Unlearning with Adversarial Training for Robust Concept Erasure in Diffusion Models
4
- ### [Project Website]() | [Arxiv Preprint](https://arxiv.org/abs/2405.15234) | [Fine-tuned Weights](https://drive.google.com/drive/folders/1Nf-EJ2W3CsZwpc5blZFi7tm7o1wEiTg4?usp=sharing) | [Demo]() <br>
5
- Our proposed robust unlearning framework, AdvUnlearn, enhances diffusion models' safety by robustly erasing unwanted concepts through adversarial training, achieving an optimal balance between concept erasure and image generation quality.
6
-
7
-
8
-
9
-
10
-
11
- ## Baselines
12
-
13
- | DM Unlearning Methods | Nudity | Van Gogh | Objects |
14
- |:-------|:----:|:-------:| :-------:|
15
- | [ESD](https://github.com/rohitgandikota/erasing) (Erased Stable Diffusion) | βœ… | βœ… | βœ…
16
- | [FMN](https://github.com/SHI-Labs/Forget-Me-Not) (Forget-Me-Not) | βœ… | βœ… | βœ…
17
- | [AC](https://github.com/nupurkmr9/concept-ablation) (Ablating Concepts) | ❌ | βœ… | ❌
18
- | [UCE](https://github.com/rohitgandikota/unified-concept-editing) (Unified Concept Editing) | βœ… | βœ… | ❌
19
- | [SalUn](https://github.com/OPTML-Group/Unlearn-Saliency) (Saliency Unlearning) | βœ… | ❌ | βœ…
20
- | [SH](https://github.com/JingWu321/Scissorhands_ex) (ScissorHands) | βœ… | ❌ | βœ…
21
- | [ED](https://github.com/JingWu321/EraseDiff) (EraseDiff) | βœ… | ❌ | βœ…
22
- | [SPM](https://github.com/Con6924/SPM) (concept-SemiPermeable Membrane) | βœ… | βœ… | βœ…
23
- | **AdvUnlearn (Ours)** | βœ… | βœ… | βœ…
24
-
25
-
26
- <br>
27
-
28
-
29
- ## Cite Our Work
30
- The preprint can be cited as follows:
31
- ```
32
- @misc{zhang2024defensive,
33
- title={Defensive Unlearning with Adversarial Training for Robust Concept Erasure in Diffusion Models},
34
- author={Yimeng Zhang and Xin Chen and Jinghan Jia and Yihua Zhang and Chongyu Fan and Jiancheng Liu and Mingyi Hong and Ke Ding and Sijia Liu},
35
- year={2024},
36
- eprint={2405.15234},
37
- archivePrefix={arXiv},
38
- primaryClass={cs.CV}
39
- }
40
- ```
41
-
42
- ---
43
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ---
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - art
7
+ - unlearned_textencoder
8
+ - safe_diffusion
9
+ - adversarial_training
10
+ - defensive_unlearning
11
+ ---
12
+
13
+
14
+ # Defensive Unlearning with Adversarial Training for Robust Concept Erasure in Diffusion Models
15
+ ### [Project Website]() | [Arxiv Preprint](https://arxiv.org/abs/2405.15234) | [Fine-tuned Weights](https://drive.google.com/drive/folders/1Nf-EJ2W3CsZwpc5blZFi7tm7o1wEiTg4?usp=sharing) | [Demo]() <br>
16
+ Our proposed robust unlearning framework, AdvUnlearn, enhances diffusion models' safety by robustly erasing unwanted concepts through adversarial training, achieving an optimal balance between concept erasure and image generation quality.
17
+
18
+
19
+
20
+ <div align="center">
21
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63e44e62789dcaae43c865d9/vad9l9ME0KD0OJKYLcFun.png" />
22
+ </div>
23
+
24
+
25
+ ## Baselines
26
+
27
+ | DM Unlearning Methods | Nudity | Van Gogh | Objects |
28
+ |:-------|:----:|:-------:| :-------:|
29
+ | [ESD](https://github.com/rohitgandikota/erasing) (Erased Stable Diffusion) | βœ… | βœ… | βœ…
30
+ | [FMN](https://github.com/SHI-Labs/Forget-Me-Not) (Forget-Me-Not) | βœ… | βœ… | βœ…
31
+ | [AC](https://github.com/nupurkmr9/concept-ablation) (Ablating Concepts) | ❌ | βœ… | ❌
32
+ | [UCE](https://github.com/rohitgandikota/unified-concept-editing) (Unified Concept Editing) | βœ… | βœ… | ❌
33
+ | [SalUn](https://github.com/OPTML-Group/Unlearn-Saliency) (Saliency Unlearning) | βœ… | ❌ | βœ…
34
+ | [SH](https://github.com/JingWu321/Scissorhands_ex) (ScissorHands) | βœ… | ❌ | βœ…
35
+ | [ED](https://github.com/JingWu321/EraseDiff) (EraseDiff) | βœ… | ❌ | βœ…
36
+ | [SPM](https://github.com/Con6924/SPM) (concept-SemiPermeable Membrane) | βœ… | βœ… | βœ…
37
+ | **AdvUnlearn (Ours)** | βœ… | βœ… | βœ…
38
+
39
+
40
+ <br>
41
+
42
+
43
+ ## Cite Our Work
44
+ The preprint can be cited as follows:
45
+ ```
46
+ @misc{zhang2024defensive,
47
+ title={Defensive Unlearning with Adversarial Training for Robust Concept Erasure in Diffusion Models},
48
+ author={Yimeng Zhang and Xin Chen and Jinghan Jia and Yihua Zhang and Chongyu Fan and Jiancheng Liu and Mingyi Hong and Ke Ding and Sijia Liu},
49
+ year={2024},
50
+ eprint={2405.15234},
51
+ archivePrefix={arXiv},
52
+ primaryClass={cs.CV}
53
+ }
54
+ ```
55
+
56
+ ---
57
+ license: cc-by-4.0
58
  ---