Image-to-Video
Diffusers
Safetensors

Add model card for UniWorld-View

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-to-video
4
+ ---
5
+
6
+ # UniWorld-View: Large-Baseline View Synthesis via Video Diffusion Models
7
+
8
+ UniWorld-View is a unified framework for controllable large-baseline novel view synthesis from monocular inputs (casual videos or single images) using video diffusion models.
9
+
10
+ - **Paper:** [UniWorld-View: Large-Baseline View Synthesis via Video Diffusion Models](https://huggingface.co/papers/2608.04701)
11
+ - **Project Page:** [https://zhouhyocean.github.io/uniworld-view/](https://zhouhyocean.github.io/uniworld-view/)
12
+ - **GitHub Repository:** [https://github.com/PKU-YuanGroup/UniWorld-View](https://github.com/PKU-YuanGroup/UniWorld-View)
13
+
14
+ ## Citation
15
+
16
+ ```bibtex
17
+ @misc{zhou2026uniworldviewlargebaselineviewsynthesis,
18
+ title={UniWorld-View: Large-Baseline View Synthesis via Video Diffusion Models},
19
+ author={Haiyang Zhou and Wangbo Yu and Chaoran Feng and Xunyu Zhou and Yonghong Tian and Li Yuan},
20
+ year={2026},
21
+ eprint={2608.04701},
22
+ archivePrefix={arXiv},
23
+ primaryClass={cs.CV},
24
+ url={https://arxiv.org/abs/2608.04701},
25
+ }
26
+ ```