Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HIFI-Gen Dataset
|
| 2 |
+
|
| 3 |
+
We propose a high-fidelity synthetic image benchmark named **HIFI-Gen** dataset.
|
| 4 |
+
|
| 5 |
+
This dataset is introduced in our paper:
|
| 6 |
+
- Paper: [***DNA: Uncovering Universal Latent Forgery Knowledge***](https://arxiv.org/abs/2601.22515)
|
| 7 |
+
|
| 8 |
+
Code, models and analysis are available on our GitHub:
|
| 9 |
+
- GitHub: [**DNA-Uncovering-Universal-Latent-Forgery-Knowledge project** 🔬](https://github.com/jocelyndou/DNA-Uncovering-Universal-Latent-Forgery-Knowledge)
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# Dataset Copyright
|
| 13 |
+
This dataset is constructed for academic and research purposes. Please follow the CC BY-NC 4.0 license and the corresponding source dataset guidelines.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
# Citation
|
| 17 |
+
|
| 18 |
+
Checkout this paper [arxiv: 2601.22515](https://arxiv.org/abs/2601.22515)
|
| 19 |
+
|
| 20 |
+
```bibtex
|
| 21 |
+
@article{dou2026dna,
|
| 22 |
+
title={Dna: Uncovering universal latent forgery knowledge},
|
| 23 |
+
author={Dou, Jingtong and Shi, Chuancheng and Wang, Yemin and Guo, Shiming and Yi, Anqi and Wu, Wenhua and Zhang, Li and Shen, Fei and Chua, Tat-Seng},
|
| 24 |
+
journal={arXiv preprint arXiv:2601.22515},
|
| 25 |
+
year={2026}
|
| 26 |
+
}
|