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

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

На главную

Introducing VGGT (CVPR'25), a feedforward Transformer that directly infers all key 3D attributes from one, a few, or hundreds of images, in seconds! No expensive optimization needed, yet delivers SOTA results for: ✅ Camera Pose Estimation ✅ Multi-view Depth Estimation ✅ Dense Point Cloud Reconstruction ✅ Point Tracking Project...

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

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

Фото профиля Jianyuan@CVPR 2025
Jianyuan@CVPR 20251 год назад

Try our demo live on Hugging Face Spaces! 🤗: (See demo illustration below) 👇

Фото профиля Jianyuan@CVPR 2025
Jianyuan@CVPR 20251 год назад

The key idea is designing a simple architecture with minimal 3D inductive biases to learn from ample quantities of 3D-annotated data. In this work, we demonstrate the benefit of training a single network to learn multiple 3D quantities simultaneously, even when these outputs may potentially overlap. Additionally, we propose Alternating-Attention, which enables the transformer to focus alternately within each frame and globally.

Фото профиля Jianyuan@CVPR 2025
Jianyuan@CVPR 20251 год назад

A strong advantage of our method is the ability to predict 3D attributes without any expensive optimization. For example, 🔸 VGGT can easily process ~200 images in ~10s on a single 40GB A100 GPU 🔸 50x faster than usual optimization-based methods, using far less memory.

Фото профиля Jianyuan@CVPR 2025
Jianyuan@CVPR 20251 год назад

Bonus insight: Using pretrained VGGT significantly enhances downstream tasks like: 🚀 Non-rigid point tracking 🚀 Feed-forward novel view synthesis

Фото профиля Jianyuan@CVPR 2025
Jianyuan@CVPR 20251 год назад

Compared to concurrent CVPR'25 Transformer-based 3D reconstruction methods, VGGT achieves significantly higher accuracy, with speed similar to the fastest variant Fast3R.

Фото профиля Jianyuan@CVPR 2025
Jianyuan@CVPR 20251 год назад

⚡Interesting observation⚡: VGGT’s camera & depth predictions are highly accurate and consistent. Unprojecting our predicted depth with predicted camera parameters yields even more precise point clouds than directly predicted point maps! Try this yourself using the Hugging Face demo 🤗

Фото профиля Jianyuan@CVPR 2025
Jianyuan@CVPR 20251 год назад

Project Page: Code & Weights: Great work together with @MinghaoChen23 , @n_karaev , Andrea Vedaldi, Christian Rupprecht, @davnov134 ! @Oxford_VGG @AIatMeta

Фото профиля sombit_d
sombit_d1 год назад

Tried out on our my very cluttered robot room with my phone camera, works amazingly well! Nice work

Фото профиля ronak dedhiya
ronak dedhiya1 год назад

I tried it on custom data, its works amazingly. So far the best results I have got.

Фото профиля Sam Motamed
Sam Motamed1 год назад

Looks great

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

I’m thrilled to announce that we just released GraspGen, a multi-year project we have been cooking at NVIDIA Robotics 🚀 GraspGen: A Diffusion-Based Framework for 6-DOF Grasping Grasping is a foundational challenge in robotics 🤖 — whether for industrial picking or general-purpose humanoids. VLA + real data collection is all the rage now but is expensive and scales poorly for this task. For every new gripper and/or scene, you’ll have to recollect the dataset in this paradigm for the best perf. 💡Key Idea: Since grasping is such a well-defined task in simulation - why can’t we just scale synthetic data generation and train a generative model for grasping? By embracing modularity and standardized grasp formats, we can make this a turnkey technology that works zero-shot for multiple settings. GraspGen is a modular framework for diffusion-based 6-DOF grasp generation that scales across embodiment types, observability conditions, clutter, task complexity. Key Features: ✅ Multi-embodiment support: suction, parallel-jaw, and multi-fingered grippers ✅ Generalization to partial + complete 3D point clouds ✅ Generalization to single-objects + cluttered scenes ✅ Modular design uses other robotics modules and foundation models (SAM2, cuRobo, FoundationStereo, FoundationPose). This allows GraspGen to focus on only one thing - grasp generation ✅ Training recipe: grasp discriminator is trained with On-Generator data from the diffusion model - so that it learns to correct the mistakes (if any) of the diffusion generator ✅ Real-time performance (~20 Hz) before any GPU acceleration; low memory footprint 📊 Results: • SOTA on the FetchBench [Han et al. CoRL 2024] benchmark • Zero-shot sim-to-real transfer on unknown objects and cluttered scenes • Dataset of 53M simulated grasps across 8K objects from Objaverse 📄 arXiv: 🌐 Website: 💻 Code: A huge thank you to everyone involved in this journey — excited to see what the community builds on top of it! Joint work with Clemens Eppner , Balakumar Sundaralingam , Yu-Wei, Jun Yamada Wentao Yuan and other collaborators #robotics #diffusionmodels #physicalAI #simtoreal

Adithya Murali

23,841 просмотров • 11 месяцев назад

Wow. Recreating the Shawshank Redemption prison in 3D from a single video, in real time (!) Just read the MASt3R-SLAM paper and it's pretty neat. These folks basically built a real-time dense SLAM system on top of MASt3R, which is a transformer-based neural network that can do 3d reconstruction and localization from uncalibrated image pairs. The cool part is they don't need a fixed camera model -- it just works with arbitrary cameras -- think different focal lengths, sensor sizes, even handling zooming in video (FMV drone video anyone?!). If you've done photogrammetry or played with NeRFs you know that is a HUGE deal. They've solved some tricky problems like efficient point matching and tracking, plus they've figured out how to fuse point clouds and handle loop closures in real-time. Their system runs at about 15 FPS on a 4090 and produces both camera poses and dense geometry. When they know the camera calibration, they get SOTA results across several benchmarks, but even without calibration, they still perform well. What's interesting is the approach -- most recent SLAM work has built on DROID-SLAM's architecture, but these folks went a different direction by leveraging a strong 3D reconstruction prior. Seems to give them more coherent geometry, which makes sense since that's what MASt3R was designed for. For anyone who cares about monocular SLAM and 3D reconstruction, this feels like a significant step toward plug-and-play dense SLAM without calibration headaches -- perfect for drones, robots, AR/VR -- the works!

Bilawal Sidhu

703,816 просмотров • 1 год назад