Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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,526 Aufrufe • vor 1 Jahr •via X (Twitter)

9 Kommentare

Profilbild von Hanwen Jiang
Hanwen Jiangvor 1 Jahr

🔍 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.

Profilbild von Hanwen Jiang
Hanwen Jiangvor 1 Jahr

🤯 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.

Profilbild von Hanwen Jiang
Hanwen Jiangvor 1 Jahr

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)

Profilbild von Hanwen Jiang
Hanwen Jiangvor 1 Jahr

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

Profilbild von Dmytro Mishkin 🇺🇦
Dmytro Mishkin 🇺🇦vor 1 Jahr

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

Profilbild von Hanwen Jiang
Hanwen Jiangvor 1 Jahr

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

Profilbild von relu
reluvor 1 Jahr

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

Profilbild von Jeffrey Ouyang-Zhang
Jeffrey Ouyang-Zhangvor 1 Jahr

cool work!

Profilbild von Jang Hyun (Vincent) Cho
Jang Hyun (Vincent) Chovor 1 Jahr

amazing

Ähnliche Videos

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,572 Aufrufe • vor 2 Jahren