Papers › Flux4D: Flow-based Unsupervised 4D Reconstruction

Flux4D: Flow-based Unsupervised 4D Reconstruction

2 Dec 2025NeurIPSarXiv:2512.03210added by Syntology

Jingkang Wang, Henry Che, Yun Chen, Ze Yang, Lily Goli, Sivabalan Manivasagam, Raquel Urtasun

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

Reconstructing large-scale dynamic scenes from visual observations is a fundamental challenge in computer vision, with critical implications for robotics and autonomous systems. While recent differentiable rendering methods such as Neural Radiance Fields (NeRF) and 3D Gaussian Splatting (3DGS) have achieved impressive photorealistic reconstruction, they suffer from scalability limitations and require annotations to decouple actor motion. Existing self-supervised methods attempt to eliminate explicit annotations by leveraging motion cues and geometric priors, yet they remain constrained by per-scene optimization and sensitivity to hyperparameter tuning. In this paper, we introduce Flux4D, a simple and scalable framework for 4D reconstruction of large-scale dynamic scenes. Flux4D directly predicts 3D Gaussians and their motion dynamics to reconstruct sensor observations in a fully unsupervised manner. By adopting only photometric losses and enforcing an "as static as possible" regularization, Flux4D learns to decompose dynamic elements directly from raw data without requiring pre-trained supervised models or foundational priors simply by training across many scenes. Our approach enables efficient reconstruction of dynamic scenes within seconds, scales effectively to large datasets, and generalizes well to unseen environments, including rare and unknown objects. Experiments on outdoor driving datasets show Flux4D significantly outperforms existing methods in scalability, generalization, and reconstruction quality.

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="2512.03210")

Code

Syntology Ran 2 of 22 code samples harvested from 2 repositories linked to this paper; 20 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong.

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

NVlabs/EmerNeRF found in paper text by SyntologyNOASSERTION report
ziyc/drivestudio found in paper text by SyntologyMIT 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

22 samples harvested; 2 ran; 1 honoured the contract we drafted; 20 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
1ran · our draft was wrong
20unverified

Licence: 9 of the 22 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

get_embedder ziyc/drivestudio/models/modules.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 8d68829e9ebe344d · report
random_quat_tensor ziyc/drivestudio/models/gaussians/basics.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 57acaa6d628ba9f8 · report
binary_cross_entropy ziyc/drivestudio/models/losses.py found in paper text by Syntology unverified MIT (permissive) · 935ce040cd9cf66c · report
blockPrinting ziyc/drivestudio/models/human_body.py found in paper text by Syntology unverified MIT (permissive) · 46ff1acb735d62b5 · report
build_scheduler_from_cfg NVlabs/EmerNeRF/builders.py found in paper text by Syntology unverified licence not identified · pointer only · f0ec575e1a589ea4 · report
compute_psnr NVlabs/EmerNeRF/datasets/metrics.py found in paper text by Syntology unverified licence not identified · pointer only · 37e6686ebde165ef · report
compute_range_image_cartesian NVlabs/EmerNeRF/datasets/waymo_preprocess.py found in paper text by Syntology unverified licence not identified · pointer only · 7525a1bc40362d83 · report
compute_ssim NVlabs/EmerNeRF/datasets/metrics.py found in paper text by Syntology unverified licence not identified · pointer only · 293991ba7c0526ca · report
compute_valid_depth_rmse NVlabs/EmerNeRF/datasets/metrics.py found in paper text by Syntology unverified licence not identified · pointer only · 5768489744759311 · report
contract ziyc/drivestudio/models/gaussians/deformgs.py found in paper text by Syntology unverified MIT (permissive) · 68e224cec422991b · report
dirac_delta_approx NVlabs/EmerNeRF/loss/base.py found in paper text by Syntology unverified licence not identified · pointer only · 96fd24a72d00adf0 · report
get_linear_noise_func ziyc/drivestudio/models/gaussians/deformgs.py found in paper text by Syntology unverified MIT (permissive) · 4d01d3ba48fe3cb9 · report
get_numpy ziyc/drivestudio/models/video_utils.py found in paper text by Syntology unverified MIT (permissive) · f6b2097bb697bae6 · report
get_predefined_human_rest_pose ziyc/drivestudio/models/human_body.py found in paper text by Syntology unverified MIT (permissive) · 48923d99fae91824 · report
interpolate_quats ziyc/drivestudio/models/gaussians/basics.py found in paper text by Syntology unverified MIT (permissive) · 68f7385b9146d55a · report
non_zero_mean ziyc/drivestudio/models/video_utils.py found in paper text by Syntology unverified MIT (permissive) · caa9641addd26530 · report
normalize_depth NVlabs/EmerNeRF/loss/base.py found in paper text by Syntology unverified licence not identified · pointer only · 10f6c504485a371d · report
quat_mult ziyc/drivestudio/models/gaussians/basics.py found in paper text by Syntology unverified MIT (permissive) · 7ef271bf33d77004 · report
reduce ziyc/drivestudio/models/losses.py found in paper text by Syntology unverified MIT (permissive) · d64472f8d41f2419 · report
safe_binary_cross_entropy ziyc/drivestudio/models/losses.py found in paper text by Syntology unverified MIT (permissive) · 1c1e0d270ab71346 · report
voxel_coords_to_world_coords NVlabs/EmerNeRF/datasets/utils.py found in paper text by Syntology unverified licence not identified · pointer only · 8cda114e6c7d9f38 · report
world_coords_to_voxel_coords NVlabs/EmerNeRF/datasets/utils.py found in paper text by Syntology unverified licence not identified · pointer only · bd96c5131255d2f3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2512.03210, was issued in December 2025, 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