Summary
This theme centers on reconstructing and rendering dynamic 3D/4D scenes from monocular or casual video using Gaussian-based representations. The main challenge is that dynamic scenes are severely underconstrained by monocular inputs alone, so recent work adds stronger geometric, motion, and prior-based supervision to stabilize reconstruction.
Situation
The representative papers frame dynamic view synthesis and 4D reconstruction as a hard extension of static novel view synthesis. While NeRF and Gaussian Splatting have advanced static scenes, dynamic monocular video remains difficult because limited observations create motion/shape ambiguity, deformation is hard to model consistently, and casual videos often lack reliable camera trajectories. Several introductions emphasize that local scene structure and neighborhood motion matter: object motion is coupled to nearby geometry, but pointwise deformation models or simple interpolation capture this only weakly.
A second shared concern is that standard photometric supervision alone underconstrains dynamics. Dynamic Gaussian representations need stronger guidance—geometry-aware features, optical-flow-based motion cues, or external geometric priors for camera and scene initialization—especially under large viewpoint change and real-world motion. Supplemental evidence highlights a growing push to combine geometry-driven reconstruction with generative priors, aiming to preserve precise multiview-consistent structure where observations are strong while filling uncertain dynamic regions more plausibly.
Infographic (English)

Progress
World from Motion: Generative Dynamic Gaussian Reconstruction from Monocular Video <See Details on Fugu-MT>
This paper conditions a video generative model on a dynamic 3DGS representation to produce dense appearance, geometry, and 3D motion signals, then distills them into one consistent dynamic Gaussian scene from monocular video. Unlike earlier geometry- or flow-guided pipelines, it unifies reconstruction and generative modeling, improving both novel-view quality and recovered 3D motion on standard benchmarks.
Learning Efficient 4D Gaussian Representations from Monocular Videos with Flow Splatting <See Details on Fugu-MT>
This paper introduces flow splatting, representing a velocity field whose optical flow can be rendered via standard splatting, to learn efficient 4D Gaussians from monocular video. It makes motion supervision more explicit within the Gaussian representation rather than relying mainly on generic deformation networks or photometric fitting alone.
Ground4D: Consistency-Aware 4D Reconstruction from Monocular Video <See Details on Fugu-MT>
This paper proposes a two-stage geometry-grounded pipeline that first recovers multiview stereo shape and camera poses from monocular video, then refines dynamic Gaussians with geometry-consistency constraints. It reinforces the use of geometric initialization and consistency priors to reduce monocular ambiguity before dynamic optimization begins.
Progressive Pose-Guided 4D Animal Reconstruction from Monocular Video <See Details on Fugu-MT>
This paper applies 3D Gaussian splatting to monocular 4D animal reconstruction with pose guidance and symmetry-aware temporal coding to improve geometry and temporal consistency. It demonstrates how structured anatomical priors can absorb camera drift and handle articulated nonhuman motion, broadening monocular 4D Gaussian methods beyond generic scenes.
Outlook
Outlook Summary
Dynamic 4D Gaussian reconstruction is likely to move toward automatic separation of static and moving content, instead of relying on manual masks. Near-term work should add clearer motion models, using foreground/background cues and longer-range optical-flow supervision so deformation is applied only where needed. Monocular systems also need stronger joint pose and intrinsic calibration, paired with geometry-grounded reconstruction and generative completion for unseen moving regions. This points to pipelines that combine robust structure with motion-aware priors.
Infographic (English)

Three-Year Movement
In the standard path, dynamic 4D Gaussian reconstruction becomes a layered constraint problem rather than a simple image-fitting problem. The mechanism is to reduce ambiguity step by step, using flow supervision, geometry-aware deformation, and static/dynamic decomposition. Optical flow means estimated pixel motion across frames, and it gives the Gaussian scene direct evidence about how objects move.
In the first year, research should focus on practical integration. Public flow-splatting code makes it easier to supervise motion inside Gaussian representations, while geometry-first initialization should make camera estimates less fragile. Systems will try to decide which Gaussians belong to the stable scene and which belong to moving objects, then refine that decision during optimization. A useful early sign would be photometric-only systems falling behind on image quality and temporal stability in controlled dynamic-video tests.
In the second year, the same stack should extend from short clips toward longer casual or embodied sequences. Longer-range flow will likely be applied selectively, because stable background regions do not need full dynamic deformation. Generative completion becomes more important for occluded or unseen parts of moving objects, but only after geometry and motion constraints keep the generated content consistent across time.
By the third year, the main movement is from inventing separate constraints to building reliable reconstruction stacks around them. Benchmarks should measure camera-pose accuracy, temporal consistency, and motion plausibility, rather than rendered image quality alone. Application teams should compare systems by capture envelope, meaning how much motion, occlusion, and compute load the method can tolerate. The caveat is that the path weakens if gains disappear on longer sequences, if pose refinement fails inside Gaussian optimization, or if compact dynamic scenes break when objects appear or change shape.
In the contender path, dynamic 4D Gaussian reconstruction becomes a resource-managed system. The mechanism is triage: the model decides which parts of the scene deserve expensive dynamic updates and which parts can be frozen, compressed, or repaired later. This follows from the same near-term trend toward static/dynamic separation and explicit motion cues, but it adds a control layer for limited compute and latency.
In the first year, research should turn motion and uncertainty signals into triage primitives. Optical flow, geometry confidence, and residual error can act like simple vital signs for scene regions. Fast foreground motion may receive explicit dynamic Gaussian updates, while stable backgrounds are kept as a cheaper base map. The early application movement will be narrow but useful, especially for free-viewpoint video, telepresence, and embodied-view synthesis prototypes. The trigger is repeated failure of full-scene dynamic reconstruction to remain interactive under hard device limits.
In the second year, triage should become less ad hoc and more like a normal control layer. Systems will output priority maps and confidence scores along with the reconstructed geometry. Different uses can then apply different rules, such as protecting face motion in communication or preserving moving obstacles in embodied systems. The hard technical problem is the seam between modes, because one region may be actively updated while a nearby region is compressed or completed by a prior.
By the third year, rendering engines and streaming toolkits may include native managers for dynamic-scene capacity. These managers would lower update rates when motion spikes, camera uncertainty rises, or devices become constrained. A monitoring cue is the appearance of benchmarks that report quality under fixed memory, update, and latency limits. The caveat is that the scenario weakens if full-scene dynamic updates become cheap enough to remove the need for scheduling, or if prior-assisted fill remains visibly unstable even in low-priority regions.
In the maybe path, dynamic 4D Gaussian reconstruction develops a diagnostic layer around the scene itself. A Gaussian primitive is a small 3D blob used to represent geometry and appearance, and this scenario treats each region as something that can be monitored for stress. The mechanism is to track motion residuals, geometry consistency, and pose reliability so the system can see where reconstruction is becoming untrustworthy.
In the first year, methods should make these signals visible instead of leaving them as hidden training losses. The key question is whether the signals predict real failures, such as drifting motion, bad camera initialization, or implausible deformation. If they do, the second half of the year shifts from diagnosis to control. The system can down-weight unreliable frames, add stronger motion supervision, or send a local region to generative repair.
In the second year, this path needs shared metadata. Research groups may start recording motion provenance, pose reliability, and repair history in a form that other tools can read. The pipeline would not rebuild everything when one part looks weak. Instead, it would route flagged regions to the right solver, such as photometric refinement, flow supervision, or geometry regularization.
By the third year, the upside is a monitored 4D scene representation that supports editing, streaming, and evaluation. Stable background primitives could receive cheaper updates, while uncertain moving regions get more detailed repair or richer metadata. Professional AR/VR, telepresence, and motion-capture workflows may ask for scene-integrity packages that include calibration reports and confidence summaries. A monitoring cue is progress toward a shared telemetry schema for 4D scenes. The caveat is that the analogy is imperfect, because a reconstruction is a digital estimate rather than a directly sensed physical structure, and the path weakens if single-pass video-to-4D models achieve high temporal fidelity without explicit diagnostics.
1-Year / 3-Year Research-Application Infographic

References
- GaussianFlow: Splatting Gaussian Dynamics for 4D Content Creation - Authors: Quankai Gao, Qiangeng Xu, Zhe Cao, Ben Mildenhall, Wenchao Ma, Le Chen, Danhang Tang, Ulrich Neumann, / <See Details on Fugu-MT> / License: CC-BY-4.0
- 3D Geometry-aware Deformable Gaussian Splatting for Dynamic View Synthesis - Authors: Zhicheng Lu, Xiang Guo, Le Hui, Tianrui Chen, Min Yang, Xiao Tang, Feng Zhu, Yuchao Dai, / <See Details on Fugu-MT> / License: CC-BY-4.0
- RoDyGS: Robust Dynamic Gaussian Splatting for Casual Videos - Authors: Yoonwoo Jeong, Junmyeong Lee, Hoseung Choi, Minsu Cho, / <See Details on Fugu-MT> / License: CC-BY-4.0