🤖 AI Summary
This work addresses the challenges of high computational cost and unstable geometry inference in weakly textured regions when performing Transformer-based 3D reconstruction from high-resolution images. To overcome these limitations, the authors propose a dual-branch Transformer architecture: a low-resolution branch produces a globally consistent coarse geometry, while a high-resolution branch recovers fine details through a learnable feature upsampling module. A feature modulation mechanism is further introduced to suppress interference from unreliable regions. This approach achieves, for the first time, efficient processing of high-resolution inputs, significantly reducing computational and memory requirements while enhancing robustness in challenging areas such as blurred or repetitive textures. Under multi-view high-resolution supervision, the method attains state-of-the-art reconstruction accuracy.
📝 Abstract
High-resolution imagery is essential for accurate 3D reconstruction, as many geometric details only emerge at fine spatial scales. Recent feed-forward approaches, such as the Visual Geometry Grounded Transformer (VGGT), have demonstrated the ability to infer scene geometry from large collections of images in a single forward pass. However, scaling these models to high-resolution inputs remains challenging: the number of tokens in transformer architectures grows rapidly with both image resolution and the number of views, leading to prohibitive computational and memory costs. Moreover, we observe that visually ambiguous regions, such as repetitive patterns, weak textures, or specular surfaces, often produce unstable feature tokens that degrade geometric inference, especially at higher resolutions. We introduce HD-VGGT, a dual-branch architecture for efficient and robust high-resolution 3D reconstruction. A low-resolution branch predicts a coarse, globally consistent geometry, while a high-resolution branch refines details via a learned feature upsampling module. To handle unstable tokens, we propose Feature Modulation, which suppresses unreliable features early in the transformer. HD-VGGT leverages high-resolution images and supervision without full-resolution transformer costs, achieving state-of-the-art reconstruction quality.