TL;DR
This paper introduces a streaming visual geometry transformer that enables real-time 3D reconstruction from videos using causal attention and knowledge distillation, achieving high efficiency and spatial consistency.
Contribution
It presents a novel causal transformer architecture for online 3D reconstruction, incorporating temporal causal attention and knowledge distillation from a bidirectional model.
Findings
Enhances inference speed in online 3D reconstruction scenarios.
Maintains competitive accuracy and spatial consistency.
Supports efficient attention operators like FlashAttention.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
