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

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

На главную

Supervised learning has held 3D Vision back for too long. Meet RayZer — a self-supervised 3D model trained with zero 3D labels: ❌ No supervision of camera & geometry ✅ Just RGB images And the wild part? RayZer outperforms supervised methods (as 3D labels from COLMAP is noisy) 🌐...

69,460 просмотров • 1 год назад •via X (Twitter)

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

Фото профиля Hanwen Jiang
Hanwen Jiang1 год назад

🔍 How does RayZer work? It performs 3D-aware image auto-encoding, which first disentangles images into scene + camera (reconstruction), then re-entangles them back into images (rendering) and learn via RGB loss. The key is splitting the images into two sets — one set to reconstruct scene, and the other to provide supervision, which avoids trivial non-3D solutions.

Фото профиля Hanwen Jiang
Hanwen Jiang1 год назад

🤯 RayZer outperforms supervised methods — why? Turns out, 3D labels from COLMAP are noisy. GS-LRM and LVSM consistently fail on scenes of glasses, high luminance intensity, and white walls. These are cases where COLMAP usually fail. This highlights the need for self-supervised learning — and shows just how powerful it can be.

Фото профиля Hanwen Jiang
Hanwen Jiang1 год назад

RayZer is similar to video generation models philosophically: ❌ No 3D-aware architecture ❌ No 3D representation & rendering equation ❌ No 3D supervision ✅ But 3D awareness emerges. (We show more inference results)

Фото профиля Hanwen Jiang
Hanwen Jiang1 год назад

Joint work with @HaoTan5 @totoro97_ @Haian_Jin @__yuezhao__ @Sai__Bi @KaiZhang9546 @fujun_luan Kalyan Sunkavalli @qixing_huang @geopavlakos

Фото профиля Dmytro Mishkin 🇺🇦
Dmytro Mishkin 🇺🇦1 год назад

Amazing! Dare to try it in Image Matching Challenge? :)

Фото профиля Hanwen Jiang
Hanwen Jiang1 год назад

haha, I don't think it works on images with different lighting conditions now

Фото профиля relu
relu1 год назад

Super cool. I’ve been looking for pose estimation without any supervision from SfM and couldn’t find any papers! Was super surprised. I’m glad someone finally got this working

Фото профиля Jeffrey Ouyang-Zhang
Jeffrey Ouyang-Zhang1 год назад

cool work!

Фото профиля Jang Hyun (Vincent) Cho
Jang Hyun (Vincent) Cho1 год назад

amazing

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

3D-LLM: Injecting the 3D World into Large Language Models paper page: Large language models (LLMs) and Vision-Language Models (VLMs) have been proven to excel at multiple tasks, such as commonsense reasoning. Powerful as these models can be, they are not grounded in the 3D physical world, which involves richer concepts such as spatial relationships, affordances, physics, layout, and so on. In this work, we propose to inject the 3D world into large language models and introduce a whole new family of 3D-LLMs. Specifically, 3D-LLMs can take 3D point clouds and their features as input and perform a diverse set of 3D-related tasks, including captioning, dense captioning, 3D question answering, task decomposition, 3D grounding, 3D-assisted dialog, navigation, and so on. Using three types of prompting mechanisms that we design, we are able to collect over 300k 3D-language data covering these tasks. To efficiently train 3D-LLMs, we first utilize a 3D feature extractor that obtains 3D features from rendered multi- view images. Then, we use 2D VLMs as our backbones to train our 3D-LLMs. By introducing a 3D localization mechanism, 3D-LLMs can better capture 3D spatial information. Experiments on ScanQA show that our model outperforms state-of-the-art baselines by a large margin (e.g., the BLEU-1 score surpasses state-of-the-art score by 9%). Furthermore, experiments on our held-in datasets for 3D captioning, task composition, and 3D-assisted dialogue show that our model outperforms 2D VLMs. Qualitative examples also show that our model could perform more tasks beyond the scope of existing LLMs and VLMs.

AK

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