jjiaweiyang commited on
Commit
88ce2bb
·
verified ·
1 Parent(s): 6b0dbe8

Add arXiv badge

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -11,10 +11,15 @@ datasets:
11
  - imagenet-1k
12
  ---
13
 
14
- # Decoupled Fréchet Loss Improves Visual Generation
 
 
 
15
 
16
  This repository hosts the released checkpoints and reference data for
17
- **Decoupled Fréchet Loss Improves Visual Generation**.
 
 
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={Decoupled Fréchet Loss Improves Visual Generation},
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2604.28190-b31b1b.svg)](https://arxiv.org/abs/2604.28190)
17
+ [![GitHub](https://img.shields.io/badge/GitHub-code-181717.svg)](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
  ```