Update README.md (#3)
Browse files- Update README.md (4a976a5593ffef7a2bd24a26c86498ad9a6f2e7c)
README.md
CHANGED
|
@@ -9,7 +9,6 @@ tags:
|
|
| 9 |
- image-generation
|
| 10 |
---
|
| 11 |
|
| 12 |
-
```markdown
|
| 13 |
<h3 align="center">
|
| 14 |
Less-to-More Generalization: Unlocking More Controllability by In-Context Generation
|
| 15 |
</h3>
|
|
@@ -103,21 +102,17 @@ For the purpose of fostering research and the open-source community, we plan to
|
|
| 103 |
- [x] Release training code.
|
| 104 |
- [x] Release model checkpoints.
|
| 105 |
- [x] Release arXiv paper.
|
| 106 |
-
- [
|
| 107 |
|
| 108 |
## Citation
|
| 109 |
If UNO is helpful, please help to ⭐ the repo.
|
| 110 |
|
| 111 |
If you find this project useful for your research, please consider citing our paper:
|
| 112 |
```bibtex
|
| 113 |
-
@
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
archivePrefix={arXiv},
|
| 119 |
-
primaryClass={cs.CV},
|
| 120 |
-
url={https://arxiv.org/abs/2504.02160},
|
| 121 |
}
|
| 122 |
-
```
|
| 123 |
```
|
|
|
|
| 9 |
- image-generation
|
| 10 |
---
|
| 11 |
|
|
|
|
| 12 |
<h3 align="center">
|
| 13 |
Less-to-More Generalization: Unlocking More Controllability by In-Context Generation
|
| 14 |
</h3>
|
|
|
|
| 102 |
- [x] Release training code.
|
| 103 |
- [x] Release model checkpoints.
|
| 104 |
- [x] Release arXiv paper.
|
| 105 |
+
- [] Release in-context data generation pipelines.
|
| 106 |
|
| 107 |
## Citation
|
| 108 |
If UNO is helpful, please help to ⭐ the repo.
|
| 109 |
|
| 110 |
If you find this project useful for your research, please consider citing our paper:
|
| 111 |
```bibtex
|
| 112 |
+
@article{wu2025less,
|
| 113 |
+
title={Less-to-More Generalization: Unlocking More Controllability by In-Context Generation},
|
| 114 |
+
author={Wu, Shaojin and Huang, Mengqi and Wu, Wenxu and Cheng, Yufeng and Ding, Fei and He, Qian},
|
| 115 |
+
journal={arXiv preprint arXiv:2504.02160},
|
| 116 |
+
year={2025}
|
|
|
|
|
|
|
|
|
|
| 117 |
}
|
|
|
|
| 118 |
```
|