paper-with-me

Papers

What VGGT Knows About Overlap: Probing Geometric Foundation Models for Co-Visibility

2026-07-10 · Filippo Ziliotto, Luciano Serafini, Lamberto Ballan, Tommaso Campari arxiv

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. We demonstrate 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, i.e. 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.

📄 PDF Abstract BibTeX arXiv:2607.09503

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

BERTology for Machine Translation: What BERT Knows about Linguistic Difficulties for Translation

2022-06-01 · LREC 2022 6 · Yuqian Dai, Marc de Kamps, Serge Sharoff

Pre-trained transformer-based models, such as BERT, have shown excellent performance in most natural language processing benchmark tests, but we still lack a good understanding of the linguistic knowledge of BERT in Neur…

Machine TranslationNMTTranslation

DriveVGGT: Calibration-Constrained Visual Geometry Transformers for Multi-Camera Autonomous Driving

2025-11-27 · Xiaosong Jia, Yanhao Liu, Yu Hong, Renqiu Xia 외 arxiv

Feed-forward reconstruction has been progressed rapidly, with the Visual Geometry Grounded Transformer (VGGT) being a notable baseline. However, directly applying VGGT to autonomous driving (AD) fails to capture three do…

Autonomous DrivingPose Estimation

Do We Know What LLMs Don't Know? A Study of Consistency in Knowledge Probing

2025-05-27 · Raoyuan Zhao, Abdullatif Köksal, Ali Modarressi, Michael A. Hedderich 외

The reliability of large language models (LLMs) is greatly compromised by their tendency to hallucinate, underscoring the need for precise identification of knowledge gaps within LLMs. Various methods for probing such ga…

Knowledge Probing

RegimeVGGT: Layer-Wise Spatially Preserving Redundancy Removal for Visual Geometry Grounded Transformer

2026-06-16 · Jinhao You, Shuo Lyu, Zhuohang Lyu, Tanxuan Li 외 arxiv

Visual Geometry Grounded Transformer (VGGT) recovers dense 3D scene structure from multi-view images in one forward pass, but quadratic cross-frame attention limits its scalability. Existing training-free accelerators re…

Understanding the Impact of Geometric Foundation Models on Vision-Language-Action Models

2026-05-23 · Yurou Yang, Muyuan Lin, Roberto Martin-Martin, Martin Labrie 외 arxiv

Recent work explores new opportunities at the intersection of vision-language-action models (VLAs) and geometric foundation models (GFMs) for 3D reconstruction, such as VGGT. While the resulting geometric VLAs often show…

3D Reconstruction