#238 · Primary category: Computer Vision

acezero

3d-reconstruction camera-relocalization computer-vision eccv eccv2024 machine-learning pose-estimation sfm structure-from-motion visual-relocalization

[ECCV 2024 - Oral] ACE0 is a learning-based structure-from-motion approach that estimates camera parameters of sets of images by learning a multi-view consistent, implicit scene representation.

Project last updated:11/10/25

GitHub Stars

808

Forks

54

Contributors

5

License

MIT

Why we included this project

Most structure-from-motion tools recover camera poses by matching features across images. ACE0 takes a different route: it learns a multi-view consistent, implicit scene representation and estimates the camera parameters for a set of images from that, sidestepping the feature-matching pipeline entirely. The codebase is useful beyond the ECCV 2024 paper. You can refine existing poses, start from a partial reconstruction, feed it RGB-D input, or use the recovered poses to train NeRF and Gaussian splat models. It also bundles the standard ACE (CVPR 2023) workflow and optional reconstruction priors from the ICCV 2025 follow-up, so comparing classic and learning-based approaches is straightforward. Teams that need dependable camera poses for AR, robotics, or photogrammetry work will find the incremental learning approach and the included benchmark scripts directly applicable.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category