CVNov 27, 2025

DriveVGGT: Visual Geometry Transformer for Autonomous Driving

arXiv:2511.22264v12 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurate 3D reconstruction for autonomous driving systems, which is crucial for safe navigation, but it is incremental as it builds upon the VGGT framework with domain-specific adaptations.

The paper tackled the problem of applying feed-forward reconstruction methods like VGGT to autonomous driving systems, which suffer from sub-optimal results due to mismatched priors, and proposed DriveVGGT, a scale-aware 4D reconstruction framework that outperforms existing methods on autonomous driving datasets.

Feed-forward reconstruction has recently gained significant attention, with VGGT being a notable example. However, directly applying VGGT to autonomous driving (AD) systems leads to sub-optimal results due to the different priors between the two tasks. In AD systems, several important new priors need to be considered: (i) The overlap between camera views is minimal, as autonomous driving sensor setups are designed to achieve coverage at a low cost. (ii) The camera intrinsics and extrinsics are known, which introduces more constraints on the output and also enables the estimation of absolute scale. (iii) Relative positions of all cameras remain fixed though the ego vehicle is in motion. To fully integrate these priors into a feed-forward framework, we propose DriveVGGT, a scale-aware 4D reconstruction framework specifically designed for autonomous driving data. Specifically, we propose a Temporal Video Attention (TVA) module to process multi-camera videos independently, which better leverages the spatiotemporal continuity within each single-camera sequence. Then, we propose a Multi-camera Consistency Attention (MCA) module to conduct window attention with normalized relative pose embeddings, aiming to establish consistency relationships across different cameras while restricting each token to attend only to nearby frames. Finally, we extend the standard VGGT heads by adding an absolute scale head and an ego vehicle pose head. Experiments show that DriveVGGT outperforms VGGT, StreamVGGT, fastVGGT on autonomous driving dataset while extensive ablation studies verify effectiveness of the proposed designs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes