Why Phase Retrieval Matters
Why Phase Retrieval Matters
In coherent imaging, the measured signal has both amplitude and phase: . Many RF systems, however, can only measure the intensity (or amplitude ) β the phase is lost. Recovering from is the phase retrieval problem, a fundamentally non-linear inverse problem that is harder than the linear problems of Chapter 11--Chapter 14.
The point is that phase is not a minor detail β it carries the dominant structural information in images. Losing the phase and reconstructing from magnitude alone produces catastrophic artifacts, not graceful degradation. This motivates the dedicated algorithms of this chapter.
Definition: The Phase Retrieval Problem
The Phase Retrieval Problem
Given: Intensity measurements , , where are known measurement vectors and is the unknown signal.
Find: such that for all .
Key properties:
- The problem is non-linear (quadratic in ).
- It has a global phase ambiguity: is also a solution for any .
- For generic (Gaussian) measurements, intensity measurements are sufficient for unique recovery (up to global phase) in the complex case.
- For Fourier measurements (common in imaging), additional measurements or constraints are needed.
Phase Retrieval
The problem of recovering a complex-valued signal from magnitude-only (phaseless) measurements . A non-linear inverse problem with inherent global phase ambiguity.
Related: The Lifting Trick, The Intensity Loss Function
Global Phase Ambiguity
The fundamental ambiguity in phase retrieval: if is a solution, then produces identical intensity measurements for any . Recovery is therefore defined up to a global phase factor.
Related: The Phase Retrieval Problem
Historical Note: The Oppenheim--Lim Experiment (1981)
1980sIn a landmark 1981 paper, Alan Oppenheim and Jae Lim demonstrated that phase carries far more perceptual information than amplitude in images. They swapped the amplitude and phase spectra of two images and showed that the resulting hybrid always resembles the image whose phase was used, not the one whose amplitude was used.
This experiment β now a staple of signal processing courses β established that edge locations, object positions, and spatial structure are encoded in the phase spectrum, while amplitude controls only overall contrast and energy distribution. The result motivated decades of research into phase retrieval algorithms.
Theorem: Uniqueness of Phase Retrieval from Generic Measurements
Let be generic (e.g., i.i.d. Gaussian) measurement vectors. If , then any signal is determined uniquely (up to global phase) by the intensity measurements .
That is, if for all , then for some .
Each intensity measurement constrains to lie on a circle (manifold of constant inner-product magnitude). With sufficiently many such constraints from generic directions, the intersection shrinks to a single orbit .
Lifting to rank-1 matrices
Write where and . The intensity measurements are linear in .
Dimension counting
The space of rank-1 Hermitian PSD matrices has real dimension (modulo global phase). Each measurement provides one real constraint. For unique determination, we need constraints, but the quadratic nature of the map requires roughly measurements for injectivity.
Algebraic geometry argument
Balan, Casazza, and Eddins (2006) showed via algebraic geometry that generic measurements make the intensity map injective modulo global phase. The key tool is the analysis of the variety .
Conclusion
For generic measurements, the only solutions are .
Definition: Common Measurement Models for Phase Retrieval
Common Measurement Models for Phase Retrieval
1. Gaussian measurements (generic): . Theoretical gold standard; suffices for recovery.
2. Fourier measurements (coded diffraction patterns): , where is the DFT and is a diagonal mask. Multiple masks () with total measurements ensure recovery.
3. Short-time Fourier transform (STFT): . Natural for time-frequency analysis; redundancy from overlapping windows provides the extra measurements.
4. RF imaging (scattered field magnitude): where is the imaging forward model and is the reflectivity vector. The structure of (Fourier-like) determines recovery feasibility.
Example: Impact of Phase Loss on RF Image Reconstruction
Setup: 2D RF imaging with , , . Scene: 5 point scatterers. SNR = 25 dB.
| Reconstruction method | NMSE (dB) |
|---|---|
| With full complex data (FISTA) | |
| With magnitude only, no phase retrieval | |
| With magnitude only + Wirtinger flow |
Explain the massive gap between coherent and magnitude-only reconstruction and why phase retrieval partially closes it.
Why magnitude-only fails catastrophically
Without phase retrieval, we lose all spatial structure encoded in the phase spectrum. The dB NMSE shows the reconstruction is dominated by artifacts β essentially random relative to the true scene.
Phase retrieval narrows the gap
Wirtinger flow recovers dB NMSE, within 5.6 dB of the coherent baseline. This "phase retrieval tax" reflects the information lost by squaring: the measurements carry less Fisher information about than the full complex measurements .
The gap narrows with more measurements
Increasing the measurement-to-unknown ratio reduces the phase retrieval penalty. At with coded measurements, the gap shrinks below 3 dB.
The Importance of Phase in Imaging
Demonstrates the importance of phase information in imaging.
Top-left: Original scene (point or extended targets). Top-right: Reconstruction from full complex data. Bottom-left: Reconstruction using only amplitude spectrum (phase set to zero). Bottom-right: Reconstruction using only phase spectrum (amplitude set to uniform).
The phase-only reconstruction retains spatial structure (edges, positions), while the amplitude-only reconstruction loses all spatial information β confirming the Oppenheim--Lim finding.
Parameters
Common Mistake: Phase Retrieval Has Inherent Ambiguities Beyond Global Phase
Mistake:
A common error is assuming that once the global phase is fixed, the solution is unique. For Fourier measurements, additional ambiguities exist:
- Conjugate inversion: (complex conjugate of the time-reversed signal) has the same Fourier magnitude.
- Spatial shift: has the same Fourier magnitude (shift theorem).
- These form a group of "trivial ambiguities" specific to Fourier phase retrieval.
For generic (non-Fourier) measurements, only the global phase ambiguity remains β one motivation for using coded or random measurement designs.
Correction:
When evaluating phase retrieval algorithms, always align the recovered signal to the true signal before computing error metrics:
For Fourier measurements, also check conjugate-inversion and shift ambiguities.
Quick Check
For a complex signal with generic (Gaussian) measurement vectors, approximately how many intensity measurements are needed for unique recovery up to global phase?
The bound is . In practice, to measurements are used for robust recovery.
Why This Matters: WiFi RSSI and IoT Sensing
Phase retrieval is not just an optics problem β it arises naturally in RF systems. WiFi RSSI (Received Signal Strength Indicator) reports only the power of the channel, not the complex channel coefficient . Many low-cost IoT sensors similarly output only signal strength.
Indoor localization and imaging systems based on RSSI measurements face exactly the phase retrieval problem: they must reconstruct spatial information from magnitude-only data. The algorithms of Sections 16.2--16.4 apply directly, with the WiFi propagation model replacing the generic measurement matrix.
See full treatment in Phase Retrieval in RF Imaging
Key Takeaway
Phase retrieval recovers a complex signal from magnitude-only measurements β a non-linear inverse problem that is fundamentally harder than linear reconstruction. Phase carries the dominant structural information in images: edges, positions, and layout. For generic measurements, intensity samples suffice for unique recovery; Fourier measurements require additional constraints. Without phase retrieval, magnitude-only RF imaging produces catastrophic artifacts β a roughly 20 dB NMSE penalty.