Papers › Real-time Photorealistic Dynamic Scene Representation and Rendering with 4D Gaussian Splatting

Real-time Photorealistic Dynamic Scene Representation and Rendering with 4D Gaussian Splatting

16 Oct 2023arXiv:2310.10642archive 2025-07-28

Zeyu Yang, Hongye Yang, Zijie Pan, Li Zhang

Reconstructing dynamic 3D scenes from 2D images and generating diverse views over time is challenging due to scene complexity and temporal dynamics. Despite advancements in neural implicit models, limitations persist: (i) Inadequate Scene Structure: Existing methods struggle to reveal the spatial and temporal structure of dynamic scenes from directly learning the complex 6D plenoptic function. (ii) Scaling Deformation Modeling: Explicitly modeling scene element deformation becomes impractical for complex dynamics. To address these issues, we consider the spacetime as an entirety and propose to approximate the underlying spatio-temporal 4D volume of a dynamic scene by optimizing a collection of 4D primitives, with explicit geometry and appearance modeling. Learning to optimize the 4D primitives enables us to synthesize novel views at any desired time with our tailored rendering routine. Our model is conceptually simple, consisting of a 4D Gaussian parameterized by anisotropic ellipses that can rotate arbitrarily in space and time, as well as view-dependent and time-evolved appearance represented by the coefficient of 4D spherindrical harmonics. This approach offers simplicity, flexibility for variable-length video and end-to-end training, and efficient real-time rendering, making it suitable for capturing complex dynamic scene motions. Experiments across various benchmarks, including monocular and multi-view scenarios, demonstrate our 4DGS model's superior visual quality and efficiency.

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

Code

Syntology Ran 8 of 14 code samples harvested from 3 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 6 ran; community: 4 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.

fudan-zvg/4d-gaussian-splatting officialmentioned in papermentioned on GitHubMIT 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

14 samples harvested; 8 ran; 2 honoured the contract we drafted; 6 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
1ran · our draft was wrong
1ran · fixture could not drive it
4ran
6unverified

Licence: 1 of the 14 samples is 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 3 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.

cpu_deep_copy_tuple fudan-zvg/4d-gaussian-splatting/gaussian_renderer/diff_gaussian_rasterization.py official repository ran MIT (permissive) · 272239b5e59d56d4 · report
gaussian fudan-zvg/4d-gaussian-splatting/utils/loss_utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · c56b7ef16f309a45 · report
l1_loss fudan-zvg/4d-gaussian-splatting/utils/loss_utils.py official repository ran fingerprinted MIT (permissive) · ac0e42d6fbcfbbe6 · report
l2_loss fudan-zvg/4d-gaussian-splatting/utils/loss_utils.py official repository ran fingerprinted MIT (permissive) · 8c3b0f873ba11813 · report
normalize_activation fudan-zvg/4d-gaussian-splatting/lpipsPyTorch/modules/utils.py official repository ran fingerprinted MIT (permissive) · 1dab900b2adbe38e · report
read_next_bytes fudan-zvg/4d-gaussian-splatting/scene/colmap_loader.py official repository ran · honoured contract MIT (permissive) · 56858e04e6fdb2ff · report
get_network fudan-zvg/4d-gaussian-splatting/lpipsPyTorch/modules/networks.py official repository unverified MIT (permissive) · 07bd0da29c4dc7bb · report
get_state_dict fudan-zvg/4d-gaussian-splatting/lpipsPyTorch/modules/utils.py official repository unverified MIT (permissive) · b06f27c08cf5d0ca · report
qvec2rotmat fudan-zvg/4d-gaussian-splatting/scene/colmap_loader.py official repository unverified MIT (permissive) · 6ce64cf0fbcd6bb1 · report
rotmat2qvec fudan-zvg/4d-gaussian-splatting/scene/colmap_loader.py official repository unverified MIT (permissive) · 659bc4e7e63ed8f9 · report
closest_point_2_lines ohsngjun/3D-4DGS/scripts/n3v2blender.py community ran · fixture could not drive it fingerprinted MIT (permissive) · 75b25cc18e1773a8 · report
merge_hparams yanyan-li/4DGS-SLAM/slam.py community ran · our draft was wrong no licence file found · pointer only · 516054315df10956 · report
array_to_blob ohsngjun/3D-4DGS/scripts/n3v2blender.py community unverified MIT (permissive) · 6cca3fa0d3e48ce1 · report
blob_to_array ohsngjun/3D-4DGS/scripts/n3v2blender.py community unverified MIT (permissive) · 6632742f237b890c · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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