Add metadata and link to paper (#1)
Browse files- Add metadata and link to paper (908712efc59965b2d684f079cde85c42f90e16bb)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<h1 align="center">Infinite-World</h1>
|
| 2 |
|
| 3 |
<h3 align="center">Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory</h3>
|
|
@@ -132,7 +142,7 @@ If you find this work useful, please consider citing:
|
|
| 132 |
```bibtex
|
| 133 |
@article{wu2026infiniteworld,
|
| 134 |
title={Infinite-World: Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory},
|
| 135 |
-
author={Wu, Ruiqi and He, Xuanhua
|
| 136 |
journal={arXiv preprint arXiv:2602.02393},
|
| 137 |
year={2026}
|
| 138 |
}
|
|
@@ -141,4 +151,4 @@ If you find this work useful, please consider citing:
|
|
| 141 |
|
| 142 |
## License
|
| 143 |
|
| 144 |
-
This project is released under the [MIT License](LICENSE).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-to-video
|
| 4 |
+
base_model: Wan-AI/Wan2.1-T2V-1.3B
|
| 5 |
+
arxiv: 2602.02393
|
| 6 |
+
tags:
|
| 7 |
+
- world-model
|
| 8 |
+
- interactive-world-model
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
<h1 align="center">Infinite-World</h1>
|
| 12 |
|
| 13 |
<h3 align="center">Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory</h3>
|
|
|
|
| 142 |
```bibtex
|
| 143 |
@article{wu2026infiniteworld,
|
| 144 |
title={Infinite-World: Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory},
|
| 145 |
+
author={Wu, Ruiqi and He, Xuanhua e.a.},
|
| 146 |
journal={arXiv preprint arXiv:2602.02393},
|
| 147 |
year={2026}
|
| 148 |
}
|
|
|
|
| 151 |
|
| 152 |
## License
|
| 153 |
|
| 154 |
+
This project is released under the [MIT License](LICENSE).
|