Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: image-to-image
|
6 |
+
tags:
|
7 |
+
- face restoration
|
8 |
+
- diffusion
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
# Visual Style Prompt Learning Using Diffusion Models for Blind Face Restoration Visual Style Prompt (VSPBFR)
|
13 |
+
|
14 |
+
Official PyTorch implementation of VSPBFR.
|
15 |
+
|
16 |
+
[[paper]](https://www.sciencedirect.com/science/article/pii/S003132032401063X?via%3Dihub)
|
17 |
+
|
18 |
+
|
19 |
+
<div style="text-align: justify"> Blind face restoration aims to recover high-quality facial images from various unidentified sources of degradation, posing significant challenges due to the minimal information retrievable from the degraded images.
|
20 |
+
Prior knowledge-based methods, leveraging geometric priors and facial features, have led to advancements in face restoration but often fall short of capturing fine details. To address this, we introduce a visual style prompt learning framework that utilizes diffusion probabilistic models to explicitly generate visual prompts within the latent space of pre-trained generative models. These prompts are designed to guide the restoration process.
|
21 |
+
To fully utilize the visual prompts and enhance the extraction of informative and rich patterns, we introduce a style-modulated aggregation transformation layer. Extensive experiments and applications demonstrate the superiority of our method in achieving high-quality blind face restoration.</div>
|
22 |
+
|
23 |
+
![Performance](./imgs/teaser3.png)
|
24 |
+
![Performance](./imgs/teaser4.png)
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
---
|
29 |
+
license: mit
|
30 |
+
---
|