A Greedy Search Algorithm with Tree Pruning for Sparse Signal Recovery

Size: px
Start display at page:

Download "A Greedy Search Algorithm with Tree Pruning for Sparse Signal Recovery"

Transcription

1 A Greedy Search Algorithm with Tree Pruning for Sparse Signal Recovery Jaeseok Lee, Suhyuk Kwon, and Byonghyo Shim Information System Laboratory School of Infonnation and Communications, Korea University Abstract-In this paper, we propose a new sparse recovery algorithm referred to as the matching pursuit with a tree pruning l (TMP) that performs efficient combinatoric search with the aid of Pre-selection 10 N greedy tree pruning. Two key ingredients of the TMP algorithm are pre-selection to put a restriction on the indices of columns in '----"""": ::"",",,,::::----_.../ <[> being investigated and tree pruning to avoid the investigation of unpromising paths in the search. In the noisy setting, we show that TMP identifies the support (index set of nonzero elements) accurately when the signal power is larger than the constant multiple of noise power. In the empirical simulations, we confirm this results by showing that TMP performs close to an ideal estimator (often called Oracle estimate) for high signal-to-noise ratio (SNR) regime. I. INTRODUCTION In recent years, compressive sensing (CS) has received much attention as a means to recover sparse signals in underdetermined system [1]-[4]. Key finding of the CS paradigm is that one can recover signals with far smaller measurements than traditional approaches use as long as the signals to be recovered is sparse and the sensing mechanism roughly preserves the energy of signals of interest. It is now well known that the problem to recover the sparest signal x using the measurements y cpx is formulated as the fa-minimization problem given by min Ilxllo subject to y cpx (1) x where cp E lft M xn is the sensing matrix. Since solving this problem is combinatoric in nature and known to be NP-hard [1], early works focused on the fl-relaxation method, such as Basis Pursuit (BP) [1], BP denoising (BPDN) [5] (also known as Lasso [3]), and Dantzig selector [4]. Another line of research, popularly studied in recent years, is greedy approach. In a nutshell, the greedy algorithm estimates the support T (index set of nonzero elements) of the sparse signals in an iterative fashion, generating a series of locally optimal updates. Although greedy algorithms, including orthogonal matching pursuit (OMP) algorithm and its variants [6]-[8], are relatively simple to implement and also computationally efficient, the performance is not so appealing, in particular for the noisy scenario. The purpose of this paper is to introduce an efficient greedy tree search algorithm for the sparse signal recovery referred to as the matching pursuit with a tree pruning (TMP). Our approach significantly reduces the computational burden of exhaustive search, yet achieves excellent recovery Pruning -,,,) : 1 : fl,(i) s,(2), 4 : 6 :, 7: r--i.. r--i 6 s,4(1) -4 : 5 : : 3 : 8.1',(2), 8 ' LJ 4!.. J h.ll, e 1h 11,, Ih1' Ih.ll, e Fig. I. Illustration of the proposed TMP algorithm. Path with dotted box is pruned from the tree since the magnitude of the residual is larger than the threshold E. perfonnance in terms of the mean squared error (MSE) in the noisy scenario. Two key ingredients of the TMP algorithm accomplishing this mission are pre-selection to put a restriction on the indices of columns in cp being investigated and tree pruning based sparse signal search. In the pre-selection stage, we choose a small number of promising indices using a conventional greedy algorithm. If we denote the set obtained in the pre-selection stage as 8, then we set N» 181 > K (in our empirical results, we could achieve near best performance with only 181 :: 2K). Once the pre-selection is finished, in the second stage, a tree search to reconstruct the sparse signal x is perfonned. Although the number of all possible candidates is (I I ) and this number is clearly much smaller than (Z) due to the pre-selection, searching all of these is still computationally demanding for nontrivial K. In order to alleviate the computational burden and at the same time preserves the effectiveness of the search, we exploit an aggressive tree pruning strategy, which is realized by the pruning of unpromising candidates in the middle of the search. Note that the prerequisite to perform the pruning operation is to construct the cost function J(x) Ily - cpxl12 that corresponds to the f2-norm of the residual for full-blown candidate. Since the direct evaluation of J(x) is not possible due to the causality of the search process, we combine already selected indices (henceforth referred to as /14/$ IEEE 1847

2 the causal indices) and roughly estimated indices (noncausal indices). When this 'roughly estimated' cost function is greater than the deliberately designed threshold E (i.e., J(x) > E), further investigation of the path is hopeless and hence we prune the path from the tree immediately. From the performance guarantee (expressed in terms of restricted isometry property (RIP)) in Section III and also empirical simulations in Section IV, we show that the proposed TMP algorithm is very effective in recovering sparse signals in both noiseless and noisy conditions. Choose noncausal set -K 5 itl arg l1).ax sc0\si,lslk-i II <fjir.iii s, 2 Construct estimated path -K 'i -K U 5 itl II. MATCHING PURSUIT WITH A TREE PRUNING A. Pre-selection: A First Stage Pruning As mentioned, the purpose of the pre-selection is to choose indices of columns in cp which are highly likely to be the elements of support T. Using the pre-selection, the search set is reduced from [2 {I, 2,...,N} to 8 (a subset of [2). In constructing 8, one can use the OMP algorithm with ck-iterations (c > 1) [9], [10] or the generalized OMP algorithm [8]. Recent studies show that by the overbooking of indices (selection of indices more than the sparsity level K), mis-detection probability of the support elements can be reduced significantly at the expense of a marginal increase in the false alarm probability. By careful examination of preselected indices in the second stage, indices not in the support T can be removed, and hence, the chance of identifying the support improves without increasing the false alarm event. B. Pruning in Tree Search In the second stage of the TMP algorithm, we reconstruct the sparse signal using the tree search. Since all combinations of K indices can be interpreted as candidates in a tree and each layer of the tree can be sorted by the magnitude of the correlation between the column of cp and the residual, the problem to find the candidate minimizing the residual is readily modeled as a combinatoric tree search problem. In order to save computational complexity and expedite the search, a pruning operation removing unpromising paths from the search tree is employed. If we denote the path 1 at layer (iteration) 'i as 81, then 81 {81' 82,... 8i} is the set of causal indices selected in the first 'i iterations. In a similar way, if we denote the rest of path (i.e., set of noncausal indices) as.5ti-1 then.5ti- 1 {8i +1' Si+2,'" SK}. Note that the noncausal set,5ti-1 is temporarily needed for the pruning operation and simply obtained by choosing K - 'i indices of columns in 8 \ 81 whose magnitude of the correlation with the residual r (8D is maximal. That is, where r(,51) 1 In this paper, we use path and candidate interchangeably, In particular, we denote a full-blown path sf by candidate. (2) (3) (4) no prune 51 from the tree yes store 51 Fig. 2. The pruning operation of TMP in the i-th layer. For example, if K - i 2, 8 \ 81 {5, 7, 9,11}, and then the noncausal set becomes Sti-1 {7, 11}. Once 'roughly' estimated candidate sf 81 U Sti-1 is obtained, we compute the residual r(,5f) y - CPsKXK 1 (where x K cp! K y) to decide whether to prune the path 8,,51 or not. To be specific, if the 2-norm of the residual is greater than the threshold E (i.e., Ilr(,5f)112 > E), then the path has little hope to survive and hence is pruned immediately (see Fig. 1). Note that the pruning threshold f is initialized to infinity and whenever the search of a layer is finished, updated to the minimum 2-norm of the residual among all survived paths (E min Ilr(sf)112)' Once the search for the final layer is finished, a path with the minimum cost function is chosen as the output of TMP. We summarize the proposed TMP algorithm in Table I. III. PERFORMANCE ANALYSIS In this section, we analyze a recovery condition under which TMP can accurately identify K-sparse signals in the noiseless and noisy scenarios. Identification implies the accurate recovery of the sparse signal in the noiseless scenario and the stable recovery of the noisy scenario. In our analysis, we use the restricted isometry property (RIP) of the sensing matrix CP. A sensing matrix cp is said to satisfy the RIP of order K if there exists a constant 6 ( cp) E (0, 1) such that (1-6(cp))llxll Ilcpxll (1 + 6(cp))llxll (5) 1848

3 In p u '7 t: m ea s ur em en t : Y, se n sl TABLE I THE TMP ALGORITHM ' n g m a tr "" ix <I> Output: Estimated signal x Initialization: i : 0, SO : 0 8 j p reseleclion (y, <I>, p) while i < K do i : i + 1, Si : 0, E i+l : Ei for I 1 to lsi-ii do 8: 8 \ Sl-I for j 1 to 181 do st : Sl-I U {s;} if st <f- Si then sft-l arg max II <I>;r(stll 2 8C8.181K-, sf st U Sft- I ' r(sf) P.LKy 8 1 if Ilr(sf)112 <:: C i then Si : S i U st, I* : sf if Ilr(I*) 112 <:: Ei+l then ci+l : Ilr(I*)112 end for end for end while return x* <I> 1. Y, sp ar s "" it y "' K "', "' i ni : ti "' al : t "" hr e "' sh o "" ld : c l indices: (preselection) (update j-th path) (check the duplicated path) (support estimation) (pruning decision) (update pruning threshold) (signal reconstruction) The j p rcsclcction ( -) is a function to choose multiple promising indices (see Section ILA). for any K -sparse vector x. In particular, the minimum of all constants 6(<I» satisfying (5) is called the restricted isometry constant (RIC) and denoted as 6 K ( <I> ). In the sequel, we use 6 K instead of 6 K (<I» for brevity. Also, in many places, we skip the proof due to the page limitation (see [11] for details). A. Exact Recovery Condition for Noiseless Scenario In order to reconstruct the original sparse signal accurately, TMP should satisfy following two conditions: 1) All the support elements should be chosen in the preselection process (i.e., T c 8). 2) In each iteration, at least one true path 2 should survive in the pruning process. In this work, we use the generalized OMP algorithm (gomp) [8] in the pre-selection stage. Note that gomp performs K iterations and selects L( > 1) indices per iteration (181 LK). The recovery condition of gomp is summarized as follows. Theorem I (Perfect recovery condition in noiseless scenario [12]): The gomp algorithm selects the support T if the sensing matrix <I> satisfies 6L7.8K < (6) Next, we investigate the condition that the final candidate sf of the tree search equals the support T. Note that to ensure. f T, at least one true path should be survived in each layer and further a support element (true index) should be added to this path. 2 lf st is a true path, it contains indices only in T (st c T). Before we proceed, we provide definitions useful in our analysis. Let Ai be the smallest correlation in magnitude between the residual r(. l) and columns associated to correct Further, let, i be the largest correlation in magnitude between r(. l) and columns associated to incorrect indices: Following lemmas provide a lower bound of A i and an upper bound of I i, respectively. Lemma 2: Suppose a path sl includes indices only in T (. 1 c T), then A i satisfies A i 1 -/ 6 6 M IIXT\sd2' (7) Lemma 3: Suppose a path sl includes indices only in T, then I i satisfies, i ::; 16: IIXT\slI12' In order to ensure that.5f (8) T, it is clear that all elements (indices) of noncausal set Sf't-l should be correct (i.e., Sf't-l C T). In other words, among all possible noncausal sets (say Sf't-l (1), Sf't-l (2), Sf't-l (3),... ) generated from s1, the set containing the true indices (say.5f't-l (3) should not be pruned. That is, Ilr(sl U sf't-l(3)) II I lrt11 < E. (9) Since (9) always holds true for the noiseless scenario (1lrril 0), what we need is a condition that noncausal set chosen from (2) is the part of support (i.e., Sf't-l (3) c T). A condition ensuring this requirement is stated in the following theorem. Theorem 4: Suppose a causal path. 1 contains correct indices only, then the noncausal set Sf't-l of TMP consist only of correct ones under (10) In other words,.5f T under 6 M <. Proof' (,From (2), it is clear that the noncausal set Sf't-l becomes the subset of T if (11 ) Further, using Lemma 2 and 3, a (sufficient) condition of (11) becomes 1 -/ 6M IIXT\S1112 > 16: IIXT\S,112' After some manipulations, we get the desired result. The overall recovery condition of TMP is identified by choosing the stricter condition between Theorem 1 and

4 Theorem 5 (Recovery condition of TMP): The TMP algorithm exactly recovers any K -sparse signal from y <I>x if the sensing matrix <I> satisfies the RIP with 6L7.8K < M < 0.16 if L7.8K-.l > M, otherwise. (12) (13) For Gaussian random measurements, this implies that TMP can exactly recover any K -sparse signal with m 0 (K log n) measurements. B. Reconstruction from Noisy Measurements In this subsection, we analyze the condition under which the TMP algorithm identifies the support in noisy scenario. Two requirements of TMP to identify the support are as follows. 1) All the support elements should be chosen in the preselection process (i.e., T c 8). 2) True path (sf T) should be survived in the pruning process. Proposition 9: The true path,5f T survives in the pruning process under Following theorem specifies the condition to satisfy the first requirement. (18) Proposition 6: The gomp algorithm selects the support if It is interesting to note that when the condition (18) is satisfied, the elements of the K -sparse signal x satisfy which is true for high SNR regime, the support is identified (a + vl)(l- 6LK)llv112 and hence all non-support elements and columns associated II xt\a II 2 (1 4 ) with these can be removed from the system. In doing so, one vl(l- 6(L+1)K6LK) - a(l- 6LK)6L+K can obtain the overdetermined system model y <I>TxT + v3 for any A -I- T. and the output of TMP becomes equivalent to the output of the In order to meet the second requirement, 1) under the condition that causal path is true (s1 c T), noncausal set should also be true (Si't- 1 C T) and further 2) this true path should not be removed by the tree pruning (i.e., if sf T, then Ilr(sfjl12 < E). Conditions capturing these observations are summarized in the following two lemmas. Lemma 7: Suppose a causal path s1 consists only of true indices (i.e., s1 C T), then the corresponding noncausal set Si't- 1 also contains the true ones (i.e., Si't- 1 T \ sd under (1-6K)( + VI +6M)llvI12 IlxT\Si OK - OK+1-6M (15) for any,51 C T. Lemma 8: The candidate whose magnitude of the residual is minimal becomes the support (i.e., Ilr(T)112 s: Ilr(sfjl12 for any sf) under 2(1-6K)llvI12 II xt\i3k II 1 2 > S:. 1-3U2K (16) In Lemma 7, we obtained the condition that the noncausal set is true when the causal path is true, and in lemma 8 we obtained the condition that the true path has the minimum residual magnitude (and hence survived from the pruning process). Therefore, when the conditions of Lemma 7 and 8 are jointly satisfied, the support T will be survived from the pruning process. Formal description of our finding is given in the following theorem. (17) where 2(1-bK) IL and w (l-bk)(+) t 1-302K 1-0K-bK+I-0lvI for any A -I- T. Proof' Immediate from Lemma 7 and 8. Using Proposition 6 and 9, we obtain an overall condition of TMP ensuring the identification of the support in the noisy scenario. Theorem 10: The TMP algorithm identifies the support from the noisy measurement y <I>x + v under IlxT\sll12,IIvl12 for any.5 C T where, max {v,/l,w} and _ (v'k+vl)(l-blk) _ 2(1-bK) and _ (l-bk)(+) W - 1-bK-bK+l -blvi Proof' Immediate from Proposition 6 and 9. Remark 11: Theorem 10 directly implies that TMP identifies the support from the noisy measurement v - VL(1 -b(l+l)k8lk)-vk(1-blk)bl+k' /L - 1-3b2K ' best possible estimator so called Oracle estimator x <I>y.4 Finally, by slightly modifying Theorem 10, one can show the stability of the TMP algorithm. Theorem 12: The output x of the TMP algorithm satisfies where T Ilx -xl12 s: Tllvl12 i+1+(r-1)bk (l-bk )v'1-b2k. IV. SIMULATION AND DISCUSSIONS (19) In this section, we evaluate the performance of TMP and conventional sparse recovery algorithms through numerical simulations. In the noiseless scenario, accuracy of the reconstruction algorithms is measured by comparing the maximal sparsity level of the underlying sparse signals at which the perfect recovery is ensured (this point is often called critical sparsity). In the noisy scenario, for each signal-to-noise ratio (SNR) point, we measure the MSE of the recovery algorithms 1 N MSE N L IXi -x il 2. il The simulation is based on randomly generated sensing matrix <I> E lr 1 00 x 2 56 whose entries are chosen independently from Gaussian distribution N(O,l/m). In addition, the nonzero elements of the K-sparse vector x are randomly 3 ci> A E rn: x I A I is a submatrix of ci> that contains columns indexed by A. 4 The estimator that has prior knowledge on the support is called the oracle estimator. 1850

5 o Q) IT: 0.4 >< w 0.3 ' OMP [ e-- CoSaMP [71 _StOMP[61 ---gomp (L 2) [ TMP (IElI 2K) K Fig. 3. Exact recovery ratio of the sparse recovery algorithms in the noiseless setting. w (j) ::i: Oracle LS -+-OMP[51 --e- CoSaMP [ StOMP [61 _gomp[ proposed TMP (IEJI4K) -+-- proposed TMP (IElI2K) 10-6 "----'----'----'-----'-----'---'" SNR (db) Fig. 4. MSE performance of sparse recovery algorithms in the noisy setting (K 35). generated in each trial. For each recovery algorithm, we perform 10,000 independent trials. Fig. 3 illustrates the exact recovery ratio as a function of the sparsity level K. Note that higher critical sparsity implies better recovery performance. As seen in the figure, the critical sparsity of the proposed TMP algorithm is larger than the conventional sparse recovery algorithms. Fig. 4 provides the MSE performance of the sparse recovery algorithms in the noisy scenario as a function of SNR where the SNR (in db) 50 is defined as SNR 10 log r. In this case, the system model is expressed as y cpx + v where v is the noise vector whose elements are generated from Gaussian N(O, 10-8;';/'). Overall, we see that the MSE performance of all recovery algorithms improves with the SNR. While the performance improvement of conventional greedy algorithms diminishes gradually as the SNR increases, the performance of TMP improves with the SNR and in fact it performs very close to Oracle estimator in high SNR regime (see Remark II). These results shows that that TMP is effective in estimating sparse signals in the noisy scenario. V. CONCLUSIONS In this paper, we proposed a new sparse signal recovery algorithm referred to as the TMP algorithm that is effective in recovering sparse signals for noisy scenarios. i,from the performance guarantees as well as the simulation results, we could observe that the proposed TMP algorithm is effective in recovering sparse signals in noisy scenarios. In particular, we observed that TMP performs close to the Oracle estimator in the high SNR regime. ACKNOWLEDGMENT This research was supported by the KCC (Korea Communications Commission) under the R&D program supervised by the KCA (Korea Communications Agency) (KCA ) and the NRF grant funded by the Korea government (MEST) (No. 2012RIA2A2AOI04751O). REFERENCES [1] E. 1. Candes, 1. Romberg, and T. Tao, "Robust uncertainty principles: exact signal reconstruction from highly incomplete frequency information," IEEE Trans. In! Theory, vol. 52, no. 2, pp , Feb [2] D. L. Donoho and X. Huo, "Uncertainty principles and ideal atomic decomposition," IEEE Trans. In! Theory, vol. 47, no. 7, pp , Nov [3] R. Tibshirani, "Regression shrinkage and selection via the lasso," J. Royal Stat. Soc. Series B (Methodological), vol. 58, no. I, pp. pp , [4] E. Candes and T. Tao, "The dantzig selector: Statistical estimation when p is much larger than n," The Annal. Stat., vol. 35, no. 6, pp. pp , [5] S. S. Chen, D. L. Donoho, and M A. Saunders, "Atomic decomposition by basis pursuit," SIAM Journal on Scientific Computing, vol. 20, no. I, pp , [6] D. L. Donoho, Y. Tsaig, T. Drori, and 1. L. Starck, "Sparse solution of underdetermined systems of linear equations by stagewise orthogonal matching pursuit," IEEE Trans. In! Theory, vol. 58, no. 2, pp , Feb [7] D. Needell and J. A. Tropp, "Cos amp: iterative signal recovery from incomplete and inaccurate samples," Commun. ACM, vol. 53, no. 12, pp , Dec [8] 1. Wang, S. Kwon, and B. Shim, "Generalized orthogonal matching pursuit," IEEE Trans. Signal Process., vol. 60, no. 12, pp , Dec [9] T. Zhang, "Sparse recovery with orthogonal matching pursuit under rip," IEEE Trans. In! Theory, vol. 57, no. 9, pp , Sept [10] 1. Wang and B. Shim, "How many iterations are needed for the exact recovery of sparse signals using orthogonal matching pursuit?," submitted to IEEE Trans. In! Theory. [II] 1. Lee, S. Kwon, and B. Shim, "Sparse signal recovery with a tree pruning," Preparing for submission to IEEE In! Theory. [12] 1. Wang, S. Kwon, and B. Shim, "Recovery of sparse signals via generalized orthogonal matching pursuit: A new analysis," submitted to IEEE Trans. Signal Proc. 1851

Multipath Matching Pursuit

Multipath Matching Pursuit Multipath Matching Pursuit Submitted to IEEE trans. on Information theory Authors: S. Kwon, J. Wang, and B. Shim Presenter: Hwanchol Jang Multipath is investigated rather than a single path for a greedy

More information

Generalized Orthogonal Matching Pursuit- A Review and Some

Generalized Orthogonal Matching Pursuit- A Review and Some Generalized Orthogonal Matching Pursuit- A Review and Some New Results Department of Electronics and Electrical Communication Engineering Indian Institute of Technology, Kharagpur, INDIA Table of Contents

More information

Pre-weighted Matching Pursuit Algorithms for Sparse Recovery

Pre-weighted Matching Pursuit Algorithms for Sparse Recovery Journal of Information & Computational Science 11:9 (214) 2933 2939 June 1, 214 Available at http://www.joics.com Pre-weighted Matching Pursuit Algorithms for Sparse Recovery Jingfei He, Guiling Sun, Jie

More information

Orthogonal Matching Pursuit for Sparse Signal Recovery With Noise

Orthogonal Matching Pursuit for Sparse Signal Recovery With Noise Orthogonal Matching Pursuit for Sparse Signal Recovery With Noise The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published

More information

Recovery of Sparse Signals Using Multiple Orthogonal Least Squares

Recovery of Sparse Signals Using Multiple Orthogonal Least Squares Recovery of Sparse Signals Using Multiple Orthogonal east Squares Jian Wang, Ping i Department of Statistics and Biostatistics arxiv:40.505v [stat.me] 9 Oct 04 Department of Computer Science Rutgers University

More information

Randomness-in-Structured Ensembles for Compressed Sensing of Images

Randomness-in-Structured Ensembles for Compressed Sensing of Images Randomness-in-Structured Ensembles for Compressed Sensing of Images Abdolreza Abdolhosseini Moghadam Dep. of Electrical and Computer Engineering Michigan State University Email: abdolhos@msu.edu Hayder

More information

New Coherence and RIP Analysis for Weak. Orthogonal Matching Pursuit

New Coherence and RIP Analysis for Weak. Orthogonal Matching Pursuit New Coherence and RIP Analysis for Wea 1 Orthogonal Matching Pursuit Mingrui Yang, Member, IEEE, and Fran de Hoog arxiv:1405.3354v1 [cs.it] 14 May 2014 Abstract In this paper we define a new coherence

More information

Greedy Signal Recovery and Uniform Uncertainty Principles

Greedy Signal Recovery and Uniform Uncertainty Principles Greedy Signal Recovery and Uniform Uncertainty Principles SPIE - IE 2008 Deanna Needell Joint work with Roman Vershynin UC Davis, January 2008 Greedy Signal Recovery and Uniform Uncertainty Principles

More information

Introduction to Compressed Sensing

Introduction to Compressed Sensing Introduction to Compressed Sensing Alejandro Parada, Gonzalo Arce University of Delaware August 25, 2016 Motivation: Classical Sampling 1 Motivation: Classical Sampling Issues Some applications Radar Spectral

More information

GREEDY SIGNAL RECOVERY REVIEW

GREEDY SIGNAL RECOVERY REVIEW GREEDY SIGNAL RECOVERY REVIEW DEANNA NEEDELL, JOEL A. TROPP, ROMAN VERSHYNIN Abstract. The two major approaches to sparse recovery are L 1-minimization and greedy methods. Recently, Needell and Vershynin

More information

Generalized Orthogonal Matching Pursuit

Generalized Orthogonal Matching Pursuit Generalized Orthogonal Matching Pursuit Jian Wang, Seokbeop Kwon and Byonghyo Shim Information System Laboratory School of Information and Communication arxiv:1111.6664v1 [cs.it] 29 ov 2011 Korea University,

More information

An Introduction to Sparse Approximation

An Introduction to Sparse Approximation An Introduction to Sparse Approximation Anna C. Gilbert Department of Mathematics University of Michigan Basic image/signal/data compression: transform coding Approximate signals sparsely Compress images,

More information

Inverse problems and sparse models (1/2) Rémi Gribonval INRIA Rennes - Bretagne Atlantique, France

Inverse problems and sparse models (1/2) Rémi Gribonval INRIA Rennes - Bretagne Atlantique, France Inverse problems and sparse models (1/2) Rémi Gribonval INRIA Rennes - Bretagne Atlantique, France remi.gribonval@inria.fr Structure of the tutorial Session 1: Introduction to inverse problems & sparse

More information

The Pros and Cons of Compressive Sensing

The Pros and Cons of Compressive Sensing The Pros and Cons of Compressive Sensing Mark A. Davenport Stanford University Department of Statistics Compressive Sensing Replace samples with general linear measurements measurements sampled signal

More information

CoSaMP: Greedy Signal Recovery and Uniform Uncertainty Principles

CoSaMP: Greedy Signal Recovery and Uniform Uncertainty Principles CoSaMP: Greedy Signal Recovery and Uniform Uncertainty Principles SIAM Student Research Conference Deanna Needell Joint work with Roman Vershynin and Joel Tropp UC Davis, May 2008 CoSaMP: Greedy Signal

More information

Recovery of Sparse Signals Using Multiple Orthogonal Least Squares

Recovery of Sparse Signals Using Multiple Orthogonal Least Squares Recovery of Sparse Signals Using Multiple Orthogonal east Squares Jian Wang and Ping i Department of Statistics and Biostatistics, Department of Computer Science Rutgers, The State University of New Jersey

More information

Sparsity in Underdetermined Systems

Sparsity in Underdetermined Systems Sparsity in Underdetermined Systems Department of Statistics Stanford University August 19, 2005 Classical Linear Regression Problem X n y p n 1 > Given predictors and response, y Xβ ε = + ε N( 0, σ 2

More information

Near Ideal Behavior of a Modified Elastic Net Algorithm in Compressed Sensing

Near Ideal Behavior of a Modified Elastic Net Algorithm in Compressed Sensing Near Ideal Behavior of a Modified Elastic Net Algorithm in Compressed Sensing M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas M.Vidyasagar@utdallas.edu www.utdallas.edu/ m.vidyasagar

More information

Model-Based Compressive Sensing for Signal Ensembles. Marco F. Duarte Volkan Cevher Richard G. Baraniuk

Model-Based Compressive Sensing for Signal Ensembles. Marco F. Duarte Volkan Cevher Richard G. Baraniuk Model-Based Compressive Sensing for Signal Ensembles Marco F. Duarte Volkan Cevher Richard G. Baraniuk Concise Signal Structure Sparse signal: only K out of N coordinates nonzero model: union of K-dimensional

More information

Sensing systems limited by constraints: physical size, time, cost, energy

Sensing systems limited by constraints: physical size, time, cost, energy Rebecca Willett Sensing systems limited by constraints: physical size, time, cost, energy Reduce the number of measurements needed for reconstruction Higher accuracy data subject to constraints Original

More information

Signal Recovery From Incomplete and Inaccurate Measurements via Regularized Orthogonal Matching Pursuit

Signal Recovery From Incomplete and Inaccurate Measurements via Regularized Orthogonal Matching Pursuit Signal Recovery From Incomplete and Inaccurate Measurements via Regularized Orthogonal Matching Pursuit Deanna Needell and Roman Vershynin Abstract We demonstrate a simple greedy algorithm that can reliably

More information

ORTHOGONAL MATCHING PURSUIT (OMP) is a

ORTHOGONAL MATCHING PURSUIT (OMP) is a 1076 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL 64, NO 4, FEBRUARY 15, 2016 Recovery of Sparse Signals via Generalized Orthogonal Matching Pursuit: A New Analysis Jian Wang, Student Member, IEEE, Suhyuk

More information

A new method on deterministic construction of the measurement matrix in compressed sensing

A new method on deterministic construction of the measurement matrix in compressed sensing A new method on deterministic construction of the measurement matrix in compressed sensing Qun Mo 1 arxiv:1503.01250v1 [cs.it] 4 Mar 2015 Abstract Construction on the measurement matrix A is a central

More information

The Pros and Cons of Compressive Sensing

The Pros and Cons of Compressive Sensing The Pros and Cons of Compressive Sensing Mark A. Davenport Stanford University Department of Statistics Compressive Sensing Replace samples with general linear measurements measurements sampled signal

More information

of Orthogonal Matching Pursuit

of Orthogonal Matching Pursuit A Sharp Restricted Isometry Constant Bound of Orthogonal Matching Pursuit Qun Mo arxiv:50.0708v [cs.it] 8 Jan 205 Abstract We shall show that if the restricted isometry constant (RIC) δ s+ (A) of the measurement

More information

COMPARATIVE ANALYSIS OF ORTHOGONAL MATCHING PURSUIT AND LEAST ANGLE REGRESSION

COMPARATIVE ANALYSIS OF ORTHOGONAL MATCHING PURSUIT AND LEAST ANGLE REGRESSION COMPARATIVE ANALYSIS OF ORTHOGONAL MATCHING PURSUIT AND LEAST ANGLE REGRESSION By Mazin Abdulrasool Hameed A THESIS Submitted to Michigan State University in partial fulfillment of the requirements for

More information

CoSaMP. Iterative signal recovery from incomplete and inaccurate samples. Joel A. Tropp

CoSaMP. Iterative signal recovery from incomplete and inaccurate samples. Joel A. Tropp CoSaMP Iterative signal recovery from incomplete and inaccurate samples Joel A. Tropp Applied & Computational Mathematics California Institute of Technology jtropp@acm.caltech.edu Joint with D. Needell

More information

Basis Pursuit Denoising and the Dantzig Selector

Basis Pursuit Denoising and the Dantzig Selector BPDN and DS p. 1/16 Basis Pursuit Denoising and the Dantzig Selector West Coast Optimization Meeting University of Washington Seattle, WA, April 28 29, 2007 Michael Friedlander and Michael Saunders Dept

More information

Reconstruction from Anisotropic Random Measurements

Reconstruction from Anisotropic Random Measurements Reconstruction from Anisotropic Random Measurements Mark Rudelson and Shuheng Zhou The University of Michigan, Ann Arbor Coding, Complexity, and Sparsity Workshop, 013 Ann Arbor, Michigan August 7, 013

More information

A Review of Sparsity-Based Methods for Analysing Radar Returns from Helicopter Rotor Blades

A Review of Sparsity-Based Methods for Analysing Radar Returns from Helicopter Rotor Blades A Review of Sparsity-Based Methods for Analysing Radar Returns from Helicopter Rotor Blades Ngoc Hung Nguyen 1, Hai-Tan Tran 2, Kutluyıl Doğançay 1 and Rocco Melino 2 1 University of South Australia 2

More information

Tractable Upper Bounds on the Restricted Isometry Constant

Tractable Upper Bounds on the Restricted Isometry Constant Tractable Upper Bounds on the Restricted Isometry Constant Alex d Aspremont, Francis Bach, Laurent El Ghaoui Princeton University, École Normale Supérieure, U.C. Berkeley. Support from NSF, DHS and Google.

More information

Uniform Uncertainty Principle and signal recovery via Regularized Orthogonal Matching Pursuit

Uniform Uncertainty Principle and signal recovery via Regularized Orthogonal Matching Pursuit Uniform Uncertainty Principle and signal recovery via Regularized Orthogonal Matching Pursuit arxiv:0707.4203v2 [math.na] 14 Aug 2007 Deanna Needell Department of Mathematics University of California,

More information

Compressibility of Infinite Sequences and its Interplay with Compressed Sensing Recovery

Compressibility of Infinite Sequences and its Interplay with Compressed Sensing Recovery Compressibility of Infinite Sequences and its Interplay with Compressed Sensing Recovery Jorge F. Silva and Eduardo Pavez Department of Electrical Engineering Information and Decision Systems Group Universidad

More information

Sparse Solutions of an Undetermined Linear System

Sparse Solutions of an Undetermined Linear System 1 Sparse Solutions of an Undetermined Linear System Maddullah Almerdasy New York University Tandon School of Engineering arxiv:1702.07096v1 [math.oc] 23 Feb 2017 Abstract This work proposes a research

More information

AFRL-RI-RS-TR

AFRL-RI-RS-TR AFRL-RI-RS-TR-200-28 THEORY AND PRACTICE OF COMPRESSED SENSING IN COMMUNICATIONS AND AIRBORNE NETWORKING STATE UNIVERSITY OF NEW YORK AT BUFFALO DECEMBER 200 FINAL TECHNICAL REPORT APPROVED FOR PUBLIC

More information

Stopping Condition for Greedy Block Sparse Signal Recovery

Stopping Condition for Greedy Block Sparse Signal Recovery Stopping Condition for Greedy Block Sparse Signal Recovery Yu Luo, Ronggui Xie, Huarui Yin, and Weidong Wang Department of Electronics Engineering and Information Science, University of Science and Technology

More information

SPARSE signal representations have gained popularity in recent

SPARSE signal representations have gained popularity in recent 6958 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 10, OCTOBER 2011 Blind Compressed Sensing Sivan Gleichman and Yonina C. Eldar, Senior Member, IEEE Abstract The fundamental principle underlying

More information

Compressed sensing. Or: the equation Ax = b, revisited. Terence Tao. Mahler Lecture Series. University of California, Los Angeles

Compressed sensing. Or: the equation Ax = b, revisited. Terence Tao. Mahler Lecture Series. University of California, Los Angeles Or: the equation Ax = b, revisited University of California, Los Angeles Mahler Lecture Series Acquiring signals Many types of real-world signals (e.g. sound, images, video) can be viewed as an n-dimensional

More information

The Analysis Cosparse Model for Signals and Images

The Analysis Cosparse Model for Signals and Images The Analysis Cosparse Model for Signals and Images Raja Giryes Computer Science Department, Technion. The research leading to these results has received funding from the European Research Council under

More information

Signal Recovery from Permuted Observations

Signal Recovery from Permuted Observations EE381V Course Project Signal Recovery from Permuted Observations 1 Problem Shanshan Wu (sw33323) May 8th, 2015 We start with the following problem: let s R n be an unknown n-dimensional real-valued signal,

More information

Robust Sparse Recovery via Non-Convex Optimization

Robust Sparse Recovery via Non-Convex Optimization Robust Sparse Recovery via Non-Convex Optimization Laming Chen and Yuantao Gu Department of Electronic Engineering, Tsinghua University Homepage: http://gu.ee.tsinghua.edu.cn/ Email: gyt@tsinghua.edu.cn

More information

Exact Topology Identification of Large-Scale Interconnected Dynamical Systems from Compressive Observations

Exact Topology Identification of Large-Scale Interconnected Dynamical Systems from Compressive Observations Exact Topology Identification of arge-scale Interconnected Dynamical Systems from Compressive Observations Borhan M Sanandaji, Tyrone Vincent, and Michael B Wakin Abstract In this paper, we consider the

More information

Stability and Robustness of Weak Orthogonal Matching Pursuits

Stability and Robustness of Weak Orthogonal Matching Pursuits Stability and Robustness of Weak Orthogonal Matching Pursuits Simon Foucart, Drexel University Abstract A recent result establishing, under restricted isometry conditions, the success of sparse recovery

More information

MATCHING PURSUIT WITH STOCHASTIC SELECTION

MATCHING PURSUIT WITH STOCHASTIC SELECTION 2th European Signal Processing Conference (EUSIPCO 22) Bucharest, Romania, August 27-3, 22 MATCHING PURSUIT WITH STOCHASTIC SELECTION Thomas Peel, Valentin Emiya, Liva Ralaivola Aix-Marseille Université

More information

Robust multichannel sparse recovery

Robust multichannel sparse recovery Robust multichannel sparse recovery Esa Ollila Department of Signal Processing and Acoustics Aalto University, Finland SUPELEC, Feb 4th, 2015 1 Introduction 2 Nonparametric sparse recovery 3 Simulation

More information

Sparse representation classification and positive L1 minimization

Sparse representation classification and positive L1 minimization Sparse representation classification and positive L1 minimization Cencheng Shen Joint Work with Li Chen, Carey E. Priebe Applied Mathematics and Statistics Johns Hopkins University, August 5, 2014 Cencheng

More information

Noisy Signal Recovery via Iterative Reweighted L1-Minimization

Noisy Signal Recovery via Iterative Reweighted L1-Minimization Noisy Signal Recovery via Iterative Reweighted L1-Minimization Deanna Needell UC Davis / Stanford University Asilomar SSC, November 2009 Problem Background Setup 1 Suppose x is an unknown signal in R d.

More information

Thresholds for the Recovery of Sparse Solutions via L1 Minimization

Thresholds for the Recovery of Sparse Solutions via L1 Minimization Thresholds for the Recovery of Sparse Solutions via L Minimization David L. Donoho Department of Statistics Stanford University 39 Serra Mall, Sequoia Hall Stanford, CA 9435-465 Email: donoho@stanford.edu

More information

Lecture: Introduction to Compressed Sensing Sparse Recovery Guarantees

Lecture: Introduction to Compressed Sensing Sparse Recovery Guarantees Lecture: Introduction to Compressed Sensing Sparse Recovery Guarantees http://bicmr.pku.edu.cn/~wenzw/bigdata2018.html Acknowledgement: this slides is based on Prof. Emmanuel Candes and Prof. Wotao Yin

More information

Analysis of Greedy Algorithms

Analysis of Greedy Algorithms Analysis of Greedy Algorithms Jiahui Shen Florida State University Oct.26th Outline Introduction Regularity condition Analysis on orthogonal matching pursuit Analysis on forward-backward greedy algorithm

More information

Stability of LS-CS-residual and modified-cs for sparse signal sequence reconstruction

Stability of LS-CS-residual and modified-cs for sparse signal sequence reconstruction Stability of LS-CS-residual and modified-cs for sparse signal sequence reconstruction Namrata Vaswani ECE Dept., Iowa State University, Ames, IA 50011, USA, Email: namrata@iastate.edu Abstract In this

More information

Elaine T. Hale, Wotao Yin, Yin Zhang

Elaine T. Hale, Wotao Yin, Yin Zhang , Wotao Yin, Yin Zhang Department of Computational and Applied Mathematics Rice University McMaster University, ICCOPT II-MOPTA 2007 August 13, 2007 1 with Noise 2 3 4 1 with Noise 2 3 4 1 with Noise 2

More information

Subspace Pursuit for Compressive Sensing: Closing the Gap Between Performance and Complexity

Subspace Pursuit for Compressive Sensing: Closing the Gap Between Performance and Complexity Subspace Pursuit for Compressive Sensing: Closing the Gap Between Performance and Complexity Wei Dai and Olgica Milenkovic Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign

More information

Compressive Sensing and Beyond

Compressive Sensing and Beyond Compressive Sensing and Beyond Sohail Bahmani Gerorgia Tech. Signal Processing Compressed Sensing Signal Models Classics: bandlimited The Sampling Theorem Any signal with bandwidth B can be recovered

More information

A Structured Construction of Optimal Measurement Matrix for Noiseless Compressed Sensing via Polarization of Analog Transmission

A Structured Construction of Optimal Measurement Matrix for Noiseless Compressed Sensing via Polarization of Analog Transmission Li and Kang: A Structured Construction of Optimal Measurement Matrix for Noiseless Compressed Sensing 1 A Structured Construction of Optimal Measurement Matrix for Noiseless Compressed Sensing via Polarization

More information

Bhaskar Rao Department of Electrical and Computer Engineering University of California, San Diego

Bhaskar Rao Department of Electrical and Computer Engineering University of California, San Diego Bhaskar Rao Department of Electrical and Computer Engineering University of California, San Diego 1 Outline Course Outline Motivation for Course Sparse Signal Recovery Problem Applications Computational

More information

Exact Signal Recovery from Sparsely Corrupted Measurements through the Pursuit of Justice

Exact Signal Recovery from Sparsely Corrupted Measurements through the Pursuit of Justice Exact Signal Recovery from Sparsely Corrupted Measurements through the Pursuit of Justice Jason N. Laska, Mark A. Davenport, Richard G. Baraniuk Department of Electrical and Computer Engineering Rice University

More information

Orthogonal Matching Pursuit: A Brownian Motion Analysis

Orthogonal Matching Pursuit: A Brownian Motion Analysis 1010 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 60, NO. 3, MARCH 2012 Orthogonal Matching Pursuit: A Brownian Motion Analysis Alyson K. Fletcher, Member, IEEE, and Sundeep Rangan, Member, IEEE Abstract

More information

Gradient Descent with Sparsification: An iterative algorithm for sparse recovery with restricted isometry property

Gradient Descent with Sparsification: An iterative algorithm for sparse recovery with restricted isometry property : An iterative algorithm for sparse recovery with restricted isometry property Rahul Garg grahul@us.ibm.com Rohit Khandekar rohitk@us.ibm.com IBM T. J. Watson Research Center, 0 Kitchawan Road, Route 34,

More information

Exact Low-rank Matrix Recovery via Nonconvex M p -Minimization

Exact Low-rank Matrix Recovery via Nonconvex M p -Minimization Exact Low-rank Matrix Recovery via Nonconvex M p -Minimization Lingchen Kong and Naihua Xiu Department of Applied Mathematics, Beijing Jiaotong University, Beijing, 100044, People s Republic of China E-mail:

More information

Improving Approximate Message Passing Recovery of Sparse Binary Vectors by Post Processing

Improving Approximate Message Passing Recovery of Sparse Binary Vectors by Post Processing 10th International ITG Conference on Systems, Communications and Coding (SCC 2015) Improving Approximate Message Passing Recovery of Sparse Binary Vectors by Post Processing Martin Mayer and Norbert Goertz

More information

L-statistics based Modification of Reconstruction Algorithms for Compressive Sensing in the Presence of Impulse Noise

L-statistics based Modification of Reconstruction Algorithms for Compressive Sensing in the Presence of Impulse Noise L-statistics based Modification of Reconstruction Algorithms for Compressive Sensing in the Presence of Impulse Noise Srdjan Stanković, Irena Orović and Moeness Amin 1 Abstract- A modification of standard

More information

Greedy Sparsity-Constrained Optimization

Greedy Sparsity-Constrained Optimization Greedy Sparsity-Constrained Optimization Sohail Bahmani, Petros Boufounos, and Bhiksha Raj 3 sbahmani@andrew.cmu.edu petrosb@merl.com 3 bhiksha@cs.cmu.edu Department of Electrical and Computer Engineering,

More information

EUSIPCO

EUSIPCO EUSIPCO 013 1569746769 SUBSET PURSUIT FOR ANALYSIS DICTIONARY LEARNING Ye Zhang 1,, Haolong Wang 1, Tenglong Yu 1, Wenwu Wang 1 Department of Electronic and Information Engineering, Nanchang University,

More information

Compressed Sensing: Extending CLEAN and NNLS

Compressed Sensing: Extending CLEAN and NNLS Compressed Sensing: Extending CLEAN and NNLS Ludwig Schwardt SKA South Africa (KAT Project) Calibration & Imaging Workshop Socorro, NM, USA 31 March 2009 Outline 1 Compressed Sensing (CS) Introduction

More information

Sparse Solutions of Systems of Equations and Sparse Modelling of Signals and Images

Sparse Solutions of Systems of Equations and Sparse Modelling of Signals and Images Sparse Solutions of Systems of Equations and Sparse Modelling of Signals and Images Alfredo Nava-Tudela ant@umd.edu John J. Benedetto Department of Mathematics jjb@umd.edu Abstract In this project we are

More information

Sparse Vector Distributions and Recovery from Compressed Sensing

Sparse Vector Distributions and Recovery from Compressed Sensing Sparse Vector Distributions and Recovery from Compressed Sensing Bob L. Sturm Department of Architecture, Design and Media Technology, Aalborg University Copenhagen, Lautrupvang 5, 275 Ballerup, Denmark

More information

Equivalence Probability and Sparsity of Two Sparse Solutions in Sparse Representation

Equivalence Probability and Sparsity of Two Sparse Solutions in Sparse Representation IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 19, NO. 12, DECEMBER 2008 2009 Equivalence Probability and Sparsity of Two Sparse Solutions in Sparse Representation Yuanqing Li, Member, IEEE, Andrzej Cichocki,

More information

COMPRESSIVE SAMPLING USING EM ALGORITHM. Technical Report No: ASU/2014/4

COMPRESSIVE SAMPLING USING EM ALGORITHM. Technical Report No: ASU/2014/4 COMPRESSIVE SAMPLING USING EM ALGORITHM ATANU KUMAR GHOSH, ARNAB CHAKRABORTY Technical Report No: ASU/2014/4 Date: 29 th April, 2014 Applied Statistics Unit Indian Statistical Institute Kolkata- 700018

More information

COMPRESSIVE SAMPLING OF SOUND FIELDS USING MOVING MICROPHONES. Fabrice Katzberg, Radoslaw Mazur, Marco Maass, Philipp Koch, and Alfred Mertins

COMPRESSIVE SAMPLING OF SOUND FIELDS USING MOVING MICROPHONES. Fabrice Katzberg, Radoslaw Mazur, Marco Maass, Philipp Koch, and Alfred Mertins COMPRESSIVE SAMPLING OF SOUND FIELDS USING MOVING MICROPHONES Fabrice Katzberg, Radoslaw Mazur, Marco Maass, Philipp Koch, and Alfred Mertins Institute for Signal Processing University of Lübeck Ratzeburger

More information

Does Compressed Sensing have applications in Robust Statistics?

Does Compressed Sensing have applications in Robust Statistics? Does Compressed Sensing have applications in Robust Statistics? Salvador Flores December 1, 2014 Abstract The connections between robust linear regression and sparse reconstruction are brought to light.

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Instructor: Moritz Hardt Email: hardt+ee227c@berkeley.edu Graduate Instructor: Max Simchowitz Email: msimchow+ee227c@berkeley.edu

More information

A Generalized Restricted Isometry Property

A Generalized Restricted Isometry Property 1 A Generalized Restricted Isometry Property Jarvis Haupt and Robert Nowak Department of Electrical and Computer Engineering, University of Wisconsin Madison University of Wisconsin Technical Report ECE-07-1

More information

Inverse problems and sparse models (6/6) Rémi Gribonval INRIA Rennes - Bretagne Atlantique, France.

Inverse problems and sparse models (6/6) Rémi Gribonval INRIA Rennes - Bretagne Atlantique, France. Inverse problems and sparse models (6/6) Rémi Gribonval INRIA Rennes - Bretagne Atlantique, France remi.gribonval@inria.fr Overview of the course Introduction sparsity & data compression inverse problems

More information

Machine Learning for Signal Processing Sparse and Overcomplete Representations. Bhiksha Raj (slides from Sourish Chaudhuri) Oct 22, 2013

Machine Learning for Signal Processing Sparse and Overcomplete Representations. Bhiksha Raj (slides from Sourish Chaudhuri) Oct 22, 2013 Machine Learning for Signal Processing Sparse and Overcomplete Representations Bhiksha Raj (slides from Sourish Chaudhuri) Oct 22, 2013 1 Key Topics in this Lecture Basics Component-based representations

More information

Stochastic geometry and random matrix theory in CS

Stochastic geometry and random matrix theory in CS Stochastic geometry and random matrix theory in CS IPAM: numerical methods for continuous optimization University of Edinburgh Joint with Bah, Blanchard, Cartis, and Donoho Encoder Decoder pair - Encoder/Decoder

More information

Recent developments on sparse representation

Recent developments on sparse representation Recent developments on sparse representation Zeng Tieyong Department of Mathematics, Hong Kong Baptist University Email: zeng@hkbu.edu.hk Hong Kong Baptist University Dec. 8, 2008 First Previous Next Last

More information

On Sparsity, Redundancy and Quality of Frame Representations

On Sparsity, Redundancy and Quality of Frame Representations On Sparsity, Redundancy and Quality of Frame Representations Mehmet Açaaya Division of Engineering and Applied Sciences Harvard University Cambridge, MA Email: acaaya@fasharvardedu Vahid Taroh Division

More information

Noisy and Missing Data Regression: Distribution-Oblivious Support Recovery

Noisy and Missing Data Regression: Distribution-Oblivious Support Recovery : Distribution-Oblivious Support Recovery Yudong Chen Department of Electrical and Computer Engineering The University of Texas at Austin Austin, TX 7872 Constantine Caramanis Department of Electrical

More information

Linear Regression with Strongly Correlated Designs Using Ordered Weigthed l 1

Linear Regression with Strongly Correlated Designs Using Ordered Weigthed l 1 Linear Regression with Strongly Correlated Designs Using Ordered Weigthed l 1 ( OWL ) Regularization Mário A. T. Figueiredo Instituto de Telecomunicações and Instituto Superior Técnico, Universidade de

More information

SCRIBERS: SOROOSH SHAFIEEZADEH-ABADEH, MICHAËL DEFFERRARD

SCRIBERS: SOROOSH SHAFIEEZADEH-ABADEH, MICHAËL DEFFERRARD EE-731: ADVANCED TOPICS IN DATA SCIENCES LABORATORY FOR INFORMATION AND INFERENCE SYSTEMS SPRING 2016 INSTRUCTOR: VOLKAN CEVHER SCRIBERS: SOROOSH SHAFIEEZADEH-ABADEH, MICHAËL DEFFERRARD STRUCTURED SPARSITY

More information

Large-Scale L1-Related Minimization in Compressive Sensing and Beyond

Large-Scale L1-Related Minimization in Compressive Sensing and Beyond Large-Scale L1-Related Minimization in Compressive Sensing and Beyond Yin Zhang Department of Computational and Applied Mathematics Rice University, Houston, Texas, U.S.A. Arizona State University March

More information

Finite Frames for Sparse Signal Processing

Finite Frames for Sparse Signal Processing Finite Frames for Sparse Signal Processing Waheed U. Bajwa and Ali Pezeshki Abstract Over the last decade, considerable progress has been made towards developing new signal processing methods to manage

More information

Tree-Structured Compressive Sensing with Variational Bayesian Analysis

Tree-Structured Compressive Sensing with Variational Bayesian Analysis 1 Tree-Structured Compressive Sensing with Variational Bayesian Analysis Lihan He, Haojun Chen and Lawrence Carin Department of Electrical and Computer Engineering Duke University Durham, NC 27708-0291

More information

c 2011 International Press Vol. 18, No. 1, pp , March DENNIS TREDE

c 2011 International Press Vol. 18, No. 1, pp , March DENNIS TREDE METHODS AND APPLICATIONS OF ANALYSIS. c 2011 International Press Vol. 18, No. 1, pp. 105 110, March 2011 007 EXACT SUPPORT RECOVERY FOR LINEAR INVERSE PROBLEMS WITH SPARSITY CONSTRAINTS DENNIS TREDE Abstract.

More information

Shifting Inequality and Recovery of Sparse Signals

Shifting Inequality and Recovery of Sparse Signals Shifting Inequality and Recovery of Sparse Signals T. Tony Cai Lie Wang and Guangwu Xu Astract In this paper we present a concise and coherent analysis of the constrained l 1 minimization method for stale

More information

Uniform Uncertainty Principle and Signal Recovery via Regularized Orthogonal Matching Pursuit

Uniform Uncertainty Principle and Signal Recovery via Regularized Orthogonal Matching Pursuit Claremont Colleges Scholarship @ Claremont CMC Faculty Publications and Research CMC Faculty Scholarship 6-5-2008 Uniform Uncertainty Principle and Signal Recovery via Regularized Orthogonal Matching Pursuit

More information

Optimization Algorithms for Compressed Sensing

Optimization Algorithms for Compressed Sensing Optimization Algorithms for Compressed Sensing Stephen Wright University of Wisconsin-Madison SIAM Gator Student Conference, Gainesville, March 2009 Stephen Wright (UW-Madison) Optimization and Compressed

More information

Necessary and Sufficient Conditions of Solution Uniqueness in 1-Norm Minimization

Necessary and Sufficient Conditions of Solution Uniqueness in 1-Norm Minimization Noname manuscript No. (will be inserted by the editor) Necessary and Sufficient Conditions of Solution Uniqueness in 1-Norm Minimization Hui Zhang Wotao Yin Lizhi Cheng Received: / Accepted: Abstract This

More information

The Fundamentals of Compressive Sensing

The Fundamentals of Compressive Sensing The Fundamentals of Compressive Sensing Mark A. Davenport Georgia Institute of Technology School of Electrical and Computer Engineering Sensor Explosion Data Deluge Digital Revolution If we sample a signal

More information

Optimization for Compressed Sensing

Optimization for Compressed Sensing Optimization for Compressed Sensing Robert J. Vanderbei 2014 March 21 Dept. of Industrial & Systems Engineering University of Florida http://www.princeton.edu/ rvdb Lasso Regression The problem is to solve

More information

Fast Angular Synchronization for Phase Retrieval via Incomplete Information

Fast Angular Synchronization for Phase Retrieval via Incomplete Information Fast Angular Synchronization for Phase Retrieval via Incomplete Information Aditya Viswanathan a and Mark Iwen b a Department of Mathematics, Michigan State University; b Department of Mathematics & Department

More information

Simultaneous Sparsity

Simultaneous Sparsity Simultaneous Sparsity Joel A. Tropp Anna C. Gilbert Martin J. Strauss {jtropp annacg martinjs}@umich.edu Department of Mathematics The University of Michigan 1 Simple Sparse Approximation Work in the d-dimensional,

More information

INDUSTRIAL MATHEMATICS INSTITUTE. B.S. Kashin and V.N. Temlyakov. IMI Preprint Series. Department of Mathematics University of South Carolina

INDUSTRIAL MATHEMATICS INSTITUTE. B.S. Kashin and V.N. Temlyakov. IMI Preprint Series. Department of Mathematics University of South Carolina INDUSTRIAL MATHEMATICS INSTITUTE 2007:08 A remark on compressed sensing B.S. Kashin and V.N. Temlyakov IMI Preprint Series Department of Mathematics University of South Carolina A remark on compressed

More information

Detecting Sparse Structures in Data in Sub-Linear Time: A group testing approach

Detecting Sparse Structures in Data in Sub-Linear Time: A group testing approach Detecting Sparse Structures in Data in Sub-Linear Time: A group testing approach Boaz Nadler The Weizmann Institute of Science Israel Joint works with Inbal Horev, Ronen Basri, Meirav Galun and Ery Arias-Castro

More information

IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 58, NO. 6, JUNE

IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 58, NO. 6, JUNE IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 58, NO. 6, JUNE 2010 2935 Variance-Component Based Sparse Signal Reconstruction and Model Selection Kun Qiu, Student Member, IEEE, and Aleksandar Dogandzic,

More information

Iterative Hard Thresholding for Compressed Sensing

Iterative Hard Thresholding for Compressed Sensing Iterative Hard Thresholding for Compressed Sensing Thomas lumensath and Mike E. Davies 1 Abstract arxiv:0805.0510v1 [cs.it] 5 May 2008 Compressed sensing is a technique to sample compressible signals below

More information

Acommon problem in signal processing is to estimate an

Acommon problem in signal processing is to estimate an 5758 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 55, NO. 12, DECEMBER 2009 Necessary and Sufficient Conditions for Sparsity Pattern Recovery Alyson K. Fletcher, Member, IEEE, Sundeep Rangan, and Vivek

More information

Lecture 24 May 30, 2018

Lecture 24 May 30, 2018 Stats 3C: Theory of Statistics Spring 28 Lecture 24 May 3, 28 Prof. Emmanuel Candes Scribe: Martin J. Zhang, Jun Yan, Can Wang, and E. Candes Outline Agenda: High-dimensional Statistical Estimation. Lasso

More information

Efficient Sparse Recovery Pursuits with Least Squares

Efficient Sparse Recovery Pursuits with Least Squares Efficient Sparse Recovery Pursuits with Least Squares Guy Leibovitz, Raja Giryes guyleibovitz@mail.tau.ac.il, raja@tauex.tau.ac.il School of Electrical Engineering, Tel-Aviv University Tel-Aviv, Israel

More information