Model Mismatches and Robustness
Model Mismatches — When
Every reconstruction algorithm assumes a specific forward model . In practice, the true model always deviates:
where captures model mismatch and may include clutter and other non-Gaussian components. This section catalogs the dominant sources of mismatch and strategies for robustness.
Definition: Born Approximation Breakdown
Born Approximation Breakdown
The Born approximation assumes single scattering: each point in the scene interacts only with the incident field, not with fields scattered by other points. This fails when:
- High contrast: (e.g., metal objects, human body at RF).
- Electrically large objects: , where is the object dimension.
- Dense scenes: Multiple scatterers interact (multiple scattering).
The Born validity criterion (approximate rule of thumb):
where - depending on geometry. When violated, the true received signal includes multiple-scattering terms that the linear model cannot capture.
Alternative models for strong scatterers:
- Rytov approximation: Replaces Born's additive error with a multiplicative one; better for smooth media.
- Distorted Born iterative method (DBIM): Iteratively updates the background field to include multiple scattering.
- Contrast source inversion (CSI): Jointly solves for the contrast and the total field.
Theorem: Reconstruction Error Under Model Mismatch
Let be the true reflectivity and be the Tikhonov-regularized estimate using the mismatched sensing matrix (instead of the true ):
The reconstruction error satisfies:
The regularization parameter trades off noise amplification against mismatch and bias: larger reduces mismatch sensitivity but increases bias.
Over-regularization makes the reconstruction less sensitive to model errors (because the regularizer dominates over the data fidelity term), at the cost of a blurred, biased estimate. This is the fundamental tradeoff in model-mismatched imaging.
Substitute the true model
The measurements are . Substituting into the Tikhonov formula:
Separate the terms
$
Bound each term
The first term gives the regularization bias: .
The second (mismatch) term: .
The third (noise) term is bounded similarly. Combining gives the stated bound.
Definition: Gridding Error (Basis Mismatch)
Gridding Error (Basis Mismatch)
When targets do not lie on the assumed grid, the sensing matrix does not perfectly model the measurements. The gridding error has two components:
-
Spectral leakage: Energy from an off-grid target leaks to neighboring grid points, creating a sinc-like artifact pattern. The leakage energy is:
where is the offset from the nearest grid point and is the grid spacing.
-
Phase mismatch: The off-grid target has a different round-trip phase than any grid point, creating a structured model error:
For compressed sensing, the gridding error destroys the sparsity assumption. A truly sparse scene (few point targets) becomes non-sparse in the grid basis due to leakage.
Definition: Calibration Errors
Calibration Errors
Calibration errors arise from imperfect knowledge of the system parameters used to construct :
| Error source | Model effect | Typical magnitude |
|---|---|---|
| Antenna position | Phase error in steering vector | with GPS/INS |
| Mutual coupling | Effective pattern distortion | to dB (element-dependent) |
| Phase noise | Random phase on each measurement | to dBc/Hz at 1 MHz |
| I/Q imbalance | Image at conjugate frequency | 1-5% gain, 1-5 degrees phase |
| Frequency offset | Range shift | PPM-level with modern oscillators |
These errors are modeled as a perturbation to the sensing matrix:
and reconstruction quality depends on .
Example: Born Approximation Validity for a Dielectric Cylinder
A dielectric cylinder of radius and contrast is illuminated at frequency .
(a) Compute the Born validity parameter for .
(b) Using the rule of thumb , determine which materials are within the Born regime.
(c) For concrete (), at what maximum object size does the Born approximation remain valid at GHz?
Born parameter computation
With , .
| 1.5 | 0.5 | 0.79 |
| 3 | 2 | 3.14 |
| 6 | 5 | 7.85 |
| 10 | 9 | 14.1 |
Born validity check
Only is close to the threshold (it gives , slightly above). Materials with are well beyond the Born regime for objects of size .
Maximum size for concrete
For at GHz: cm, rad/m, .
Solve : m mm.
The Born approximation holds for concrete objects smaller than about 1 mm at 5 GHz — essentially, it fails for any macroscopic concrete structure. This is why through-wall imaging requires more sophisticated models (Section s02, DBIM, or ray tracing).
Born Approximation Validity
Explore the Born approximation error as a function of contrast strength and electrical size . The color map shows the relative error between the Born approximation and a reference multi-scattering solution.
Parameters
Reconstruction Robustness vs. Model Mismatch
Compare the reconstruction error of back-projection, Tikhonov, and minimization as the model mismatch increases. Over-regularized Tikhonov trades resolution for robustness.
Parameters
Strategies for Robustness to Model Mismatch
-
Over-regularization: Increase beyond the noise-optimal value. Reduces sensitivity to at the cost of resolution (bias).
-
Robust optimization: Minimax formulations that optimize for the worst-case within a bounded set: .
-
Joint estimation: Simultaneously estimate and (auto-calibration, autofocus in SAR).
-
Learned robustness: Train neural networks on data with realistic model mismatches (Part IV). The network implicitly learns to be robust.
Understanding the magnitude and structure of model mismatch is essential for choosing reconstruction algorithms — a theme that pervades Part III.
Caire's Unified Illumination and Sensing Model
Caire's unified framework derives the forward model from first principles (diffraction tomography), connecting the illumination pattern to the sensing operator through wavenumber-domain analysis. The derivation in this chapter (Sections s01-s02) follows Caire's framework, which provides the Kronecker-structured operator, the far-field Taylor approximation, and the link budget normalization that unifies diverse sensing geometries under a single formalism.
Calibration — Closing the Model-Reality Gap
Calibration measures and corrects hardware impairments so that :
| Calibration type | What it corrects | Method |
|---|---|---|
| Antenna calibration | Pattern errors, coupling | Anechoic chamber measurement |
| Channel calibration | Gain/phase across channels | Known target (corner reflector) |
| Motion calibration | Platform trajectory errors | INS + GPS + autofocus |
| System calibration | End-to-end transfer function | Loop-back or reference target |
For MIMO radar arrays, online calibration techniques estimate the coupling matrix and channel gain/phase errors from the radar data itself, analogous to self-calibration in radio astronomy.
- •
Anechoic chamber measurements are expensive and one-time
- •
Online calibration requires known reference targets in the scene
- •
Autofocus adds computational cost to reconstruction
Common Mistake: The Inverse Crime
Mistake:
Testing a reconstruction algorithm using synthetic data generated from the same forward model used for reconstruction (same grid, same , same discretization).
Correction:
Always generate test data from a finer grid or a different forward model than the one used for reconstruction. Otherwise, the results are overly optimistic because the model mismatch that dominates real-world performance is absent. This is called the "inverse crime" in the inverse problems literature.
Quick Check
Increasing the regularization parameter in Tikhonov regularization makes the reconstruction:
More sensitive to model mismatch but sharper
Less sensitive to model mismatch but more blurred
Both sharper and more robust
Larger increases the regularization bias (blur) but reduces the amplification of model errors . This is the resolution-robustness tradeoff.
Key Takeaway
Model mismatch is the dominant practical challenge in RF imaging. Born approximation breakdown, gridding errors, and calibration imperfections all introduce structured perturbations . Over-regularization trades resolution for robustness. The inverse crime — testing with the same model used for reconstruction — hides the true impact of mismatch.