Exercises

ex-ch13-01

Easy

Show that the β„“0\ell_0 "norm" is not a norm (it fails the positive-homogeneity axiom).

ex-ch13-02

Easy

Compute βˆ₯xβˆ₯1\|\mathbf{x}\|_1 and βˆ₯xβˆ₯2\|\mathbf{x}\|_2 for x=(3,βˆ’4,0,0,0)T\mathbf{x}=(3,-4,0,0,0)^T. Compare with βˆ₯xβˆ₯0\|\mathbf{x}\|_0.

ex-ch13-03

Easy

Write down the soft-thresholding operator softΟ„(x)\mathrm{soft}_\tau(x) and evaluate it at x∈{βˆ’3,βˆ’0.5,0,1.5}x \in \{-3, -0.5, 0, 1.5\} for Ο„=1\tau = 1.

ex-ch13-04

Easy

A dictionary A∈RMΓ—N\mathbf{A}\in\mathbb{R}^{M\times N} has unit-norm columns with ∣⟨Ai,Aj⟩∣=0.2|\langle\mathbf{A}_{i},\mathbf{A}_{j}\rangle|=0.2 for all iβ‰ ji\neq j. What is the largest ss for which coherence-based recovery guarantees sparse recovery?

ex-ch13-05

Easy

State the Welch lower bound on coherence for a 10Γ—10010\times 100 unit-norm dictionary.

ex-ch13-06

Medium

Prove that the β„“1\ell_1-ball {x:βˆ₯xβˆ₯1≀1}\{\mathbf{x}: \|\mathbf{x}\|_1\leq 1\} in RN\mathbb{R}^N has exactly 2N2N vertices, and identify them.

ex-ch13-07

Medium

Let A=[IMΒ H]\mathbf{A}=[I_M\ \mathbf{H}] where H\mathbf{H} is the MΓ—MM\times M Hadamard matrix scaled to unit-norm columns. Compute the coherence.

ex-ch13-08

Medium

Show that LASSO min⁑x12βˆ₯yβˆ’Axβˆ₯22+Ξ»βˆ₯xβˆ₯1\min_{\mathbf{x}}\tfrac{1}{2}\|\mathbf{y}-\mathbf{A}\mathbf{x}\|_2^2+\lambda\|\mathbf{x}\|_1 is a convex optimization problem. Identify the role of convexity.

ex-ch13-09

Medium

Let A\mathbf{A} satisfy RIP with Ξ΄2s=0.3\delta_{2s}=0.3. Show that every ss-sparse vector is uniquely determined from y=Ax\mathbf{y}=\mathbf{A}\mathbf{x}.

ex-ch13-10

Medium

Derive the KKT conditions for LASSO and interpret them as a sign-consistency condition.

ex-ch13-11

Medium

A sensing matrix with M=50M=50, N=500N=500 is drawn i.i.d.\ N(0,1/M)\mathcal{N}(0,1/M). Estimate the maximum sparsity for which RIP-based recovery is likely.

ex-ch13-12

Medium

Show that the proximal operator of Ξ»βˆ₯β‹…βˆ₯1\lambda\|\cdot\|_1 is componentwise soft thresholding.

ex-ch13-13

Hard

Prove that if spark(A)>2s\mathrm{spark}(\mathbf{A}) > 2s, then every ss-sparse x\mathbf{x} is the unique ss-sparse solution of Ax=y\mathbf{A}\mathbf{x}=\mathbf{y}.

ex-ch13-14

Hard

Derive the Welch bound: for a unit-norm dictionary A∈RMΓ—N\mathbf{A}\in\mathbb{R}^{M\times N}, ΞΌ(A)β‰₯(Nβˆ’M)/(M(Nβˆ’1))\mu(\mathbf{A})\geq\sqrt{(N-M)/(M(N-1))}.

ex-ch13-15

Hard

Show that if Ξ΄2s<2βˆ’1\delta_{2s}<\sqrt{2}-1, BPDN's error is bounded by βˆ₯x^βˆ’x⋆βˆ₯2≀CΟ΅\|\hat{\mathbf{x}}-\mathbf{x}^\star\|_2\leq C\epsilon for a constant CC depending only on Ξ΄2s\delta_{2s}.