Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
+
arxiv: 2603.21085
|
| 5 |
+
tags:
|
| 6 |
+
- image-generation
|
| 7 |
+
- generative-models
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Taming Sampling Perturbations with Variance Expansion Loss for Latent Diffusion Models (CVPR 2026)
|
| 11 |
+
|
| 12 |
+
[paper](https://arxiv.org/abs/2603.21085) | [code](https://github.com/CVL-UESTC/VE-Loss)
|
| 13 |
+
|
| 14 |
+
If you find our work useful, please consider citing:
|
| 15 |
+
```bibtex
|
| 16 |
+
@article{li2026taming,
|
| 17 |
+
title={Taming Sampling Perturbations with Variance Expansion Loss for Latent Diffusion Models},
|
| 18 |
+
author={Li, Qifan and Zhou, Xingyu and Zhang, Jinhua and You, Weiyi and Gu, Shuhang},
|
| 19 |
+
journal={arXiv preprint arXiv:2603.21085},
|
| 20 |
+
year={2026}
|
| 21 |
+
}
|