Add arXiv badge
Browse files
README.md
CHANGED
|
@@ -11,10 +11,15 @@ datasets:
|
|
| 11 |
- imagenet-1k
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
This repository hosts the released checkpoints and reference data for
|
| 17 |
-
**
|
|
|
|
|
|
|
| 18 |
|
| 19 |
Code, training scripts, and evaluation utilities are available at:
|
| 20 |
[github.com/Jiawei-Yang/FD-Loss](https://github.com/Jiawei-Yang/FD-Loss).
|
|
@@ -149,8 +154,10 @@ torchrun --nproc_per_node=8 scripts/compute_valfd.py \
|
|
| 149 |
|
| 150 |
```bibtex
|
| 151 |
@article{yang2026fdloss,
|
| 152 |
-
title={
|
| 153 |
author={Yang, Jiawei and Geng, Zhengyang and Ju, Xuan and Tian, Yonglong and Wang, Yue},
|
|
|
|
|
|
|
| 154 |
year={2026}
|
| 155 |
}
|
| 156 |
```
|
|
|
|
| 11 |
- imagenet-1k
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Representation Fréchet Loss for Visual Generation
|
| 15 |
+
|
| 16 |
+
[](https://arxiv.org/abs/2604.28190)
|
| 17 |
+
[](https://github.com/Jiawei-Yang/FD-Loss)
|
| 18 |
|
| 19 |
This repository hosts the released checkpoints and reference data for
|
| 20 |
+
**Representation Fréchet Loss for Visual Generation**.
|
| 21 |
+
|
| 22 |
+
Paper: [Representation Fréchet Loss for Visual Generation](https://arxiv.org/abs/2604.28190).
|
| 23 |
|
| 24 |
Code, training scripts, and evaluation utilities are available at:
|
| 25 |
[github.com/Jiawei-Yang/FD-Loss](https://github.com/Jiawei-Yang/FD-Loss).
|
|
|
|
| 154 |
|
| 155 |
```bibtex
|
| 156 |
@article{yang2026fdloss,
|
| 157 |
+
title={Representation Fréchet Loss for Visual Generation},
|
| 158 |
author={Yang, Jiawei and Geng, Zhengyang and Ju, Xuan and Tian, Yonglong and Wang, Yue},
|
| 159 |
+
journal={arXiv:2604.28190},
|
| 160 |
+
url={https://arxiv.org/abs/2604.28190},
|
| 161 |
year={2026}
|
| 162 |
}
|
| 163 |
```
|