Discover how to recover complete signals from far fewer samples than traditional methods require. Learn the Restricted Isometry Property (RIP), understand signal sparsity assumptions, and master the sampling and reconstruction framework.
Traditional signal processing requires sampling at the Nyquist rate (at least twice the highest frequency). Compressive sensing challenges this by showing that we can recover signals from far fewer samples if the signal is sparse in some domain.
Can we recover an -dimensional signal from only measurements? The answer is yes, if is sparse!
The fundamental assumption of compressive sensing is that the signal is sparse in some representation domain.
A signal is k-sparse if it has at most non-zero elements:
where is the L0 "norm" (count of non-zeros).
Often, signals are not sparse in their natural domain but sparse in a transform domain. For example, natural images are sparse in the wavelet or DCT domain:
where is a transform matrix (e.g., Fourier, wavelet) and is a k-sparse vector.
RIP is the key property that measurement matrices must satisfy for successful compressive sensing recovery.
A matrix satisfies the Restricted Isometry Property of order with constant if:
for all k-sparse vectors , where is any submatrix of (any k columns).
RIP ensures that the measurement matrix approximately preserves the norm of sparse vectors. This means:
Common matrices that satisfy RIP with high probability:
These random matrices satisfy RIP with high probability when for some constant .
The complete compressive sensing pipeline:
Original signal is sparse in transform domain:
where is the transform matrix and is k-sparse.
Sample signal using measurement matrix :
where is the sensing matrix, and with .
Recover sparse vector from measurements :
This is NP-hard, but can be relaxed to L1 minimization (covered in next module).
Reconstruct original signal: , where is the recovered sparse vector.
Compressive sensing revolutionized MRI by enabling faster scans with fewer measurements.
Full k-space sampling requires measurements. Scan time: 5-10 minutes.
Sample only of k-space (measurements). Images are sparse in wavelet domain.
Result: 5x faster scans (1-2 minutes) with comparable image quality!
Enables real-time MRI, reduces patient discomfort, and increases scanner throughput. Critical for pediatric and emergency imaging.
Compressive sensing enables signal recovery from measurements when signals are sparse in some domain.
The Restricted Isometry Property (RIP) ensures measurement matrices preserve information about sparse signals, enabling recovery.
Random matrices (Gaussian, Bernoulli) satisfy RIP with high probability when.
The sampling process: where is the sensing matrix.
Recovery requires solving L0 minimization (NP-hard), which is relaxed to L1 minimization in practice.
Applications include MRI, sensor networks, image compression, and any scenario where sampling is expensive or limited.