Загрузка видео...

Не удалось загрузить видео

На главную

📢A new learning-based approach to SfM: #ACEZero No img-to-img matching, optimises image-to-scene correspondences directly. Needs no pose priors. Works on unordered image sets. Efficiently handles thousands of images. Paper: Page:

71,226 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 10

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

ACEZero builds an implicit scene representation by incremental training. It iterates between learning the scene representation, and registering new views to the representation. The process starts with a single image and the identity pose.

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

Because ACEZero optimizes image-to-scene correspondences directly, it naturally avoids the explosion of complexity of image-to-image matching for many images. ACEZero is able to estimate the poses of multiple thousand images in 1 hour on a single GPU.

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

We demonstrate the robustness and accuracy of ACEZero poses using novel view synthesis. In particular, we fit Nerfacto models on top of ACE Zero poses and render new views.

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

Existing learning-based SfM approaches do not scale well in the number of images. NoPe-NeRF needs two days to pose 200 images. DUSt3R runs OOM quickly. We were able to run DUSt3R with 50 images on a A100 (40GB). In contrast, ACE Zero can process thousands of images on a V100.

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

We found the estimated poses of ACEZero to be very similar to those estimated by COLMAP, also achieving similar view synthesis quality. Orange: COLMAP, green: ACEZero

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

ACEZero builds on the ACE relocaliser and trains it in a self-supervised fashion. The relocaliser is the reason why we do not need pose priors nor sequential images. Either an image is registered close to its optimal pose, or rejected and revisited later.

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

Watch this 3 minute teaser video to get a rough overview of the method.

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

Work by @NianticLabs Research, with Jamie Wynn, @ShuaiC8 , Tommaso Cavallari, @AMonszpart , @dantkz and @viprad.

Фото профиля Jerome Revaud
Jerome Revaud2 лет назад

That’s pretty impressive. Awesome work, congrats! Also really happy you compared to the DUSr3R baseline :)

Фото профиля Eric Brachmann
Eric Brachmann2 лет назад

Thanks Jerome! The DUSt3R code is excellent. We were able to get the baseline results in no-time.

Похожие видео

VideoRF: Rendering Dynamic Radiance Fields as 2D Feature Video Streams paper page: Neural Radiance Fields (NeRFs) excel in photorealistically rendering static scenes. However, rendering dynamic, long-duration radiance fields on ubiquitous devices remains challenging, due to data storage and computational constraints. In this paper, we introduce VideoRF, the first approach to enable real-time streaming and rendering of dynamic radiance fields on mobile platforms. At the core is a serialized 2D feature image stream representing the 4D radiance field all in one. We introduce a tailored training scheme directly applied to this 2D domain to impose the temporal and spatial redundancy of the feature image stream. By leveraging the redundancy, we show that the feature image stream can be efficiently compressed by 2D video codecs, which allows us to exploit video hardware accelerators to achieve real-time decoding. On the other hand, based on the feature image stream, we propose a novel rendering pipeline for VideoRF, which has specialized space mappings to query radiance properties efficiently. Paired with a deferred shading model, VideoRF has the capability of real-time rendering on mobile devices thanks to its efficiency. We have developed a real-time interactive player that enables online streaming and rendering of dynamic scenes, offering a seamless and immersive free-viewpoint experience across a range of devices, from desktops to mobile phones.

AK

38,686 просмотров • 2 лет назад