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 y=Ac+w\mathbf{y} = \mathbf{A}\mathbf{c} + \mathbf{w} 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.

SymbolMeaningIntroduced
σ(x)\sigma(\mathbf{x})Volume density at position xR3\mathbf{x} \in \mathbb{R}^3 (opacity per unit length)s01
c(x,d)\mathbf{c}(\mathbf{x}, \mathbf{d})View-dependent colour (RGB) at position x\mathbf{x}, direction d\mathbf{d}s01
T(t)T(t)Transmittance: accumulated survival probability along a ray up to distance tts01
γ(x)\gamma(\mathbf{x})Positional encoding mapping R3R6L\mathbb{R}^3 \to \mathbb{R}^{6L}s01
ρ(x,d,f)\rho(\mathbf{x}, \mathbf{d}, f)Complex-valued RF reflectivity (replaces colour in RF rendering)s02
α(x,f)\alpha(\mathbf{x}, f)Frequency-dependent attenuation coefficient (Np/m)s02
FθF_\thetaNeural radiance field parameterised by weights θ\thetas01
S^(r,f)\hat{S}(\mathbf{r}, f)Rendered complex received signal along ray r\mathbf{r} at frequency ffs05