Skip to content

theREALevan/extreme-view-3dfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emergent Extreme-View Geometry
in 3D Foundation Models

arXiv   Project Page   Main Code Repository   Generalization Eval Repository   Hugging Face

CVPR 2026

Yiwen Zhang¹   Joseph Tung²   Ruojin Cai³   David Fouhey²   Hadar Averbuch-Elor¹

¹Cornell University   ²New York University   ³Kempner Institute, Harvard University

@misc{zhang2025emergentextremeviewgeometry3d,
      title={Emergent Extreme-View Geometry in 3D Foundation Models}, 
      author={Yiwen Zhang and Joseph Tung and Ruojin Cai and David Fouhey and Hadar Averbuch-Elor},
      year={2025},
      eprint={2511.22686},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2511.22686}, 
}

Code Release

Component Evaluation Training
VGGT ✅ Released Coming soon
π³ ✅ Released Coming soon
World-Mirror (WM) ✅ Released Coming soon

Extreme Relative Rotation Estimation Evaluation

Setup

  1. Clone the repository (with submodules):

    git clone --recurse-submodules https://github.com/theREALevan/extreme-view-3dfm.git
    cd extreme-view-3dfm
  2. Install dependencies: Go into the corresponding model folder under models/ and follow that repo’s setup.

Run evaluation

  1. In scripts/eval.sh, set BASE_DIR to your MegaUnScene data root.

  2. Set MODEL to vggt, pi3, or wm. Set NO_CKPT=1 to use the pre-trained model only; otherwise the fine-tuned checkpoint is used.

  3. Run:

    ./scripts/eval.sh

Generalization Evaluations

For evaluations on monocular depth, multiview pose estimation, and dense reconstruction (including on UnSceneRecon), please refer to the generalization evaluation GitHub repo.

MegaUnScene Dataset

For MegaUnScene information and download instructions, please refer to the HuggingFace dataset page.


For more details, visit the project page.

About

[CVPR 2026] Emergent Extreme-View Geometry in 3D Foundation Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors