Dynamic NeRF is an extension of the standard Neural Radiance Field (NeRF) model designed to represent and render 4D spatio-temporal scenes that exhibit motion or deformation. Unlike a static NeRF, which models a scene as a fixed 5D function of position and view direction, a Dynamic NeRF incorporates an additional time dimension, enabling it to reconstruct sequences like talking faces, moving vehicles, or dynamic environments. Core technical approaches include learning a canonical template space with a time-dependent deformation field or directly modeling a 4D neural field that outputs density and radiance conditioned on a time variable.
Primary Applications
Dynamic NeRF extends static 3D scene reconstruction to model changes over time. Its primary applications leverage this 4D spatio-temporal capability for simulation, interaction, and analysis.
Digital Twins & Simulation
Dynamic NeRF creates temporally-aware digital twins of real-world environments, capturing not just geometry but also how it evolves. This is critical for high-fidelity simulations in robotics and autonomous systems.
- Training Data for Embodied AI: Provides photorealistic, dynamic environments for training vision-language-action models in simulation before sim-to-real transfer.
- Predictive Modeling: By learning the dynamics of a scene (e.g., people moving in a warehouse), it can be used to generate plausible future states for predictive planning.
- Infrastructure Monitoring: Models changes in industrial sites or construction projects over time for progress tracking and anomaly detection.
Augmented & Virtual Reality
In spatial computing, Dynamic NeRF enables persistent, dynamic AR overlays and highly realistic VR environments. It bridges captured reality with interactive digital content.
- Persistent AR: A Dynamic NeRF of a room can be anchored to the physical space, allowing virtual objects to interact consistently with real-world objects that may move (e.g., a virtual character walking around a real chair).
- Volumetric Video in VR: Creates immersive experiences where users can move around within a captured dynamic event, such as a sports game or concert.
- Real-Time Requirement: Drives research into real-time neural rendering and acceleration techniques like InstantNGP for 4D fields.
Scientific & Medical Capture
Dynamic NeRF provides a powerful tool for non-invasive, high-resolution 4D capture in scientific imaging and medical diagnostics, where understanding motion is crucial.
- Biomechanics Analysis: Capturing the 3D motion of organisms or human gait for detailed kinematic studies without intrusive markers.
- Medical Imaging Synthesis: Potentially generating dynamic 3D visualizations from limited 2D medical imaging slices (e.g., MRI, ultrasound) over time.
- Microscopy: Reconstructing 3D dynamics of live cell cultures or microscopic processes from a focal stack over time.
Dynamic Scene Editing & Relighting
By decomposing a dynamic scene into time-varying geometry, appearance, and lighting, Dynamic NeRF enables post-capture manipulation that was previously impossible with 2D video.
- Temporal Object Removal: Removing a moving person or vehicle from a scene across all frames and viewpoints, filling in the static background convincingly.
- Re-timing & Slow Motion: Generating novel temporal frames to create smooth slow-motion effects from multi-view video.
- Dynamic Relighting: Changing the illumination of the captured dynamic scene to match a new virtual environment, requiring separation of intrinsic albedo from transient shadows.
Autonomous Systems & Robotics
For embodied intelligence systems, Dynamic NeRF provides a rich world model that predicts not just the static layout but the future state of dynamic agents, which is essential for safe navigation and manipulation.
- 4D Occupancy Forecasting: Predicting the future 4D occupancy grid of a scene (e.g., a street intersection) to plan safe robot or vehicle trajectories.
- Improved SLAM: Systems like NeRF-SLAM are extended to dynamic environments, where the model must simultaneously track the camera, map the static world, and identify/segment moving objects.
- Human-Robot Interaction: Creating a real-time dynamic model of a human collaborator to enable more natural and responsive robotic assistance.




