VGGT: Visual Geometry Grounded Transformer
About
We present VGGT, a feed-forward neural network that directly infers all key 3D attributes of a scene, including camera parameters, point maps, depth maps, and 3D point tracks, from one, a few, or hundreds of its views. This approach is a step forward in 3D computer vision, where models have typically been constrained to and specialized for single tasks. It is also simple and efficient, reconstructing images in under one second, and still outperforming alternatives that require post-processing with visual geometry optimization techniques. The network achieves state-of-the-art results in multiple 3D tasks, including camera parameter estimation, multi-view depth estimation, dense point cloud reconstruction, and 3D point tracking. We also show that using pretrained VGGT as a feature backbone significantly enhances downstream tasks, such as non-rigid point tracking and feed-forward novel view synthesis. Code and models are publicly available at https://github.com/facebookresearch/vggt.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Monocular Depth Estimation | KITTI | Abs Rel0.082 | 161 | |
| Monocular Depth Estimation | ETH3D | AbsRel3.64 | 117 | |
| Monocular Depth Estimation | NYU V2 | Delta 1 Acc98.3 | 113 | |
| Video Depth Estimation | Sintel | Relative Error (Rel)0.202 | 109 | |
| Video Depth Estimation | BONN | Relative Error (Rel)0.049 | 103 | |
| Depth Estimation | ScanNet | AbsRel1.9 | 94 | |
| Monocular Depth Estimation | DIODE | AbsRel5.24 | 93 | |
| Camera pose estimation | Sintel | ATE0.167 | 92 | |
| Camera pose estimation | ScanNet | ATE RMSE (Avg.)0.023 | 61 | |
| Camera pose estimation | TUM dynamics | RRE0.31 | 57 |