Prerequisites & Notation
Before You Begin
This chapter assumes familiarity with the following topics.
- Scattering physics and the Born approximation forward model (Chapters 5-6) (Review ch06)
Self-check: Can you write the Born-approximation forward model and explain each term?
- Neural network fundamentals: MLPs, backpropagation, gradient-based optimisation (Chapter 20) (Review ch20)
Self-check: Can you explain how automatic differentiation computes gradients through a multi-layer network?
- Differentiable rendering and physics-informed neural networks (Chapter 23) (Review ch23)
Self-check: Can you describe how a differentiable forward model enables end-to-end training from measurements?
Notation for This Chapter
Symbols introduced or emphasised in this chapter.
| Symbol | Meaning | Introduced |
|---|---|---|
| Volume density at position (opacity per unit length) | s01 | |
| View-dependent colour (RGB) at position , direction | s01 | |
| Transmittance: accumulated survival probability along a ray up to distance | s01 | |
| Positional encoding mapping | s01 | |
| Complex-valued RF reflectivity (replaces colour in RF rendering) | s02 | |
| Frequency-dependent attenuation coefficient (Np/m) | s02 | |
| Neural radiance field parameterised by weights | s01 | |
| Rendered complex received signal along ray at frequency | s05 |