Skip to content

Commit 2ddc55c

Browse files
committed
solve conflix
2 parents 6194a1b + 85e1093 commit 2ddc55c

File tree

5 files changed

+58
-27
lines changed

5 files changed

+58
-27
lines changed

.DS_Store

-18 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4-
*/.DS_Store
4+
.DS_Store
55

66
*.pdf

_data/publications/conferences.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
- title: "WAGLE: Strategic Weight Attribution for Effective and Modular Unlearning in Large Language Models"
2+
image: dummy.png
3+
description:
4+
authors: "<span style='color:blue'>J. Jia</span>, <span style='color:blue'>J. Liu</span>, <span style='color:blue'>Y. Zhang</span>, P. Ram, N. Baracaldo, <span style='color:blue'>S. Liu</span>"
5+
link:
6+
url: https://www.optml-group.com/publications
7+
display: NeurIPS’24
8+
highlight: 0
9+
news2:
10+
post:
11+
12+
- title: "Defensive Unlearning with Adversarial Training for Robust Concept Erasure in Diffusion Models"
13+
image: dummy.png
14+
description:
15+
authors: "<span style='color:blue'>Y. Zhang</span>, X. Chen, <span style='color:blue'>J. Jia</span>, <span style='color:blue'>Y. Zhang</span>, <span style='color:blue'>C. Fan</span>, <span style='color:blue'>J. Liu</span>, M. Hong, K. Ding, <span style='color:blue'>S. Liu</span>"
16+
link:
17+
url: https://arxiv.org/abs/2405.15234
18+
display: NeurIPS’24
19+
highlight: 0
20+
news2:
21+
post:
22+
23+
- title: "UnlearnCanvas: A Stylized Image Dataset to Benchmark Machine Unlearning for Diffusion Models"
24+
image: dummy.png
25+
description:
26+
authors: "<span style='color:blue'>Y. Zhang</span>, <span style='color:blue'>C. Fan</span>, <span style='color:blue'>Y. Zhang</span>, <span style='color:blue'>Y. Yao</span>, <span style='color:blue'>J. Jia</span>, <span style='color:blue'>J. Liu</span>, G. Zhang, G. Liu, R. Kompella, X. Liu, <span style='color:blue'>S. Liu</span>"
27+
link:
28+
url: https://arxiv.org/abs/2402.11846
29+
display: "NeurIPS’24 D&B"
30+
highlight: 0
31+
news2:
32+
post:
33+
34+
- title: "From Trojan Horses to Castle Walls: Unveiling Bilateral Backdoor Effects in Diffusion Models"
35+
image: dummy.png
36+
description:
37+
authors: "<span style='color:blue'>Z. Pan*</span>, <span style='color:blue'>Y. Yao*</span>, G. Liu, B. Shen, H. V. Zhao, R. R. Kompella, <span style='color:blue'>S. Liu</span>"
38+
link:
39+
url: https://arxiv.org/abs/2311.02373
40+
display: NeurIPS’24
41+
highlight: 0
42+
news2:
43+
post:
44+
45+
- title: "SOUL: Unlocking the Power of Second-Order Optimization for LLM Unlearning"
46+
image: dummy.png
47+
description:
48+
authors: "<span style='color:blue'>J. Jia</span>, <span style='color:blue'>Y. Zhang</span>, <span style='color:blue'>Y. Zhang</span>, <span style='color:blue'>J. Liu</span>, <span style='color:blue'>B. Runwal</span>, <span style='color:black'>J. Diffendender</span>, <span style='color:black'>B. Kailkhura</span>, <span style='color:blue'>S. Liu</span>"
49+
link:
50+
url: https://arxiv.org/abs/2404.18239
51+
display: EMNLP’24
52+
highlight: 0
53+
news2:
54+
post:
55+
156
- title: "To Generate or Not? Safety-Driven Unlearned Diffusion Models Are Still Easy To Generate Unsafe Images ... For Now"
257
image: mu_attack.png
358
description: "The recent advances in diffusion models (DMs) have revolutionized the generation of complex and diverse images. However, these models also introduce potential safety hazards, such as the production of harmful content and infringement of data copyrights. Although there have been efforts to create safety-driven unlearning methods to counteract these challenges, doubts remain about their capabilities. To bridge this uncertainty, we propose an evaluation framework built upon adversarial attacks (also referred to as adversarial prompts), in order to discern the trustworthiness of these safety-driven unlearned DMs. Specifically, our research explores the (worst-case) robustness of unlearned DMs in eradicating unwanted concepts, styles, and objects, assessed by the generation of adversarial prompts. We develop a novel adversarial learning approach called UnlearnDiff that leverages the inherent classification capabilities of DMs to streamline the generation of adversarial prompts, making it as simple for DMs as it is for image classification attacks. This technique streamlines the creation of adversarial prompts, making the process as intuitive for generative modeling as it is for image classification assaults. Through comprehensive benchmarking, we assess the unlearning robustness of five prevalent unlearned DMs across multiple tasks. Our results underscore the effectiveness and efficiency of UnlearnDiff when compared to state-of-the-art adversarial prompting methods."

_data/publications/preprints.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
- title: "SOUL: Unlocking the Power of Second-Order Optimization for LLM Unlearning"
2-
image: dummy.png
3-
description:
4-
authors: "<span style='color:blue'>J. Jia</span>, <span style='color:blue'>Y. Zhang</span>, <span style='color:blue'>Y. Zhang</span>, <span style='color:blue'>J. Liu</span>, <span style='color:blue'>B. Runwawl</span>, <span style='color:black'>J. Diffendender</span>, <span style='color:black'>B. Kailkhura</span>, <span style='color:blue'>S. Liu</span>"
5-
link:
6-
url: https://arxiv.org/abs/2404.18239
7-
display: arXiv Preprint
8-
highlight: 0
9-
news2:
10-
post:
11-
121
- title: "UnlearnCanvas: A Stylized Image Dataset to Benchmark Machine Unlearning for Diffusion Models"
132
image: dummy.png
143
description:
@@ -19,16 +8,3 @@
198
highlight: 0
209
news2:
2110
post:
22-
23-
- title: "From Trojan Horses to Castle Walls: Unveiling Bilateral Backdoor Effects in Diffusion Models"
24-
image: dummy.png
25-
description:
26-
authors: "<span style='color:blue'>Z. Pan*</span>, <span style='color:blue'>Y. Yao*</span>, G. Liu, B. Shen, H. V. Zhao, R. R. Kompella, <span style='color:blue'>S. Liu</span>"
27-
link:
28-
url: https://arxiv.org/abs/2311.02373
29-
display: arXiv Preprint
30-
highlight: 0
31-
news2:
32-
post:
33-
34-

_pages/publications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Authors marked in <span style="color:blue">blue</span> indicate our group member
1313
Jump: [Preprints](#preprints), [Conference Papers](#highlighted-conference-papers) and [Journal Papers](#journal-papers)
1414

1515

16-
## Preprints
16+
<!-- ## Preprints
1717
1818
**Back to [Top](#publications)**
1919
@@ -23,7 +23,7 @@ Jump: [Preprints](#preprints), [Conference Papers](#highlighted-conference-paper
2323
<em>{{ publi.authors }} </em><br />
2424
{{ publi.link.display }}
2525
26-
{% endfor %}
26+
{% endfor %} -->
2727

2828

2929
## Highlighted Conference Papers

0 commit comments

Comments
 (0)