Image-to-Image
nielsr HF Staff commited on
Commit
2759acc
·
verified ·
1 Parent(s): b833497

Add model card for GaMO

Browse files

This PR adds a comprehensive model card for GaMO, including relevant metadata, links to the paper, project page, and official GitHub repository, as well as the BibTeX citation.

Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-to-image
4
+ ---
5
+
6
+ # GaMO: Geometry-aware Multi-view Diffusion Outpainting for Sparse-View 3D Reconstruction
7
+
8
+ [**Project Page**](https://yichuanh.github.io/GaMO/) | [**ArXiv**](https://huggingface.co/papers/2512.25073) | [**GitHub**](https://github.com/yichuanH/GaMO_official)
9
+
10
+ GaMO (Geometry-aware Multi-view Outpainter) is a framework that reformulates sparse-view reconstruction through multi-view outpainting. Instead of generating new viewpoints, GaMO expands the field of view from existing camera poses, which inherently preserves geometric consistency while providing broader scene coverage.
11
+
12
+ Our approach employs multi-view conditioning and geometry-aware denoising strategies in a zero-shot manner without training. Extensive experiments on Replica and ScanNet++ demonstrate state-of-the-art reconstruction quality across 3, 6, and 9 input views, outperforming prior methods in PSNR and LPIPS, while achieving a 25× speedup over SOTA diffusion-based methods.
13
+
14
+ ## Citation
15
+
16
+ If you find this work useful, please consider citing:
17
+
18
+ ```bibtex
19
+ @article{huang2025gamo,
20
+ title={GaMO: Geometry-aware Multi-view Diffusion Outpainting for Sparse-View 3D Reconstruction},
21
+ author={Huang, Yi-Chuan and Chien, Hao-Jen and Lin, Chin-Yang and Chen, Ying-Huan and Liu, Yu-Lun},
22
+ journal={arXiv preprint arXiv:2512.25073},
23
+ year={2025}
24
+ }
25
+ ```