Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Streaming 4D Visual Geometry Transformer

About

Perceiving and reconstructing 3D geometry from videos is a fundamental yet challenging computer vision task. To facilitate interactive and low-latency applications, we propose a streaming visual geometry transformer that shares a similar philosophy with autoregressive large language models. We explore a simple and efficient design and employ a causal transformer architecture to process the input sequence in an online manner. We use temporal causal attention and cache the historical keys and values as implicit memory to enable efficient streaming long-term 3D reconstruction. This design can handle low-latency 3D reconstruction by incrementally integrating historical information while maintaining high-quality spatial consistency. For efficient training, we propose to distill knowledge from the dense bidirectional visual geometry grounded transformer (VGGT) to our causal model. For inference, our model supports the migration of optimized efficient attention operators (e.g., FlashAttention) from large language models. Extensive experiments on various 3D geometry perception benchmarks demonstrate that our model enhances inference speed in online scenarios while maintaining competitive performance, thereby facilitating scalable and interactive 3D vision systems. Code is available at: https://github.com/wzzheng/StreamVGGT.

Dong Zhuo, Wenzhao Zheng, Jiahe Guo, Yuqi Wu, Jie Zhou, Jiwen Lu• 2025

Related benchmarks

TaskDatasetResultRank
Video Depth EstimationSintel
Delta Threshold Accuracy (1.25)65.7
193
Camera pose estimationSintel
ATE0.219
192
Camera pose estimationTUM-dynamic
ATE0.026
163
Video Depth EstimationKITTI
Abs Rel0.173
126
Camera pose estimationScanNet
RPE (t)0.019
119
Video Depth EstimationBONN
AbsRel5.8
116
Depth EstimationKITTI
AbsRel0.072
106
Video Depth EstimationBONN
Relative Error (Rel)0.059
103
3D Reconstruction7 Scenes
Accuracy Median5.6
94
Monocular Depth EstimationSintel
Abs Rel0.254
91
Showing 10 of 87 rows
...

Other info

Follow for update