A Sharp RIP Condition for Orthogonal Matching Pursuit
Abstract
A restricted isometry property (RIP) condition is known to be sufficient for orthogonal matching pursuit (OMP) to exactly recover every K-sparse signal x from measurements y = Φx. This paper is devoted to demonstrate that this condition is sharp. We construct a specific matrix with such that OMP cannot exactly recover some K-sparse signals.
1. Introduction
However, the optimization problem is NP-hard, so one seeks computationally efficient algorithms to approximate the sparse signal x, such as greedy algorithm, l1 minimization, and lp (0 < p < 1) minimization [4–6].
Orthogonal matching pursuit (OMP), which is a canonical greedy algorithm, has receive much attention in solving the problem (2), due to its ease of implementation and low complexity. Algorithm 1 can be described below. Until recently, many popular generalizations of OMP are introduced, for example, OMMP and KOMP; for details, see [7, 8].
-
Algorithm 1: Orthogonal matching pursuit—OMP (Φ, y).
-
Input: Sampling matrix Φ, observation y
-
Output: Reconstructed sparse vector x* and index set
-
INITIALIZATION: Let the index set Ω0 = ⌀ and the residual r0 = y. Let the iteration counter t = 1.
-
IDENTIFICATION: Choose the index i subject to .
-
UPDATE: Add the new index i to the index set: Ωt = Ωt−1 ∪ i, and update the signal and the residual
-
;
-
rt = y − Φxt.
-
If rt = 0, stop the algorithm. Otherwise, update the iteration counter t = t + 1 and return to Step IDENTIFICATION.
2. Main Result
Theorem 1. For any given positive integer K ≥ 1, there exist a K-sparse signal x and a matrix Φ with the restricted isometry constant
Proof. For any given positive integer K ≥ 1, let
By simple calculation, we can get
Thus, for any index set Λ whose cardinality is K, we have
Now, we turn to calculate the restricted orthogonality constant θK,1. In view of (11), we may, without loss of generality, assume that x = (x1, …, xK, 0, …, 0) T and . We have
Let ; we have
3. Discussion
In this paper, we showed that the RIP condition is sharp for orthogonal matching pursuit to exactly recover every K-sparse signal x from measurements y = Φx. It is worth discussing the relations between our sharp RIP condition and that in two relative papers [10, 17]. First of all, it follows from the facts that δK < (K − 1)μ and that the sharp RIP condition in this paper is weaker than the sharp MIP condition (2K − 1)μ < 1 in [10]. Moreover, our result is also stronger than the previous RIP condition. The condition in this paper is necessary and sufficient for OMP, while the previous necessary RIP condition in [17] is not sufficient. Therefore, the result in the paper may guide the practitioners to apply OMP properly in sparse recovery.
Acknowledgments
This work was supported by the National Natural Science Foundation of China (Grant nos. 11271060, U0935004, U1135003, 11071031, and 11290143, 11101096), the Guangdong Natural Science Foundation (Grant no. S2012010010376), and the Guangdong University and Colleges Technology Innovation Projects (Grant no. 2012KJCX0048).