Scene Representations
How We Represent What We Image
The choice of scene representation determines the structure of the forward model, the conditioning of the inverse problem, and ultimately the quality of the reconstruction. This section surveys the three main representations: point scatterers, grid-based reflectivity maps, and extended targets with aspect-dependent scattering.
The central question is: given measurements , what is the most appropriate parametrization of ?
Definition: Point-Scatterer Model
Point-Scatterer Model
A point-scatterer model represents the scene as a collection of isolated reflectors at positions with complex reflectivities :
The forward model for Tx , Rx , frequency is:
Properties:
- Inherently sparse: (number of grid points), making it natural for compressed sensing.
- Positions are continuous parameters (not grid-restricted), so there is no basis mismatch.
- The forward model is non-linear in (positions appear inside the exponent), unlike the linear model for grid-based representations.
- Best suited for automotive radar (few strong targets), ISAR (isolated scattering centers), and indoor localization.
The point-scatterer model is the oldest representation in radar, dating to the earliest pulse-Doppler systems. Its appeal is physical directness: each parameter corresponds to a real scatterer.
Definition: Grid-Based Reflectivity Map
Grid-Based Reflectivity Map
The reflectivity map discretizes the continuous function on a regular grid over the target region . For a 2D scene on an grid with pixels:
where is the reflectivity at pixel and is the basis function (typically a rect/indicator or sinc interpolation kernel).
The discretized forward model becomes the familiar linear system:
Properties of :
- is proportional to the scattering power (related to RCS).
- encodes the sub-grid phase shift: a scatterer between grid points acquires a phase proportional to its offset.
- Grid spacing must satisfy the spatial Nyquist criterion (see [?ch07:s07]): .
Theorem: Grid Discretization Error Bound
Let be a bandlimited reflectivity function with spatial bandwidth (highest spatial frequency content). If the grid spacing satisfies , then the discretization error is bounded by:
where is the energy of the aliased spectral components. For a scene with spatial bandwidth sampled at spacing :
where is the spatial Fourier transform of .
The grid must be fine enough to capture the spatial variation of the scene. Undersampling causes aliasing in the spatial frequency domain, exactly as temporal undersampling causes aliasing in signal processing.
Decompose the error
Write where contains the aliased components. Then .
Apply norm bound
By the submultiplicativity of the operator norm: .
Identify the aliased energy
The norm equals the energy of spectral components above the Nyquist frequency , which is by Parseval's theorem.
Definition: Complex Reflectivity β Amplitude and Phase
Complex Reflectivity β Amplitude and Phase
The complex reflectivity encodes two distinct physical quantities:
Amplitude : Proportional to the scattering strength. For a point target with radar cross-section :
Phase : Encodes the sub-grid position offset. A scatterer displaced by from grid point acquires a phase:
where is the combined Tx-Rx wavenumber vector.
This phase encoding is the reason that coherent imaging (preserving phase across measurements) achieves resolution far beyond the grid spacing.
The Basis Mismatch Problem
When targets do not align with the discretization grid, basis mismatch (grid mismatch) degrades reconstruction:
- A point target between grid points produces a sinc-like response across the grid coefficients, spreading energy to many pixels.
- This violates the sparsity assumption of compressed sensing, degrading CS-based recovery.
- The effect is mathematically equivalent to spectral leakage in DFT analysis.
Mitigation strategies:
- Oversampling: Use a finer grid ( or ), at the cost of a larger .
- Off-grid methods: Parametrize positions continuously via atomic norm minimization, MUSIC, or ESPRIT.
- Dictionary refinement: Iteratively refine grid positions to reduce mismatch (see Part III).
The point-scatterer representation avoids basis mismatch entirely but introduces non-linearity in the forward model.
Definition: Aspect-Dependent Scattering
Aspect-Dependent Scattering
For extended targets (targets whose extent is comparable to or larger than the resolution cell), the reflectivity depends on the viewing angle. The scattering coefficient becomes:
where and are the unit direction vectors from the target to the transmitter and receiver.
Physical mechanisms:
- Specular reflection: Strong return only when the surface normal bisects the Tx-target-Rx angle.
- Diffraction: Edge returns that vary with incidence angle (GTD/UTD).
- Creeping waves: Surface waves around curved objects.
- Shadow regions: No return from the shadowed side of a convex target.
The forward model generalizes to:
and the sensing matrix becomes angle-dependent: β different for each Tx-Rx pair.
Example: Point Scatterers vs. Grid β When Does It Matter?
A scene contains 3 point targets at positions , , and meters. The imaging grid has spacing m over a region.
(a) Which targets fall exactly on grid points?
(b) For the off-grid target at , compute the phase error at carrier frequency GHz for a monostatic radar at the origin.
(c) How many non-zero coefficients does each representation require?
Grid alignment check
Target at : both coordinates are multiples of m, so it falls exactly on a grid point.
Target at : offset m, not on any grid point.
Target at : both multiples of but not of , so it falls between grid points (offset from nearest).
Phase error for off-grid target
At GHz, mm, rad/m. For monostatic radar, the round-trip wavenumber is . The offset distance is m. Phase error: rad full cycles. This enormous phase error means the grid model places the scatterer at a completely wrong phase, causing destructive interference.
Parameter count comparison
Grid representation: complex coefficients (most are zero for sparse scenes).
Point cloud: real parameters (2D position + complex amplitude per target).
The point cloud is more compact. However, the grid model yields a linear inverse problem while the point cloud yields a non-linear one (positions in the exponent).
Definition: Permittivity Distribution Representation
Permittivity Distribution Representation
For penetrating-wave imaging (ground-penetrating radar, medical imaging, non-destructive testing), the scene is represented by the complex permittivity:
or equivalently the contrast function:
Under the Born approximation (Chapter 6), the forward model is:
Key difference from reflectivity: The contrast is a volumetric quantity (3D), not a surface quantity. For strong scatterers (), the Born approximation breaks and iterative methods (distorted Born, contrast source inversion) are required (Section s05).
Scene Representations Compared
Compare point-scatterer, grid-based reflectivity, and permittivity representations for different scene types. Observe how sparsity and basis mismatch depend on both the scene structure and the representation choice.
Parameters
Scene Representation Comparison
| Property | Point Scatterer | Grid Reflectivity | Permittivity |
|---|---|---|---|
| Forward model | Non-linear in positions | Linear: | Linear (Born) or non-linear (strong scatterers) |
| Parameters | (2D pos + amplitude) | complex coefficients | complex contrast values |
| Basis mismatch | None (continuous positions) | Present unless target on grid | Present (same as grid) |
| Sparsity assumption | Natural (few targets) | Requires scene to be sparse | Not typically sparse |
| Best application | Automotive, ISAR, localization | SAR, general imaging | GPR, medical, NDT |
| Aspect dependence | Requires extension | Ignored (isotropic pixels) | Captured by contrast |
Reflectivity function
The complex-valued function describing the scattering strength and phase at each point in the scene. Amplitude encodes scattering strength; phase encodes sub-grid position.
Related: {{Ref:Def Grid Reflectivity}}
Basis mismatch
The modeling error that arises when a target does not align with the discretization grid. Equivalent to spectral leakage in DFT analysis. Degrades compressed sensing recovery guarantees.
Related: {{Ref:Rmk Basis Mismatch}}
Contrast function
The function measuring the deviation of relative permittivity from free space. Used in diffraction tomography and penetrating-wave imaging.
Related: {{Ref:Def Permittivity}}
Quick Check
Which scene representation yields a linear forward model in the unknown scene parameters?
Point-scatterer model (positions are unknowns)
Grid-based reflectivity map
Both are linear
The grid fixes the positions , so the unknowns enter linearly: .
Common Mistake: Ignoring Sub-Grid Phase in Reflectivity Maps
Mistake:
Assuming that the complex reflectivity is real-valued (phase = 0) when using a grid-based representation.
Correction:
The phase encodes the sub-grid position offset. Setting it to zero forces all scatterers onto grid points, introducing systematic bias. Always treat as complex.
Key Takeaway
Scene representation determines the forward model structure. Point scatterers give a compact, non-linear model. Grid-based reflectivity maps give a linear model () but suffer basis mismatch when targets fall between grid points. The phase of the complex reflectivity encodes sub-grid position and must not be discarded.