正在加载视频...

视频加载失败

[1/N] Current visual geometry prediction models primarily rely on labeled 3D data. Our CVPR26 paper, Flow3r, allows additionally leveraging unlabeled videos (using flow supervision) for scalable visual geometry learning, enabling accurate multi-view 3D reconstruction in-the-wild.

17,319 次观看 • 7 个月前 •via X (Twitter)

7 条评论

Shubham Tulsiani 的头像
Shubham Tulsiani7 个月前

[2/N] The key question we address is how to incorporate flow supervision. We find that a 'factored' flow prediction module encourages geometric learning (unlike a matching-based predictor) while robustly handling dynamic scenes (unlike explicit geometric projection).

Shubham Tulsiani 的头像
Shubham Tulsiani7 个月前

[3/N] Our overall approach is very simple — leveraging a mix of labeled 3D data (via direct supervision) and unlabeled videos (via flow supervision) to train/finetune typical visual geometry prediction networks.

Shubham Tulsiani 的头像
Shubham Tulsiani7 个月前

[4/N] We find that: a) our factored flow prediction yields clear gains over matching-based or projection-based alternatives, and that (importantly) b) performance continually improves with more unlabeled data.

Shubham Tulsiani 的头像
Shubham Tulsiani7 个月前

[5/N] We also improve an existing large-scale model (Pi3) by jointly finetuning it on 34k labeled scenes and 800k unlabeled videos, resulting in a new state-of-the-art system.

Shubham Tulsiani 的头像
Shubham Tulsiani7 个月前

[6/N] Our code, trained models, a large gallery of interactive examples and an online demo for you to try your own samples can be found on our project page:

Shubham Tulsiani 的头像
Shubham Tulsiani7 个月前

[N/N] Work led by Zhongxiao (Clara) Cong ( in collaboration with Qitao Zhao and Minsik Jeon. PS: Clara is looking for PhD positions — if you want someone who can lead amazing 3D/4D projects, please reach out to her :)

BlakeTheCoder 的头像
BlakeTheCoder7 个月前

In-the-wild multi-view reconstruction without 3D labels. That's the jump from research demos to production systems. Checking the code now.

相关视频

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,798 次观看 • 3 年前

DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior paper page: present DreamCraft3D, a hierarchical 3D content generation method that produces high-fidelity and coherent 3D objects. We tackle the problem by leveraging a 2D reference image to guide the stages of geometry sculpting and texture boosting. A central focus of this work is to address the consistency issue that existing works encounter. To sculpt geometries that render coherently, we perform score distillation sampling via a view-dependent diffusion model. This 3D prior, alongside several training strategies, prioritizes the geometry consistency but compromises the texture fidelity. We further propose Bootstrapped Score Distillation to specifically boost the texture. We train a personalized diffusion model, Dreambooth, on the augmented renderings of the scene, imbuing it with 3D knowledge of the scene being optimized. The score distillation from this 3D-aware diffusion prior provides view-consistent guidance for the scene. Notably, through an alternating optimization of the diffusion prior and 3D scene representation, we achieve mutually reinforcing improvements: the optimized 3D scene aids in training the scene-specific diffusion model, which offers increasingly view-consistent guidance for 3D optimization. The optimization is thus bootstrapped and leads to substantial texture boosting. With tailored 3D priors throughout the hierarchical generation, DreamCraft3D generates coherent 3D objects with photorealistic renderings, advancing the state-of-the-art in 3D content generation.

AK

161,530 次观看 • 2 年前