Skip to content

Commit 47fbedb

Browse files
committed
freezeasguard: Add demo video for frontpage, video-and-demo and paper page
1 parent 4123fc0 commit 47fbedb

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

content/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ sections:
135135
{{< columns >}}
136136
![FreezeAsGuard](freezeasguard.png)
137137
<--->
138+
{{< youtube id="9D3ue-xhQkA" >}}
139+
{{< /columns >}}
138140
Illegally using fine-tuned diffusion models to forge human portraits has been a major threat to trustworthy AI. While most existing work focuses on detection of the AI-forged contents, our recent work instead aims to mitigate such illegal domain adaptation by applying safeguards on diffusion models. Being different from model unlearning techniques that cannot prevent the illegal domain knowledge from being relearned with custom or public data, our approach, namely FreezeGuard, suggests that the model publisher selectively freezes tensors in pre-trained models that are critical to the convergence of fine-tuning in illegal domains. FreezeAsGuard can effectively reduce the quality of images generated in illegal domains and ensure that these images are unrecognizable as target objects. Meanwhile, it has the minimum impact on legal domain adaptations, and can save up to 48% GPU memory and 21% wall-clock time in model fine-tuning.
139141
{{< /columns >}}
140142
{{< hr >}}

content/publication/2024-freezeasguard/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@ to fine-tuning SD v1.5. Each prompt adopts the same seed for generation.
8080

8181
![Qualitative Examples 1](2024-freezeasguard/freezeasguard-main.png)
8282
![Qualitative Examples 2](2024-freezeasguard/freezeasguard-other.png)
83+
84+
## Teaser Video
85+
{{< youtube id="9D3ue-xhQkA" >}}

content/video-and-demos/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ sections:
1111
text: |-
1212
# Teasers
1313
{{< columns >}}
14+
## [FreezeAsGuard](/publication/2024-freezeasguard/)
15+
FreezeAsGuard: Mitigating Illegal Adaptation of Diffusion Models via Selective Tensor Freezing
16+
{{< youtube id="9D3ue-xhQkA" >}}
17+
<--->
1418
## [ElasticTrainer](/publication/2023-elastictrainer/)
1519
ElasticTrainer: Speeding Up On-Device Training with Runtime Elastic Tensor Selection
1620
{{< youtube id="q86LnqEew_U" >}}
17-
<--->
21+
{{< /columns >}}
22+
{{< columns >}}
1823
## [PTEase](/publication/2023-ptease/)
1924
PTEase: Objective Airway Examination for Pulmonary Telemedicine using Commodity Smartphones
2025
{{< youtube id="Netn1AOdsz8" >}}

0 commit comments

Comments
 (0)