DVGT: Driving Visual Geometry Transformer
Sicheng Zuo, Zixun Xie, Wenzhao Zheng, Shaoqing Xu, Fang Li, Shengyin Jiang, Long Chen, Zhi-Xin Yang, Jiwen Lu
TL;DR
DVGT addresses the challenge of obtaining dense, metric-scale 3D scene geometry for autonomous driving without relying on camera priors or post-alignment. It introduces a spatial-temporal transformer with factorized attention that processes unposed multi-view sequences to jointly predict a global 3D point map in ego coordinates and per-frame ego poses. Trained on a large mixture of driving datasets with a robust ground-truth construction pipeline, DVGT achieves state-of-the-art 3D reconstruction, depth, and ego-pose accuracy, directly in metric scale. This approach enhances flexibility across camera configurations and has meaningful implications for scalable, vision-centric driving systems.
Abstract
Perceiving and reconstructing 3D scene geometry from visual inputs is crucial for autonomous driving. However, there still lacks a driving-targeted dense geometry perception model that can adapt to different scenarios and camera configurations. To bridge this gap, we propose a Driving Visual Geometry Transformer (DVGT), which reconstructs a global dense 3D point map from a sequence of unposed multi-view visual inputs. We first extract visual features for each image using a DINO backbone, and employ alternating intra-view local attention, cross-view spatial attention, and cross-frame temporal attention to infer geometric relations across images. We then use multiple heads to decode a global point map in the ego coordinate of the first frame and the ego poses for each frame. Unlike conventional methods that rely on precise camera parameters, DVGT is free of explicit 3D geometric priors, enabling flexible processing of arbitrary camera configurations. DVGT directly predicts metric-scaled geometry from image sequences, eliminating the need for post-alignment with external sensors. Trained on a large mixture of driving datasets including nuScenes, OpenScene, Waymo, KITTI, and DDAD, DVGT significantly outperforms existing models on various scenarios. Code is available at https://github.com/wzzheng/DVGT.
