LiteVGGT: Boosting Vanilla VGGT via Geometry-aware Cached Token Merging
By: Zhijian Shu , Cheng Lin , Tao Xie and more
Potential Business Impact:
Makes 3D pictures from many photos faster.
3D vision foundation models like Visual Geometry Grounded Transformer (VGGT) have advanced greatly in geometric perception. However, it is time-consuming and memory-intensive for long sequences, limiting application to large-scale scenes beyond hundreds of images. To address this, we propose LiteVGGT, achieving up to 10x speedup and substantial memory reduction, enabling efficient processing of 1000-image scenes. We derive two key insights for 3D reconstruction: (1) tokens from local image regions have inherent geometric correlations, leading to high similarity and computational redundancy; (2) token similarity across adjacent network layers remains stable, allowing for reusable merge decisions. Guided by these, we design a simple yet efficient strategy, dubbed geometry-aware cached token merging. We analyze each token's geometric importance, optimizing anchor token selection to better preserve key information for reconstruction. We also cache and reuse merge indices across layers, substantially reducing latency with minimal accuracy impact. This strategy retains VGGT's core performance, enabling efficient fine-tuning and FP8 quantization for further gains. Extensive experiments validate LiteVGGT's effectiveness, scalability, and robustness. Project page: https://garlicba.github.io/LiteVGGT/
Similar Papers
FastVGGT: Training-Free Acceleration of Visual Geometry Transformer
CV and Pattern Recognition
Makes 3D pictures from many photos faster.
HTTM: Head-wise Temporal Token Merging for Faster VGGT
CV and Pattern Recognition
Makes 3D scene building much faster.
FlashVGGT: Efficient and Scalable Visual Geometry Transformers with Compressed Descriptor Attention
CV and Pattern Recognition
Makes 3D pictures from many photos faster.