Prerequisites & Notation
Before You Begin
This chapter assumes familiarity with the following topics. If any item feels unfamiliar, revisit the linked material first.
- Neural scene representations: NeRF, signed distance functions, volume rendering, and the rendering equation (Chapter 24) (Review ch24)
Self-check: Can you write the NeRF volume rendering integral and explain what the MLP learns?
- Differentiable rendering and the analysis-through-synthesis pipeline for inverse problems (Chapter 25) (Review ch25)
Self-check: Can you explain how gradients flow through a differentiable renderer to update scene parameters?
- The unified forward model and Kronecker structure of (Chapter 7) (Review ch07)
Self-check: Can you describe the measurement model for a MIMO-OFDM sensing system and identify the Kronecker factors?
- Scene representation and scattering models: voxel grids, reflectivity fields, and the Born approximation (Chapter 8) (Review ch08)
Self-check: Can you explain the difference between specular and diffuse scattering in the context of RF imaging?
Notation for This Chapter
Symbols introduced in this chapter. See also the NGlobal Notation Table master table in the front matter.
| Symbol | Meaning | Introduced |
|---|---|---|
| Set of 3D Gaussians with centres, covariances, opacities, and feature vectors | s01 | |
| Centre (mean) of the -th Gaussian | s01 | |
| Covariance matrix of the -th Gaussian | s01 | |
| Opacity of the -th Gaussian | s01 | |
| Feature vector (colour or RF attribute) of the -th Gaussian | s01 | |
| 2D projected Gaussian evaluated at pixel | s01 | |
| Rendered received power in dB at pixel/location | s02 | |
| Tensorial RF field decomposition of a Gaussian | s03 | |
| Spherical harmonic of degree and order in direction | s03 | |
| Directional power pattern of the -th Gaussian scatterer | s03 | |
| Radar cross-section attribute of the -th Gaussian in RadarSplat | s04 |