The Forward Operator Framework
The Central Equation of Imaging
Everything in this chapter comes together here. The forward operator
maps a scene (a Hilbert space of scene functions, typically ) to measurements (the data space). In RF imaging:
This is a compact integral operator between Hilbert spaces, with kernel given by the Helmholtz Green's function times the incident field (Born approximation, Ch~5). The compactness makes the inverse problem ill-posed. The regularisation theory developed in Ch~2 is the answer.
This section establishes the notation used throughout the entire book.
Definition: Forward Problem
Forward Problem
Given the scene and the forward operator , the forward problem is to compute the noiseless measurements
The space is the scene space (typically or a Sobolev space ). The space is the data space (the space of measurement vectors, e.g., for sensor-frequency combinations).
Definition: Inverse Problem and Noise Model
Inverse Problem and Noise Model
Given noisy measurements and the operator , the inverse problem is to recover .
The standard noise model is additive:
where is the noise vector with (deterministic bound) or (stochastic model). The noise level determines what reconstruction accuracy is achievable.
In the book's discretised model, the imaging equation becomes
where is the sensing matrix, is the discretised scene vector (stacking all voxel values of ), and is the measurement vector. This notation is used throughout the book.
Forward Operator Structure Across Imaging Modalities
| Modality | Scene space | Data space | Forward operator | Ill-posedness class |
|---|---|---|---|---|
| Computed tomography (CT) | Radon transform: | Mildly () | ||
| MRI | (k-space samples) | Partial Fourier: | Well-conditioned (if k-space dense) | |
| RF imaging (Born approx.) | ( = TxRxfreq) | Integral: | Severely ( exponentially) | |
| Deconvolution | Convolution: | Moderate ( = Fourier of ) |
Theorem: Ill-Posedness of the Imaging Inverse Problem
If is a compact linear operator with infinite-dimensional range, then the inverse problem is ill-posed in the sense of Hadamard:
(i) Existence fails for generic .
(ii) Uniqueness fails: is infinite-dimensional β there are infinitely many scene functions consistent with any given measurements.
(iii) Stability fails: The pseudoinverse is unbounded β arbitrarily small perturbations in can produce arbitrarily large perturbations in .
Existence (non-surjectivity of compact operators)
A compact operator between infinite-dimensional spaces is never surjective (its range is a proper closed subspace or not even closed). Generic will not be in .
Uniqueness failure (infinite null space)
Since and (for finite measurements), by the rank-nullity theorem has infinite dimension. Any in the null space is invisible to the sensor.
Stability failure (pseudoinverse unbounded)
The pseudoinverse is . Since , the factors . For any , one can find with but arbitrarily large (by choosing to perturb the component with small ).
The Forward-Inverse Pipeline
Simulate the full imaging pipeline: a scene (point scatterers, extended object, or sparse scene) is mapped to measurements by , noise is added, and the result is "back-projected" via . Observe: (1) the blurring in the back-projection image β the PSF is ; (2) the amplification of noise as SNR decreases; (3) how the number of measurements affects coverage and resolution.
Parameters
Discretising the Forward Operator
Complexity: entries; storageFor and , the matrix has complex entries (8 GB in float32) β approaching the limit of in-memory storage. For larger problems, is never formed explicitly; instead, only the matrix-vector products and are computed on the fly using the FFT or NUFFT.
Approximations in the Forward Model
The Born-approximation forward model involves three layers of approximation:
- Born linearisation: Assumes the scattered field is weak compared to the incident field (). Fails for strongly scattering objects (metal targets at close range, resonant dielectrics).
- Free-space propagation: Uses the free-space Green's function, ignoring ground reflections, multipath, and the supporting structure. For airborne SAR this is reasonable; for indoor sensing it is not.
- Narrowband bandwidth: The single-frequency model is extended to OFDM/wideband by treating each subcarrier independently. This ignores dispersion and frequency-dependent scattering.
Rule of thumb for validity of Born approximation: , where is the target extent and is the wavenumber. At 10 GHz ( m) and m, this requires β only contrast in permittivity.
- β’
Born approximation valid: . Violated by metal objects, large dielectrics, or high frequencies.
- β’
Free-space model adequate for: monostatic airborne SAR ( 5 km altitude), anechoic chamber measurements.
- β’
For indoor or near-field sensing, multipath must be included explicitly (see Ch~9 on multipath exploitation).
The Unified Illumination and Sensing Model for RF Imaging
This work by Caire establishes the unified forward model as the common thread connecting radar imaging (Part A: diffraction tomography, wavenumber domain, Ewald sphere) and wireless sensing (Part B: matched filtering, range-Doppler, virtual aperture).
The key insight is that both the diffraction tomography view and the radar view of the sensing operator are simply different factorisations of the same compact integral operator, related by a change of basis. This unification, built on the functional analysis framework of this chapter, drives the organisation of the entire curriculum from Ch~7 onward.
The book is structured around Parts A and B of this model, with the functional analysis of Ch~1β4 providing the mathematical language to state the model precisely and analyse its properties.
Common Mistake: Confusing Forward and Inverse Operator Properties
Mistake:
Assuming that properties of the forward operator (e.g., linearity, boundedness) carry over to its inverse.
Correction:
The forward operator is linear and bounded β it maps any scene to well-defined measurements. The pseudoinverse is also linear but unbounded (for compact with ). Applying to noisy data gives
where can have arbitrarily large norm even when is small.
The pseudoinverse is never applied directly to real data. Always use regularisation.
Why This Matters: The Forward Model Across RF Sensing Systems
The unified model applies across all RF sensing architectures studied in this book:
- SAR (Ch~9): Tx and Rx co-located on a moving platform. is a 2-D convolution (range-azimuth), diagonalised by 2-D DFT. The Stolt interpolation converts spherical wavefronts to planar.
- ISAR (Ch~9): Tx fixed, target rotates. Equivalent to SAR with a virtual aperture.
- OFDM radar (Ch~11): Frequency-diverse probing; has Kronecker product structure .
- Passive WiFi sensing: Existing WiFi access points as illuminators; is low-rank due to the small number of paths.
- ISAC (Ch~29): Simultaneous communication and sensing. The sensing matrix depends on the communication waveform.
Understanding that all these are instances of the same compact operator between Hilbert spaces is the payoff of this chapter's abstraction.
See full treatment in Chapter 7
Quick Check
Hadamard's notion of well-posedness requires ___ conditions.
One: existence of a solution
Two: existence and uniqueness
Three: existence, uniqueness, and stability
Four: existence, uniqueness, stability, and smoothness
Hadamard (1902) defined a problem as well-posed if: (1) a solution exists, (2) the solution is unique, and (3) the solution depends continuously on the data. All three are violated for a typical compact imaging operator β existence (non-surjective), uniqueness (infinite null space), and stability (unbounded pseudoinverse).
Forward operator
The operator mapping a scene function to noiseless measurements . In RF imaging: an integral operator with the Helmholtz Green's function as kernel. Always compact for bounded, compactly supported scenes.
Related: Forward Problem, Inverse Problem and Noise Model, Compact Operator
Inverse problem
Given measurements and the operator , recover . Ill-posed in Hadamard's sense (existence, uniqueness, stability all fail for compact ). Regularisation (Ch~2) is required for stable reconstruction.
Related: Inverse Problem and Noise Model, Ill-Posedness of the Imaging Inverse Problem, Forward operator
Key Takeaway
Three core messages of this section:
(1) The imaging equation (discrete) or (continuous) is the golden thread of this book. Every chapter either builds this operator, analyses its properties, or develops methods to invert it.
(2) The forward operator is compact β hence the inverse problem is ill-posed in all three of Hadamard's senses. This is not a pathology but an intrinsic feature of wave-based sensing with a finite aperture.
(3) Regularisation is not optional β it is the sine qua non of all practical imaging algorithms. The theory for it begins in Chapter 2.