Dynamic Scene Imaging
The World Moves
Most RF imaging algorithms assume a stationary scene during the measurement interval. In reality, people walk, vehicles move, and doors open. Dynamic scene imaging -- reconstructing both the scene and its motion -- is an active research frontier with applications in autonomous driving, human activity recognition, and indoor monitoring. The central difficulty is that each snapshot is severely underdetermined; temporal priors are not merely helpful but essential.
Definition: Dynamic RF Imaging Problem
Dynamic RF Imaging Problem
The dynamic imaging problem seeks to recover a time-varying scene from sequential measurements :
where may also change (moving platform, ISAC beamforming). The key challenge: each alone is insufficient to reconstruct (severely underdetermined). Temporal priors are essential.
Definition: Temporal Priors for Dynamic Imaging
Temporal Priors for Dynamic Imaging
Temporal regularisation exploits the structure of scene dynamics:
-
Temporal smoothness: penalises rapid changes (appropriate for slowly varying environments).
-
Sparse innovation: assumes few voxels change between frames (a person moving through an otherwise static room).
-
Optical flow: models scene elements moving with velocity field .
-
Kalman filtering: state-space model with transition and observation .
-
Learned temporal model: a recurrent network (LSTM, Transformer) predicts from and .
Theorem: Temporal Measurement Accumulation Bound
Consider a scene with moving point targets, each with velocity , imaged at frame rate . If the per-frame measurement count is and the spatial dimension is , then jointly recovering consecutive frames requires at least
measurements in total, where is the voxel size. The second term accounts for the innovation degrees of freedom introduced by motion.
The first term is the standard compressed sensing requirement for -sparse recovery. The second term captures the additional information needed as targets move: if , targets barely move between frames and temporal correlation strongly reduces the measurement requirement. If , each frame is essentially independent and we need measurements per frame.
Sparse innovation model
Write where is the innovation. Under the velocity bound, .
Joint sparsity
The concatenated vector has sparsity . Applying compressed sensing recovery to the joint system yields the stated measurement bound.
Example: Tracking a Walking Person at 10 fps
A radar images a room at 10 fps with measurements per frame. A person walks at 1.5 m/s. The grid has voxels at cm. Which temporal prior is most appropriate and why?
Motion analysis
Between frames: displacement m . The person occupies voxels and moves coherently. This is a rigid-body translation.
Prior selection
Optical flow is most appropriate: the person translates as a rigid body with m/s. Smoothness prior: inappropriate (change is localised). Sparse innovation: partially captures the change but ignores the motion structure. Optical flow directly models the displacement, enabling prediction of the next frame's target location from the current estimate.
Measurement sufficiency
With target voxels and innovation voxels per frame, we need measurements per frame for independent recovery. With temporal correlation via optical flow, the effective requirement drops to --, making 50 measurements marginal but feasible with a strong temporal prior.
4D Neural Fields for RF
Extending NeRF and 3DGS to the time dimension creates 4D representations . Two approaches dominate:
-
Time-conditioned MLP: input where denotes positional encoding. Simple but struggles with discontinuous motion.
-
Deformation field: learn that warps a canonical frame: . Better for rigid motion (vehicles, furniture).
For RF, the challenge is data: 4D training requires measurements at multiple viewpoints and multiple time steps. A 50-frame sequence with 10 viewpoints needs 500 CSI snapshots -- feasible for ISAC systems with multiple base stations, but expensive for single-AP setups.
Common Mistake: Temporal Aliasing in Dynamic RF Imaging
Mistake:
Imaging a scene where targets move faster than the frame rate can resolve (displacement per frame) without accounting for temporal aliasing.
Correction:
Apply the temporal Nyquist criterion: the frame rate must satisfy . For a 5 cm grid and 3 m/s motion: fps. If the radar operates at 10 fps, either increase the frame rate or use a motion model (Kalman filter, optical flow) to predict inter-frame positions.
Why This Matters: ISAC Resource Allocation for Dynamic Imaging
In ISAC systems (Chapter 29), dynamic imaging competes with communication for beam time and bandwidth. When the scene is static, most resources go to communication; when motion is detected (e.g., Doppler shift), resources shift to sensing. The optimal switching policy depends on the scene dynamics, communication QoS requirements, and the temporal prior's prediction accuracy -- a joint optimisation that connects dynamic imaging to ISAC beamforming design.
See full treatment in Chapter 29
Quick Check
A radar at 20 fps images a room where a door slowly swings open (angular velocity 0.5 rad/s). Which temporal prior is most appropriate?
Temporal smoothness
Sparse innovation
Optical flow
The door's motion is smooth and continuous (slow rotation). Temporal smoothness correctly penalises rapid changes while allowing gradual evolution of the reflectivity map.
Dynamic Scene Imaging
Reconstruction of time-varying scenes from sequential measurements. Requires temporal priors (smoothness, sparsity, flow, learned models) to compensate for per-frame underdetermination.
Related: Temporal Prior
Temporal Prior
A regularisation constraint that exploits temporal structure in dynamic scenes. Examples: smoothness, sparse innovation, optical flow, Kalman state transition, learned recurrent models.
Related: Dynamic Scene Imaging
Key Takeaway
Dynamic scene imaging requires temporal priors to compensate for per-frame underdetermination. The choice of prior depends on the motion type: smoothness for slow changes, sparse innovation for localised changes, optical flow for rigid-body motion. 4D neural fields and ISAC-based temporal resource allocation are promising but largely unexplored for RF.