NeFut Logo NeFut
Admin Login

[CS.AI] VGGT and Co-Visibility: Insights into Geometric Foundation Models

Published at: 2026-07-14 22:00 Last updated: 2026-07-15 02:00
#algorithm #Open Source #Geometry

A fundamental challenge in 3D reconstruction and robotic localization is co-visibility: determining which image pairs share overlapping visible surfaces, particularly in scenarios with minimal overlap. Our study demonstrates that VGGT implicitly encodes co-visibility as an emergent behavior: without any supervision for this task, its internal representations exhibit a clear hierarchical structure mirroring that of large language models.

Early layers build a 3D-aware scene representation, while late layers act as dedicated co-visibility reasoners. In particular, we identify layer L17 as a negative anchor that consistently routes non-co-visible pairs for this backbone, regardless of the evaluation setting, providing task-grounded evidence of layer specialization in a geometry-grounded foundation model.

Building on this, we introduce Co-VGGT, which freezes VGGT and trains only a lightweight layer-wise mixture-of-experts head (less than 7.5M parameters) to classify co-visibility from RGB alone, treating each layer as a specialized expert whose geometric abstraction is adaptively weighted per input pair.

On the Co-VisiON benchmark, Co-VGGT surpasses the human annotation baseline and improves over prior work by more than 25% pairwise and 10% multiview. Pairwise predictions are well-calibrated (ECE=0.030), enabling direct use as edge weights in visibility graphs for downstream SfM and SLAM pipelines without post-hoc correction. Code and data are available.

Blogger's Review: This research highlights the potential of VGGT in geometric reasoning, significantly enhancing co-visibility classification through layer specialization, providing new insights for practical applications in 3D reconstruction and SLAM. Notably, its lightweight design makes the model more operable in real-world scenarios.

Original Source: https://arxiv.org/abs/2607.09503

[h] Back to Home