Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,23 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Dissolving Is Amplifying
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
## Space description
|
| 16 |
+
|
| 17 |
+
This space implements StableDiffusion-based dissolving transformations acting as a feature-aware blurring filter.
|
| 18 |
+
|
| 19 |
+
## Citation
|
| 20 |
+
|
| 21 |
+
If you find DIA useful in your research, please cite the following paper:
|
| 22 |
+
|
| 23 |
+
``` latex
|
| 24 |
+
@misc{shi2023dissolving,
|
| 25 |
+
author = {Jian Shi and Pengyi Zhang and Ni Zhang and Hakim Ghazzai and Peter Wonka},
|
| 26 |
+
title = {Dissolving Is Amplifying: Towards Fine-Grained Anomaly Detection},
|
| 27 |
+
year = {2023},
|
| 28 |
+
eprint={2302.14696},
|
| 29 |
+
archivePrefix={arXiv}
|
| 30 |
+
}
|
| 31 |
+
```
|