VGGT4D: Mining Motion Cues in Visual Geometry Transformers for 4D Scene Reconstruction
Yu Hu, Chong Cheng, Sicheng Yu, Xiaoyang Guo, Hao Wang
TL;DR
VGGT4D proposes a training-free extension of VGGT to 4D scene reconstruction by mining motion cues from VGGT's global attention. It constructs dynamic masks via cross-layer Gram similarity across a temporal window and sharpens them with a projection-gradient refinement, then applies masks only to shallow layers to decouple dynamic and static regions during inference. The approach yields state-of-the-art results in dynamic segmentation, camera pose estimation, and dense 4D reconstruction across six datasets, and supports long sequences in a single pass. Key contributions include training-free 4D perception, a consistent dynamic-static decoupling pipeline, and strong generalization without external priors or fine-tuning.
Abstract
Reconstructing dynamic 4D scenes is challenging, as it requires robust disentanglement of dynamic objects from the static background. While 3D foundation models like VGGT provide accurate 3D geometry, their performance drops markedly when moving objects dominate. Existing 4D approaches often rely on external priors, heavy post-optimization, or require fine-tuning on 4D datasets. In this paper, we propose VGGT4D, a training-free framework that extends the 3D foundation model VGGT for robust 4D scene reconstruction. Our approach is motivated by the key finding that VGGT's global attention layers already implicitly encode rich, layer-wise dynamic cues. To obtain masks that decouple static and dynamic elements, we mine and amplify global dynamic cues via gram similarity and aggregate them across a temporal window. To further sharpen mask boundaries, we introduce a refinement strategy driven by projection gradient. We then integrate these precise masks into VGGT's early-stage inference, effectively mitigating motion interference in both pose estimation and geometric reconstruction. Across six datasets, our method achieves superior performance in dynamic object segmentation, camera pose estimation, and dense reconstruction. It also supports single-pass inference on sequences longer than 500 frames.
