HTTM: Head-wise Temporal Token Merging for Faster VGGT
Weitian Wang, Lukas Meiner, Rai Shubham, Cecilia De La Parra, Akash Kumar
TL;DR
VGGT enables direct joint inference of camera poses, depths, and geometry but struggles with latency due to global attention over long token sequences. HTTM introduces training-free, head-wise temporal token merging with temporal reordering and adaptive outlier filtering to accelerate VGGT's global attention while preserving accuracy, achieving up to 7× speedups on long sequences. By exploiting head-level similarity patterns and spatio-temporal redundancy, HTTM reduces merging cost and maintains token diversity, outperforming or matching previous fast VGGT variants on challenging datasets. This approach enables scalable, efficient 3D reconstruction from many views, making VGGT practical for larger scenes and longer sequences in real-time or near-real-time contexts.
Abstract
The Visual Geometry Grounded Transformer (VGGT) marks a significant leap forward in 3D scene reconstruction, as it is the first model that directly infers all key 3D attributes (camera poses, depths, and dense geometry) jointly in one pass. However, this joint inference mechanism requires global attention layers that perform all-to-all attention computation on tokens from all views. For reconstruction of large scenes with long-sequence inputs, this causes a significant latency bottleneck. In this paper, we propose head-wise temporal merging (HTTM), a training-free 3D token merging method for accelerating VGGT. Existing merging techniques merge tokens uniformly across different attention heads, resulting in identical tokens in the layers' output, which hinders the model's representational ability. HTTM tackles this problem by merging tokens in multi-head granularity, which preserves the uniqueness of feature tokens after head concatenation. Additionally, this enables HTTM to leverage the spatial locality and temporal correspondence observed at the head level to achieve higher merging ratios with lower merging costs compared to existing methods. Thus, HTTM achieves up to 7x acceleration with negligible performance drops in a GPU-based inference.
