Papers › InfiniteVGGT: Visual Geometry Grounded Transformer for Endless Streams

InfiniteVGGT: Visual Geometry Grounded Transformer for Endless Streams

5 Jan 2026arXiv:2601.02281added by Syntology

Shuai Yuan, Yantai Yang, Xiaotian Yang, Xupeng Zhang, Zhonghao Zhao, Lingming Zhang, Zhipeng Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The grand vision of enabling persistent, large-scale 3D visual geometry understanding is shackled by the irreconcilable demands of scalability and long-term stability. While offline models like VGGT achieve inspiring geometry capability, their batch-based nature renders them irrelevant for live systems. Streaming architectures, though the intended solution for live operation, have proven inadequate. Existing methods either fail to support truly infinite-horizon inputs or suffer from catastrophic drift over long sequences. We shatter this long-standing dilemma with InfiniteVGGT, a causal visual geometry transformer that operationalizes the concept of a rolling memory through a bounded yet adaptive and perpetually expressive KV cache. Capitalizing on this, we devise a training-free, attention-agnostic pruning strategy that intelligently discards obsolete information, effectively ``rolling'' the memory forward with each new frame. Fully compatible with FlashAttention, InfiniteVGGT finally alleviates the compromise, enabling infinite-horizon streaming while outperforming existing streaming methods in long-term stability. The ultimate test for such a system is its performance over a truly infinite horizon, a capability that has been impossible to rigorously validate due to the lack of extremely long-term, continuous benchmarks. To address this critical gap, we introduce the Long3D benchmark, which, for the first time, enables a rigorous evaluation of continuous 3D geometry estimation on sequences about 10,000 frames. This provides the definitive evaluation platform for future research in long-term 3D geometry understanding. Code is available at: https://github.com/AutoLab-SAI-SJTU/InfiniteVGGT

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.02281")

Code

Syntology Ran 1 of 18 code samples harvested from 1 repository linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · honoured contract.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AutoLab-SAI-SJTU/InfiniteVGGT found in paper text by SyntologyApache-2.0 report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 1 ran; 1 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
17unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AutoLab-SAI-SJTU/InfiniteVGGT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

read_next_bytes AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/read_write_model.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 56858e04e6fdb2ff · report
align_sim3 AutoLab-SAI-SJTU/InfiniteVGGT/demo_viser.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6a87ef6e73391874 · report
colmap_to_opencv_intrinsics AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/preprocess_mvimgnet.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ce7a927e93b21e38 · report
get_frame_number AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/preprocess_scannetpp.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 13dde5d55f6cfae8 · report
get_timestamp AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/generate_set_scannet.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9906d1d492bc3e6c · report
get_timestamp AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/generate_set_scannetpp.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1cbdfde0c2dcdce7 · report
load_gt_poses AutoLab-SAI-SJTU/InfiniteVGGT/demo_viser.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f5b30461ff8391c0 · report
load_sfm AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/preprocess_scannetpp.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f99cd4b374e7e664 · report
opencv_to_colmap_intrinsics AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/preprocess_mvimgnet.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a9ca7814b543330f · report
pose_from_qwxyz_txyz AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/preprocess_scannetpp.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 51a7bb739612fff2 · report
read_cameras_binary AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/read_write_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a10bf79d34938dbd · report
read_cameras_text AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/read_write_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c424ebf4a6c32cbd · report
rescale_image_depthmap AutoLab-SAI-SJTU/InfiniteVGGT/datasets_preprocess/preprocess_mvimgnet.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5d299526fdb7d0a9 · report
save_current_code AutoLab-SAI-SJTU/InfiniteVGGT/src/finetune.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 64b63ed8866f53b1 · report
segment_sky AutoLab-SAI-SJTU/InfiniteVGGT/viser_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · da669af2b742ec79 · report
to_numpy AutoLab-SAI-SJTU/InfiniteVGGT/viser_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 160a74069e3dea65 · report
todevice AutoLab-SAI-SJTU/InfiniteVGGT/viser_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4f9edd9ba60f0cbe · report
transform_points AutoLab-SAI-SJTU/InfiniteVGGT/src/visual_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6c42619d40da80fa · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.02281, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections