Questions: Compressive Sensing and Sparse Recovery

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In compressive sensing, you measure a K-sparse signal using M random measurements where M = 2K. Can you always recover the signal exactly?

AYes, M = 2K is sufficient because 2K measurements can determine 2K unknowns (the support of the K-sparse signal and the K nonzero values)
BNot necessarily — recovery requires M > C·K·log(N/K) for some constant C > 1, and M = 2K may not satisfy this if N is large relative to K
CNo, because random measurements discard information and violate the uncertainty principle
DYes, but only if the signal is Gaussian; for deterministic signals, more measurements are needed
Question 2 Multiple Choice

The Restricted Isometry Property (RIP) with isometry constant δ_K requires that (1−δ_K)||x||² ≤ ||Φx||² ≤ (1+δ_K)||x||² for all K-sparse vectors x. Why is this property sufficient for basis pursuit recovery?

ARIP ensures the measurement matrix preserves distances, so sparse signals cannot collide under measurement
BRIP guarantees that the ℓ₁-norm minimization (basis pursuit) will favor the original sparse solution over any other signal consistent with the measurements, because the true sparse signal is the unique minimum
CRIP is necessary but not sufficient; additional conditions on noise are required
DRIP applies only to Gaussian random matrices, not structured matrices
Question 3 True / False

Compressive sensing theory assumes the signal is sparse. If the signal is not sparse in any known basis, can compressive sensing still recover it?

TTrue
FFalse
Question 4 True / False

In a compressive sensing application, you use a structured measurement matrix (e.g., Fourier subsampling: measure only M randomly chosen Fourier coefficients) instead of a Gaussian random matrix. Is performance as good?

TTrue
FFalse
Question 5 Short Answer

Explain the phase diagram of compressive sensing: why does recovery succeed when M/N > C·K·log(N/K) but fail when M/N is below this threshold? What does the log(N/K) factor mean intuitively?

Think about your answer, then reveal below.