paper-with-me

Papers

FastVGGT: Training-Free Acceleration of Visual Geometry Transformer

2025-09-02 · You Shen, Zhipeng Zhang, Yansong Qu, Xiawu Zheng, Jiayi Ji, Shengchuan Zhang, Liujuan Cao arxiv

Foundation models for 3D vision have recently demonstrated remarkable capabilities in 3D perception. However, scaling these models to long-sequence image inputs remains a significant challenge due to inference-time inefficiency. In this work, we present a detailed analysis of VGGT, a state-of-the-art feed-forward visual geometry model and identify its primary bottleneck. Visualization further reveals a token collapse phenomenon in the attention maps. Motivated by these findings, we explore the potential of token merging in the feed-forward visual geometry model. Owing to the unique architectural and task-specific properties of 3D models, directly applying existing merging techniques proves challenging. To this end, we propose FastVGGT, which, for the first time, leverages token merging in the 3D domain through a training-free mechanism for accelerating VGGT. we devise a unique token partitioning strategy tailored to 3D architectures and tasks, effectively eliminating redundant computation while preserving VGGT's powerful reconstruction capacity. Extensive experiments on multiple 3D geometry benchmarks validate the effectiveness of our approach. Notably, with 1000 input images, FastVGGT achieves a 4x speedup over VGGT while mitigating error accumulation in long-sequence scenarios. These findings underscore the potential of token merging as a principled solution for scalable 3D vision systems. Code is available at: https://mystorm16.github.io/fastvggt/.

📄 PDF Abstract BibTeX arXiv:2509.02560

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

freePruner: A Training-free Approach for Large Multimodal Model Acceleration

2024-11-23 · Bingxin Xu, Yuzhang Shang, Yunhao Ge, Qian Lou 외

Large Multimodal Models (LMMs) have demonstrated impressive capabilities in visual-language tasks but face significant deployment challenges due to their high computational demands. While recent token reduction methods s…

QuantizationQuestion AnsweringToken ReductionVisual Question Answering

Predictive Feature Caching for Training-free Acceleration of Molecular Geometry Generation

2025-10-06 · Johanna Sommer, John Rachwan, Nils Fleischmann, Stephan Günnemann 외 arxiv

Flow matching models generate high-fidelity molecular geometries but incur significant computational costs during inference, requiring hundreds of network evaluations. This inference overhead becomes the primary bottlene…

Reachability-Aware Time Scaling for Path Tracking

2026-04-01 · Hossein Gholampour, Logan E. Beaver arxiv

This paper studies tracking of collision-free waypoint paths produced by an offline planner for a planar double-integrator system with bounded speed and acceleration. Because sampling-based planners must route around obs…

Adaptive Visual Autoregressive Acceleration via Dual-Linkage Entropy Analysis

2026-02-01 · Yu Zhang, Jingyi Liu, Feng Liu, Duoqian Miao 외 arxiv

Visual AutoRegressive modeling (VAR) suffers from substantial computational cost due to the massive token count involved. Failing to account for the continuous evolution of modeling dynamics, existing VAR token reduction…

GeoCache: Training-Free Acceleration of Multi-View Texture Diffusion via Geometric Delta Transport

2026-08-13 · Haotang Li, Zhenyu Qi, Shaohan Henry Wang, Kebin Peng 외 arxiv

Geometry-conditioned multi-view diffusion enables high-quality 3D texture generation, but its repeated per-view denoiser evaluations introduce substantial computational cost. Existing training-free accelerators primarily…