Papers › Streaming 4D Visual Geometry Transformer

Streaming 4D Visual Geometry Transformer

15 Jul 2025arXiv:2507.11539archive 2025-07-28

Dong Zhuo, Wenzhao Zheng, Jiahe Guo, Yuqi Wu, Jie zhou, Jiwen Lu

Perceiving and reconstructing 4D spatial-temporal geometry from videos is a fundamental yet challenging computer vision task. To facilitate interactive and real-time applications, we propose a streaming 4D visual geometry transformer that shares a similar philosophy with autoregressive large language models. We explore a simple and efficient design and employ a causal transformer architecture to process the input sequence in an online manner. We use temporal causal attention and cache the historical keys and values as implicit memory to enable efficient streaming long-term 4D reconstruction. This design can handle real-time 4D reconstruction by incrementally integrating historical information while maintaining high-quality spatial consistency. For efficient training, we propose to distill knowledge from the dense bidirectional visual geometry grounded transformer (VGGT) to our causal model. For inference, our model supports the migration of optimized efficient attention operator (e.g., FlashAttention) from the field of large language models. Extensive experiments on various 4D geometry perception benchmarks demonstrate that our model increases the inference speed in online scenarios while maintaining competitive performance, paving the way for scalable and interactive 4D vision systems. Code is available at: https://github.com/wzzheng/StreamVGGT.

PaperPDFCodeCode 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="2507.11539")

Code

Syntology Ran 4 of 13 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · fixture could not drive it.

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

wzzheng/streamvggt officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

13 samples harvested; 4 ran; 2 honoured the contract we drafted; 9 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.

2ran · honoured contract
2ran · fixture could not drive it
9unverified

Licence: 13 of the 13 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 wzzheng/streamvggt. “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.

base_pose_act wzzheng/streamvggt/src/streamvggt/heads/head_act.py official repository ran · fixture could not drive it no licence file found · pointer only · b881c649136fa014 · report
drop_path wzzheng/streamvggt/src/streamvggt/layers/drop_path.py official repository ran · fixture could not drive it no licence file found · pointer only · c157f5b112b3a392 · report
make_2tuple wzzheng/streamvggt/src/streamvggt/layers/patch_embed.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 3c04490a215299f2 · report
modulate wzzheng/streamvggt/src/streamvggt/heads/camera_head.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · ed311bf19f15387b · report
activate_head wzzheng/streamvggt/src/streamvggt/heads/head_act.py official repository unverified licence not identified · pointer only · 6e3d1e3fa82b57d9 · report
activate_pose wzzheng/streamvggt/src/streamvggt/heads/head_act.py official repository unverified licence not identified · pointer only · 732f3a3c6b94593c · report
add_residual wzzheng/streamvggt/src/streamvggt/layers/block.py official repository unverified no licence file found · pointer only · 5d16d4d4fc573ac7 · report
create_uv_grid wzzheng/streamvggt/src/streamvggt/heads/utils.py official repository unverified licence not identified · pointer only · ec669c1b58089748 · report
custom_interpolate wzzheng/streamvggt/src/streamvggt/heads/dpt_head.py official repository unverified licence not identified · pointer only · f43a4f443063d830 · report
drop_add_residual_stochastic_depth wzzheng/streamvggt/src/streamvggt/layers/block.py official repository unverified licence not identified · pointer only · a2ec87bca0ee4781 · report
get_branges_scales wzzheng/streamvggt/src/streamvggt/layers/block.py official repository unverified no licence file found · pointer only · 5be3610fa1fee19e · report
make_sincos_pos_embed wzzheng/streamvggt/src/streamvggt/heads/utils.py official repository unverified licence not identified · pointer only · 731bd479ffcd13a9 · report
position_grid_to_embed wzzheng/streamvggt/src/streamvggt/heads/utils.py official repository unverified licence not identified · pointer only · 910e268f54177e2b · report

Tasks

4D reconstructionPhilosophy

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

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