Image-to-3D
Sun commited on
Commit
525fb76
·
verified ·
1 Parent(s): 504afa0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -1,4 +1,31 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: image-to-3d
4
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: image-to-3d
4
+ ---
5
+
6
+ <div align="center">
7
+
8
+ # [CVPR 2026 (Highlight)] Uni3R: Unified 3D Reconstruction and Semantic Understanding via Generalizable Gaussian Splatting from Unposed Multi-View Images
9
+
10
+ Xiangyu Sun*, Haoyi Jiang*, Liu Liu, Seungtae Nam, Gyeongjin Kang, Xinjie Wang,</br>
11
+ Wei Sui, Zhizhong Su, Wenyu Liu, Xinggang Wang, Eunbyung Park
12
+
13
+ [![Project page](https://img.shields.io/badge/project%20page-Uni3R-blue)](https://horizonrobotics.github.io/robot_lab/uni3R)
14
+ [![arXiv](https://img.shields.io/badge/arXiv-2508.03643-red?logo=arXiv&logoColor=red)](https://arxiv.org/abs/2508.03643)
15
+
16
+ </div>
17
+
18
+ ## Citation
19
+ If you find our work useful in your research, please consider giving a star :star: and citing the following paper :pencil:.
20
+
21
+ ```bibTeX
22
+ @misc{sun2025uni3runified3dreconstruction,
23
+ title={Uni3R: Unified 3D Reconstruction and Semantic Understanding via Generalizable Gaussian Splatting from Unposed Multi-View Images},
24
+ author={Xiangyu Sun and Haoyi Jiang and Liu Liu and Seungtae Nam and Gyeongjin Kang and Xinjie Wang and Wei Sui and Zhizhong Su and Wenyu Liu and Xinggang Wang and Eunbyung Park},
25
+ year={2025},
26
+ eprint={2508.03643},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.CV},
29
+ url={https://arxiv.org/abs/2508.03643},
30
+ }
31
+ ```