Prerequisites & Notation

Before You Begin

This chapter assumes familiarity with the following topics. If any item feels unfamiliar, revisit the linked material first.

  • Linear imaging model y=Ac+w\mathbf{y} = \mathbf{A}\mathbf{c} + \mathbf{w} and the matched filter c^BP=AHy\hat{\mathbf{c}}^{\text{BP}} = \mathbf{A}^{H} \mathbf{y} (Chapter 13) (Review ch13)

    Self-check: Can you explain why AHy\mathbf{A}^{H} \mathbf{y} is not a true inverse and what the Gram matrix G=AHA\mathbf{G} = \mathbf{A}^{H}\mathbf{A} encodes?

  • AMP and OAMP for RF imaging, state evolution (Chapter 17) (Review ch17)

    Self-check: Can you describe the role of a denoiser in OAMP and explain why the effective noise at each iteration is approximately Gaussian?

  • Learned OAMP and deep unfolding — LISTA, unrolled algorithms, generalization bounds (Chapter 18) (Review ch18)

    Self-check: Can you sketch the computational graph of an unrolled ISTA and identify which parameters are learned?

  • U-Net encoder-decoder architecture, skip connections, convolutional blocks (external — Sci_Python Part VI or equivalent)

    Self-check: Can you describe the encoder-decoder structure of a U-Net and explain how skip connections preserve fine spatial detail?

Notation for This Chapter

Symbols introduced or heavily used in this chapter. Notation tokens follow the RFI book defaults and are user-customisable via the Notation Preferences panel.

SymbolMeaningIntroduced
ACM×N\mathbf{A} \in \mathbb{C}^{M \times N}Forward (sensing) operator / matrixs01
AH\mathbf{A}^{H}Adjoint (matched filter) operators01
cCN\mathbf{c} \in \mathbb{C}^NDiscretized scene reflectivity vectors01
c^BP\hat{\mathbf{c}}^{\text{BP}}Matched-filter (back-projected) image: c^BP=AHy\hat{\mathbf{c}}^{\text{BP}} = \mathbf{A}^{H} \mathbf{y}s01
G=AHA\mathbf{G} = \mathbf{A}^{H}\mathbf{A}Gram matrix (discrete point-spread function)s01
fθf_\thetaNeural network with trainable parameters θ\thetas01
L(θ)\mathcal{L}(\theta)Training loss functions04
Lperc\mathcal{L}_{\text{perc}}Perceptual loss (VGG feature-space distance)s04
Ladv\mathcal{L}_{\text{adv}}Adversarial (GAN) losss04
λDC\lambda_{\text{DC}}Learned step size for data-consistency updates in MoDLs02