From 0ac8556fa2cc23c70c342785e53145c5d6b09d46 Mon Sep 17 00:00:00 2001 From: "hanjian.thu123" Date: Tue, 24 Dec 2024 15:24:53 +0800 Subject: [PATCH] [update] add citation --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58bb2fd..da071f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![arXiv](https://img.shields.io/static/v1?label=Project%20Page&message=Github&color=blue&logo=github-pages)](https://foundationvision.github.io/infinity.project/)  [![arXiv](https://img.shields.io/badge/arXiv%20paper-2412.04431-b31b1b.svg)](https://arxiv.org/abs/2412.04431)  [![huggingface weights](https://img.shields.io/badge/%F0%9F%A4%97%20Weights-FoundationVision/Infinity-yellow)](https://huggingface.co/FoundationVision/infinity)  -[![code](https://img.shields.io/badge/%F0%9F%A4%97%20Code-FoundationVision/Infinity-green)](https://github.com/FoundationVision/Infinity)  +[![code](https://img.shields.io/badge/%F0%9F%A4%96%20Code-FoundationVision/Infinity-green)](https://github.com/FoundationVision/Infinity) 

@@ -168,5 +168,20 @@ Infinity shows strong scaling capabilities as illustrated before. Thus we are en Currently, Infinity-20B is still on the training phrase. We will release Infinity-20B once the training is completed. +## Citation +If our work assists your research, feel free to give us a star ⭐ or cite us using: + +``` +@misc{han2024infinityscalingbitwiseautoregressive, + title={Infinity: Scaling Bitwise AutoRegressive Modeling for High-Resolution Image Synthesis}, + author={Jian Han and Jinlai Liu and Yi Jiang and Bin Yan and Yuqi Zhang and Zehuan Yuan and Bingyue Peng and Xiaobing Liu}, + year={2024}, + eprint={2412.04431}, + archivePrefix={arXiv}, + primaryClass={cs.CV}, + url={https://arxiv.org/abs/2412.04431}, +} +``` + ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.