Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

TeRFS: Temporal-Evolving Radio Field Synthesis

IEEE GLOBECOM 2026

Pengyang Zhang, Wenlihan Lu, Shijian Gao
The Hong Kong University of Science and Technology (Guangzhou)

Paper · Dataset · Code · Citation

TeRFS extends radio-field synthesis from static scenes to spatio-temporal reconstruction. It couples an anisotropic spherical Gaussian (ASG) directional basis for sharp angular structure with per-lobe Gaussian temporal envelopes for path lifecycles. This design supports an explicit birth-and-death mechanism to capture multipath reorganization as moving scatterers create and block propagation paths.

TeRFS architecture combining ASG directional lobes, temporal envelopes, and multipath birth-and-death modeling

In dynamic scenes, TeRFS represents the propagation environment, models how multipath components evolve over time, and synthesizes the angular spectrum at each receiver, capturing radio-field changes induced by moving scatterers. This provides a foundation for environment-aware wireless applications under high mobility.

ASG Representation

Motivated by the sparse, directional structure of RF multipath, TeRFS adopts ASG to represent sharp angular peaks that spherical harmonics (SH) tend to smooth out.

HFSS reference and 32-lobe ASG fit of radiation patterns under varying four-port excitation at 5.9 GHz

Expressive capacity of the ASG basis, illustrated by fitting HFSS far-field patterns.

TeRFS builds on this directional expressiveness with per-lobe temporal envelopes, enabling explicit modeling of multipath birth and death.

Results

EvaluationKey result
Temporal interpolation75% of test samples have absolute RSS error ≤ 3.26 dB
Spatial synthesis11.5% lower mean MSE than NeRF²
Training efficiency6.9× faster training than NeRF²
Representation efficiency63.1% fewer primitives than explicit baselines

Evaluated on TeRFS-Dynamic using a single RTX 4090.

Single-frame reconstruction quality versus training time: TeRFS reaches 19.45 dB mean PSNR in 0.32 hours

Reconstruction quality versus training time under default training schedules.

Dataset

The TeRFS-Dynamic dataset captures radio-field evolution in a simulated outdoor campus, where multiple vehicles and a UAV create and block propagation paths.

NeRF²TeRFS-Dynamic
SettingStatic scenesDynamic temporal sequence
ScatterersStationaryMoving vehicles and UAV
SceneIndoor / semi-indoorOutdoor campus

Download Dataset

Four snapshots of the TeRFS-Dynamic campus scene with vehicles moving near the roadside transmitter

Four timesteps showing multipath reorganization as vehicles pass near the roadside transmitter.

Future Work

  • Refining ASG representations for more accurate and efficient modeling of dynamic radio environments.
  • Understanding multipath evolution through deeper insights into the underlying propagation mechanisms.
  • Extending to diverse scenarios with varied environments and mobility patterns.

Code

Code release coming soon.

Citation

If you find TeRFS or its dataset useful, please cite:

@article{zhang2026terfs,
  title   = {{TeRFS}: Temporal-Evolving Radio Field Synthesis},
  author  = {Zhang, Pengyang and Lu, Wenlihan and Gao, Shijian},
  journal = {arXiv preprint arXiv:2605.02359},
  year    = {2026}
}

Contact

Pengyang Zhang · zgotohdx@outlook.com

Contributors