Greedy Signal Recovery and Uniform Uncertainty Principles

Size: px
Start display at page:

Download "Greedy Signal Recovery and Uniform Uncertainty Principles"

Transcription

1 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 p.1/24

2 Outline Problem Background Setup L1 Minimization Greedy Algorithms ROMP Algorithm Main Theorem Empirical Results Future Work Greedy Signal Recovery and Uniform Uncertainty Principles p.2/24

3 Setup Consider v R d, v 0 := supp v n d. Greedy Signal Recovery and Uniform Uncertainty Principles p.3/24

4 Setup Consider v R d, v 0 := supp v n d. We call such signals n-sparse. Greedy Signal Recovery and Uniform Uncertainty Principles p.3/24

5 Setup Consider v R d, v 0 := supp v n d. We call such signals n-sparse. Given some N d measurement matrix Φ, we collect N d nonadaptive linear measurements of v, in the form x = Φv. Φ v = x Greedy Signal Recovery and Uniform Uncertainty Principles p.3/24

6 Setup ctd. From these measurements we wish to efficiently recover the original signal v. Greedy Signal Recovery and Uniform Uncertainty Principles p.4/24

7 Setup ctd. From these measurements we wish to efficiently recover the original signal v. How many measurements N d are needed? Greedy Signal Recovery and Uniform Uncertainty Principles p.4/24

8 Setup ctd. From these measurements we wish to efficiently recover the original signal v. How many measurements N d are needed? Exact recovery is possible with just N = 2n. However, recovery in this regime is not numerically feasible. Greedy Signal Recovery and Uniform Uncertainty Principles p.4/24

9 Setup ctd. Work in Compressed Sensing has shown that the signal v can be efficiently exactly recovered from x = Φv with just N n polylog d. Greedy Signal Recovery and Uniform Uncertainty Principles p.5/24

10 Setup ctd. Work in Compressed Sensing has shown that the signal v can be efficiently exactly recovered from x = Φv with just N n polylog d. Two major algorithmic approaches: Greedy Signal Recovery and Uniform Uncertainty Principles p.5/24

11 Setup ctd. Work in Compressed Sensing has shown that the signal v can be efficiently exactly recovered from x = Φv with just N n polylog d. Two major algorithmic approaches: L1-Minimization (Donoho et. al.) Greedy Signal Recovery and Uniform Uncertainty Principles p.5/24

12 Setup ctd. Work in Compressed Sensing has shown that the signal v can be efficiently exactly recovered from x = Φv with just N n polylog d. Two major algorithmic approaches: L1-Minimization (Donoho et. al.) Iterative methods such as Orthogonal Matching Pursuit (Tropp-Gilbert) Greedy Signal Recovery and Uniform Uncertainty Principles p.5/24

13 L1-Minimization Methods The sparse recovery problem can be stated as solving the optimization problem: min z 0 subject to Φz = Φv Greedy Signal Recovery and Uniform Uncertainty Principles p.6/24

14 L1-Minimization Methods The sparse recovery problem can be stated as solving the optimization problem: min z 0 subject to Φz = Φv For certain measurement matrices Φ this hard problem is equivalent to: min u 1 subject to Φu = Φv (Donoho, Candès-Tao) Greedy Signal Recovery and Uniform Uncertainty Principles p.6/24

15 Restricted Isometry Condition A measurement matrix Φ satisfies the Restricted Isometry Condition (RIC) with parameters (m, ε) for ε (0, 1) if we have (1 ε) v 2 Φv 2 (1+ε) v 2 m-sparse v. Greedy Signal Recovery and Uniform Uncertainty Principles p.7/24

16 Restricted Isometry Condition A measurement matrix Φ satisfies the Restricted Isometry Condition (RIC) with parameters (m, ε) for ε (0, 1) if we have (1 ε) v 2 Φv 2 (1+ε) v 2 m-sparse v. Every set of n columns of Φ forms approximately an orthonormal system. Greedy Signal Recovery and Uniform Uncertainty Principles p.7/24

17 L1 and the RIC Assume that the measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (2n, 2 1). Greedy Signal Recovery and Uniform Uncertainty Principles p.8/24

18 L1 and the RIC Assume that the measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (2n, 2 1). Then the L 1 method recovers any n-sparse vector. (Candes-Tao) Greedy Signal Recovery and Uniform Uncertainty Principles p.8/24

19 L1 and the RIC Assume that the measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (2n, 2 1). Then the L 1 method recovers any n-sparse vector. (Candes-Tao) What kinds of matrices satisfy the RIC? Greedy Signal Recovery and Uniform Uncertainty Principles p.8/24

20 L1 and the RIC Assume that the measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (2n, 2 1). Then the L 1 method recovers any n-sparse vector. (Candes-Tao) What kinds of matrices satisfy the RIC? Random Gaussian, Bernoulli, and partial Fourier matrices, with N n polylog d. Greedy Signal Recovery and Uniform Uncertainty Principles p.8/24

21 Greedy Algorithms: OMP Orthogonal Matching Pursuit (Tropp-Gilbert) finds the support of the n-sparse signal v progressively. Greedy Signal Recovery and Uniform Uncertainty Principles p.9/24

22 Greedy Algorithms: OMP Orthogonal Matching Pursuit (Tropp-Gilbert) finds the support of the n-sparse signal v progressively. Once S = supp(v) is found correctly, we can recover the signal: x = Φv as v = (Φ S ) 1 x. Greedy Signal Recovery and Uniform Uncertainty Principles p.9/24

23 Greedy Algorithms: OMP ctd. At each iteration, OMP finds the largest component of u = Φ x and subtracts off that component s contribution. Greedy Signal Recovery and Uniform Uncertainty Principles p.10/24

24 Greedy Algorithms: OMP ctd. At each iteration, OMP finds the largest component of u = Φ x and subtracts off that component s contribution. For every fixed n-sparse v R d, and an N d Gaussian measurement matrix Φ, OMP recovers v with high probability, provided N n log d. Greedy Signal Recovery and Uniform Uncertainty Principles p.10/24

25 Comparing the approaches L 1 has uniform guarantees. Greedy Signal Recovery and Uniform Uncertainty Principles p.11/24

26 Comparing the approaches L 1 has uniform guarantees. OMP has no such known uniform guarantees. Greedy Signal Recovery and Uniform Uncertainty Principles p.11/24

27 Comparing the approaches L 1 has uniform guarantees. OMP has no such known uniform guarantees. L 1 is based on linear programming. Greedy Signal Recovery and Uniform Uncertainty Principles p.11/24

28 Comparing the approaches L 1 has uniform guarantees. OMP has no such known uniform guarantees. L 1 is based on linear programming. OMP is quite fast, both theoretically and experimentally. Greedy Signal Recovery and Uniform Uncertainty Principles p.11/24

29 Comparing the approaches This gap between the approaches leads us to our new algorithm, Regularized Orthogonal Matching Pursuit. Greedy Signal Recovery and Uniform Uncertainty Principles p.12/24

30 Comparing the approaches This gap between the approaches leads us to our new algorithm, Regularized Orthogonal Matching Pursuit. ROMP has polynomial running time. Greedy Signal Recovery and Uniform Uncertainty Principles p.12/24

31 Comparing the approaches This gap between the approaches leads us to our new algorithm, Regularized Orthogonal Matching Pursuit. ROMP has polynomial running time. ROMP provides uniform guarantees. Greedy Signal Recovery and Uniform Uncertainty Principles p.12/24

32 ROMP INPUT: Measurement vector x R N and sparsity level n Greedy Signal Recovery and Uniform Uncertainty Principles p.13/24

33 ROMP INPUT: Measurement vector x R N and sparsity level n OUTPUT: Index set I {1,..., d} Greedy Signal Recovery and Uniform Uncertainty Principles p.13/24

34 ROMP INPUT: Measurement vector x R N and sparsity level n OUTPUT: Index set I {1,..., d} Initialize: Set I =, r = x. Repeat until r = 0: Greedy Signal Recovery and Uniform Uncertainty Principles p.13/24

35 ROMP INPUT: Measurement vector x R N and sparsity level n OUTPUT: Index set I {1,..., d} Initialize: Set I =, r = x. Repeat until r = 0: Identify: Choose a set J of the n biggest coordinates in magnitude of u = Φ r. Greedy Signal Recovery and Uniform Uncertainty Principles p.13/24

36 ROMP ctd. Regularize: Among all subsets J 0 J with comparable coordinates: u(i) 2 u(j) for all i, j J 0, choose J 0 with the maximal energy u J0 2. Greedy Signal Recovery and Uniform Uncertainty Principles p.14/24

37 ROMP ctd. Regularize: Among all subsets J 0 J with comparable coordinates: u(i) 2 u(j) for all i, j J 0, choose J 0 with the maximal energy u J0 2. Update: the index set: I I J 0, and the residual: y = argmin x Φz 2 ; r = x Φy. z R I Greedy Signal Recovery and Uniform Uncertainty Principles p.14/24

38 Main Theorem Theorem: Stability under measurement perturbations. Assume a measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (4n,.01/ log n). Greedy Signal Recovery and Uniform Uncertainty Principles p.15/24

39 Main Theorem Theorem: Stability under measurement perturbations. Assume a measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (4n,.01/ log n). Let v be an n-sparse vector in R d. Greedy Signal Recovery and Uniform Uncertainty Principles p.15/24

40 Main Theorem Theorem: Stability under measurement perturbations. Assume a measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (4n,.01/ log n). Let v be an n-sparse vector in R d. Consider corrupted x = Φv + e. Greedy Signal Recovery and Uniform Uncertainty Principles p.15/24

41 Main Theorem Theorem: Stability under measurement perturbations. Assume a measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (4n,.01/ log n). Let v be an n-sparse vector in R d. Consider corrupted x = Φv + e. Then ROMP produces a good approximation to v: v ˆv 2 C log n e 2. Greedy Signal Recovery and Uniform Uncertainty Principles p.15/24

42 Corollary Stability of ROMP under signal perturbations. Assume a measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (8n,.01/ log n). Greedy Signal Recovery and Uniform Uncertainty Principles p.16/24

43 Corollary Stability of ROMP under signal perturbations. Assume a measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (8n,.01/ log n). Let v be an arbitrary vector in R d. Greedy Signal Recovery and Uniform Uncertainty Principles p.16/24

44 Corollary Stability of ROMP under signal perturbations. Assume a measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (8n,.01/ log n). Let v be an arbitrary vector in R d. Consider corrupted x = Φv + e. Greedy Signal Recovery and Uniform Uncertainty Principles p.16/24

45 Corollary Stability of ROMP under signal perturbations. Assume a measurement matrix Φ satisfies the Restricted Isometry Condition with parameters (8n,.01/ log n). Let v be an arbitrary vector in R d. Consider corrupted x = Φv + e. Then ROMP produces a good approximation to v 2n : ˆv v 2n 2 C ( log n e 2 + v v n 1 ). n Greedy Signal Recovery and Uniform Uncertainty Principles p.16/24

46 Remarks In the noiseless case (e = 0), note that the theorem guarantees exact reconstruction. Greedy Signal Recovery and Uniform Uncertainty Principles p.17/24

47 Remarks In the noiseless case (e = 0), note that the theorem guarantees exact reconstruction. The runtime is polynomial: In the case of unstructured matrices, the runtime is O(dNn). Greedy Signal Recovery and Uniform Uncertainty Principles p.17/24

48 Remarks In the noiseless case (e = 0), note that the theorem guarantees exact reconstruction. The runtime is polynomial: In the case of unstructured matrices, the runtime is O(dNn). The theorem gives uniform guarantees of sparse recovery. Greedy Signal Recovery and Uniform Uncertainty Principles p.17/24

49 Remarks In the noiseless case (e = 0), note that the theorem guarantees exact reconstruction. The runtime is polynomial: In the case of unstructured matrices, the runtime is O(dNn). The theorem gives uniform guarantees of sparse recovery. ROMP succeeds with no prior knowledge about the error vector e. Greedy Signal Recovery and Uniform Uncertainty Principles p.17/24

50 Empirical Results 100 Percentage of input signals recovered exactly (d=256) (Gaussian) Percentage recovered n=4 20 n=12 n=20 10 n=28 n= Number of Measurements (N) Figure 1: Sparse flat signals with Gaussian matrix. Greedy Signal Recovery and Uniform Uncertainty Principles p.18/24

51 Empirical Results ctd % Recovery Trend, d= Sparsity Level Measurements N Figure 2: Sparse flat signals, Gaussian. Greedy Signal Recovery and Uniform Uncertainty Principles p.19/24

52 Empirical Results ctd. mber of Iterations needed to reconstruct sparse compressible signals (d=10,000, N=200) (Gau 6 Number of Iterations p= p=0.7 5 p=0.9 Flat Signal Sparsity Level (n) Figure 3: Number of Iterations. Greedy Signal Recovery and Uniform Uncertainty Principles p.20/24

53 Empirical Results ctd. Normalized Recovery Error from ROMP on Perturbed Measurements, d= Error to Noise Ratio n=4 n=12 n=20 n=28 n= Measurements N Figure 4: Error to noise ratio ˆv v 2 e 2. Greedy Signal Recovery and Uniform Uncertainty Principles p.21/24

54 Empirical Results ctd. Error to Noise Ratio Normalized Recovery Error from ROMP on Perturbed Signals, d=256 n=4 n=12 n=20 n=28 n= Measurements N Figure 5: Error to noise ratio ˆv v 2n 2 v v n 1 / n. Greedy Signal Recovery and Uniform Uncertainty Principles p.22/24

55 Future Work N-Tropp-Vershynin developing Compressive Sampling Matching Pursuit (CoSaMP) Greedy Signal Recovery and Uniform Uncertainty Principles p.23/24

56 Future Work N-Tropp-Vershynin developing Compressive Sampling Matching Pursuit (CoSaMP) Selects O(n) coordinates at each iteration but adds a signal estimation step using least squares. Then prunes this estimation to make sparse. Greedy Signal Recovery and Uniform Uncertainty Principles p.23/24

57 Future Work N-Tropp-Vershynin developing Compressive Sampling Matching Pursuit (CoSaMP) Selects O(n) coordinates at each iteration but adds a signal estimation step using least squares. Then prunes this estimation to make sparse. Same uniform guarantees as ROMP, but removes the log n term in the requirement for ε Greedy Signal Recovery and Uniform Uncertainty Principles p.23/24

58 Thank you! Questions? Greedy Signal Recovery and Uniform Uncertainty Principles p.24/24

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

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

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

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

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

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

Topics in Compressed Sensing

Topics in Compressed Sensing Topics in Compressed Sensing By Deanna Needell B.S. (University of Nevada, Reno) 2003 M.A. (University of California, Davis) 2005 DISSERTATION Submitted in partial satisfaction 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

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

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

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

Exponential decay of reconstruction error from binary measurements of sparse signals

Exponential decay of reconstruction error from binary measurements of sparse signals Exponential decay of reconstruction error from binary measurements of sparse signals Deanna Needell Joint work with R. Baraniuk, S. Foucart, Y. Plan, and M. Wootters Outline Introduction Mathematical Formulation

More information

Sparse analysis Lecture V: From Sparse Approximation to Sparse Signal Recovery

Sparse analysis Lecture V: From Sparse Approximation to Sparse Signal Recovery Sparse analysis Lecture V: From Sparse Approximation to Sparse Signal Recovery Anna C. Gilbert Department of Mathematics University of Michigan Connection between... Sparse Approximation and Compressed

More information

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

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

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

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

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

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

Strengthened Sobolev inequalities for a random subspace of functions

Strengthened Sobolev inequalities for a random subspace of functions Strengthened Sobolev inequalities for a random subspace of functions Rachel Ward University of Texas at Austin April 2013 2 Discrete Sobolev inequalities Proposition (Sobolev inequality for discrete images)

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

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

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

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

Sparse analysis Lecture III: Dictionary geometry and greedy algorithms

Sparse analysis Lecture III: Dictionary geometry and greedy algorithms Sparse analysis Lecture III: Dictionary geometry and greedy algorithms Anna C. Gilbert Department of Mathematics University of Michigan Intuition from ONB Key step in algorithm: r, ϕ j = x c i ϕ i, ϕ j

More information

Signal Sparsity Models: Theory and Applications

Signal Sparsity Models: Theory and Applications Signal Sparsity Models: Theory and Applications Raja Giryes Computer Science Department, Technion Michael Elad, Technion, Haifa Israel Sangnam Nam, CMI, Marseille France Remi Gribonval, INRIA, Rennes France

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

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

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

Combining geometry and combinatorics

Combining geometry and combinatorics Combining geometry and combinatorics A unified approach to sparse signal recovery Anna C. Gilbert University of Michigan joint work with R. Berinde (MIT), P. Indyk (MIT), H. Karloff (AT&T), M. Strauss

More information

ORTHOGONAL matching pursuit (OMP) is the canonical

ORTHOGONAL matching pursuit (OMP) is the canonical IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 56, NO. 9, SEPTEMBER 2010 4395 Analysis of Orthogonal Matching Pursuit Using the Restricted Isometry Property Mark A. Davenport, Member, IEEE, and Michael

More information

Recovering overcomplete sparse representations from structured sensing

Recovering overcomplete sparse representations from structured sensing Recovering overcomplete sparse representations from structured sensing Deanna Needell Claremont McKenna College Feb. 2015 Support: Alfred P. Sloan Foundation and NSF CAREER #1348721. Joint work with Felix

More information

SParse signal recovery problem is the reconstruction of

SParse signal recovery problem is the reconstruction of An Efficient Greedy Algorithm for Sparse Recovery in Noisy Environment Hao Zhang, Gang Li, Huadong Meng arxiv:98.86v [cs.it] 3 Aug 9 Abstract Greedy algorithm are in widespread use for sparse recovery

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

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

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

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

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

Sparse Legendre expansions via l 1 minimization

Sparse Legendre expansions via l 1 minimization Sparse Legendre expansions via l 1 minimization Rachel Ward, Courant Institute, NYU Joint work with Holger Rauhut, Hausdorff Center for Mathematics, Bonn, Germany. June 8, 2010 Outline Sparse recovery

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

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

CoSaMP: Iterative Signal Recovery From Incomplete and Inaccurate Samples

CoSaMP: Iterative Signal Recovery From Incomplete and Inaccurate Samples Claremont Colleges Scholarship @ Claremont CMC Faculty Publications and Research CMC Faculty Scholarship 7-16-008 CoSaMP: Iterative Signal Recovery From Incomplete and Inaccurate Samples Deanna Needell

More information

Sparse analysis Lecture VII: Combining geometry and combinatorics, sparse matrices for sparse signal recovery

Sparse analysis Lecture VII: Combining geometry and combinatorics, sparse matrices for sparse signal recovery Sparse analysis Lecture VII: Combining geometry and combinatorics, sparse matrices for sparse signal recovery Anna C. Gilbert Department of Mathematics University of Michigan Sparse signal recovery measurements:

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

Sparse recovery for spherical harmonic expansions

Sparse recovery for spherical harmonic expansions Rachel Ward 1 1 Courant Institute, New York University Workshop Sparsity and Cosmology, Nice May 31, 2011 Cosmic Microwave Background Radiation (CMB) map Temperature is measured as T (θ, ϕ) = k k=0 l=

More information

Acceleration of Randomized Kaczmarz Method

Acceleration of Randomized Kaczmarz Method Acceleration of Randomized Kaczmarz Method Deanna Needell [Joint work with Y. Eldar] Stanford University BIRS Banff, March 2011 Problem Background Setup Setup Let Ax = b be an overdetermined consistent

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

Instance Optimal Decoding by Thresholding in Compressed Sensing

Instance Optimal Decoding by Thresholding in Compressed Sensing Instance Optimal Decoding by Thresholding in Compressed Sensing Albert Cohen, Wolfgang Dahmen, and Ronald DeVore November 1, 2008 Abstract Compressed Sensing sees to capture a discrete signal x IR N with

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

Compressive Sensing of Streams of Pulses

Compressive Sensing of Streams of Pulses Compressive Sensing of Streams of Pulses Chinmay Hegde and Richard G. Baraniuk Department of Electrical and Computer Engineering Rice University Abstract Compressive Sensing (CS) has developed as an enticing

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

Iterative Projection Methods

Iterative Projection Methods Iterative Projection Methods for noisy and corrupted systems of linear equations Deanna Needell February 1, 2018 Mathematics UCLA joint with Jamie Haddock and Jesús De Loera https://arxiv.org/abs/1605.01418

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

Compressed Sensing and Sparse Recovery

Compressed Sensing and Sparse Recovery ELE 538B: Sparsity, Structure and Inference Compressed Sensing and Sparse Recovery Yuxin Chen Princeton University, Spring 217 Outline Restricted isometry property (RIP) A RIPless theory Compressed sensing

More information

On Rank Awareness, Thresholding, and MUSIC for Joint Sparse Recovery

On Rank Awareness, Thresholding, and MUSIC for Joint Sparse Recovery On Rank Awareness, Thresholding, and MUSIC for Joint Sparse Recovery Jeffrey D. Blanchard a,1,, Caleb Leedy a,2, Yimin Wu a,2 a Department of Mathematics and Statistics, Grinnell College, Grinnell, IA

More information

Interpolation via weighted l 1 minimization

Interpolation via weighted l 1 minimization Interpolation via weighted l 1 minimization Rachel Ward University of Texas at Austin December 12, 2014 Joint work with Holger Rauhut (Aachen University) Function interpolation Given a function f : D C

More information

Stable Signal Recovery from Incomplete and Inaccurate Measurements

Stable Signal Recovery from Incomplete and Inaccurate Measurements Stable Signal Recovery from Incomplete and Inaccurate Measurements EMMANUEL J. CANDÈS California Institute of Technology JUSTIN K. ROMBERG California Institute of Technology AND TERENCE TAO University

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

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

A Tight Bound of Hard Thresholding

A Tight Bound of Hard Thresholding Journal of Machine Learning Research 18 018) 1-4 Submitted 6/16; Revised 5/17; Published 4/18 A Tight Bound of Hard Thresholding Jie Shen Department of Computer Science Rutgers University Piscataway, NJ

More information

The uniform uncertainty principle and compressed sensing Harmonic analysis and related topics, Seville December 5, 2008

The uniform uncertainty principle and compressed sensing Harmonic analysis and related topics, Seville December 5, 2008 The uniform uncertainty principle and compressed sensing Harmonic analysis and related topics, Seville December 5, 2008 Emmanuel Candés (Caltech), Terence Tao (UCLA) 1 Uncertainty principles A basic principle

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

Recovery of Compressible Signals in Unions of Subspaces

Recovery of Compressible Signals in Unions of Subspaces 1 Recovery of Compressible Signals in Unions of Subspaces Marco F. Duarte, Chinmay Hegde, Volkan Cevher, and Richard G. Baraniuk Department of Electrical and Computer Engineering Rice University Abstract

More information

Recovery Guarantees for Rank Aware Pursuits

Recovery Guarantees for Rank Aware Pursuits BLANCHARD AND DAVIES: RECOVERY GUARANTEES FOR RANK AWARE PURSUITS 1 Recovery Guarantees for Rank Aware Pursuits Jeffrey D. Blanchard and Mike E. Davies Abstract This paper considers sufficient conditions

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

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

Generalized greedy algorithms.

Generalized greedy algorithms. Generalized greedy algorithms. François-Xavier Dupé & Sandrine Anthoine LIF & I2M Aix-Marseille Université - CNRS - Ecole Centrale Marseille, Marseille ANR Greta Séminaire Parisien des Mathématiques Appliquées

More information

The Sparsest Solution of Underdetermined Linear System by l q minimization for 0 < q 1

The Sparsest Solution of Underdetermined Linear System by l q minimization for 0 < q 1 The Sparsest Solution of Underdetermined Linear System by l q minimization for 0 < q 1 Simon Foucart Department of Mathematics Vanderbilt University Nashville, TN 3784. Ming-Jun Lai Department of Mathematics,

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

Linear Convergence of Stochastic Iterative Greedy Algorithms with Sparse Constraints

Linear Convergence of Stochastic Iterative Greedy Algorithms with Sparse Constraints Claremont Colleges Scholarship @ Claremont CMC Faculty Publications and Research CMC Faculty Scholarship 7--04 Linear Convergence of Stochastic Iterative Greedy Algorithms with Sparse Constraints Nam Nguyen

More information

Designing Information Devices and Systems I Discussion 13B

Designing Information Devices and Systems I Discussion 13B EECS 6A Fall 7 Designing Information Devices and Systems I Discussion 3B. Orthogonal Matching Pursuit Lecture Orthogonal Matching Pursuit (OMP) algorithm: Inputs: A set of m songs, each of length n: S

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

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

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

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

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

Mismatch and Resolution in CS

Mismatch and Resolution in CS Mismatch and Resolution in CS Albert Fannjiang, UC Davis Coworker: Wenjing Liao, UC Davis SPIE Optics + Photonics, San Diego, August 2-25, 20 Mismatch: gridding error Band exclusion Local optimization

More information

IEEE SIGNAL PROCESSING LETTERS, VOL. 22, NO. 9, SEPTEMBER

IEEE SIGNAL PROCESSING LETTERS, VOL. 22, NO. 9, SEPTEMBER IEEE SIGNAL PROCESSING LETTERS, VOL. 22, NO. 9, SEPTEMBER 2015 1239 Preconditioning for Underdetermined Linear Systems with Sparse Solutions Evaggelia Tsiligianni, StudentMember,IEEE, Lisimachos P. Kondi,

More information

Compressed Sensing and Redundant Dictionaries

Compressed Sensing and Redundant Dictionaries Compressed Sensing and Redundant Dictionaries Holger Rauhut, Karin Schnass and Pierre Vandergheynst December 2, 2006 Abstract This article extends the concept of compressed sensing to signals that are

More information

A Greedy Search Algorithm with Tree Pruning for Sparse Signal Recovery

A Greedy Search Algorithm with Tree Pruning for Sparse Signal Recovery 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

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

Motivation Sparse Signal Recovery is an interesting area with many potential applications. Methods developed for solving sparse signal recovery proble

Motivation Sparse Signal Recovery is an interesting area with many potential applications. Methods developed for solving sparse signal recovery proble Bayesian Methods for Sparse Signal Recovery Bhaskar D Rao 1 University of California, San Diego 1 Thanks to David Wipf, Zhilin Zhang and Ritwik Giri Motivation Sparse Signal Recovery is an interesting

More information

A Tutorial on Compressive Sensing. Simon Foucart Drexel University / University of Georgia

A Tutorial on Compressive Sensing. Simon Foucart Drexel University / University of Georgia A Tutorial on Compressive Sensing Simon Foucart Drexel University / University of Georgia CIMPA13 New Trends in Applied Harmonic Analysis Mar del Plata, Argentina, 5-16 August 2013 This minicourse acts

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

Robust Principal Component Analysis

Robust Principal Component Analysis ELE 538B: Mathematics of High-Dimensional Data Robust Principal Component Analysis Yuxin Chen Princeton University, Fall 2018 Disentangling sparse and low-rank matrices Suppose we are given a matrix M

More information

New Applications of Sparse Methods in Physics. Ra Inta, Centre for Gravitational Physics, The Australian National University

New Applications of Sparse Methods in Physics. Ra Inta, Centre for Gravitational Physics, The Australian National University New Applications of Sparse Methods in Physics Ra Inta, Centre for Gravitational Physics, The Australian National University 2 Sparse methods A vector is S-sparse if it has at most S non-zero coefficients.

More information

EE 381V: Large Scale Optimization Fall Lecture 24 April 11

EE 381V: Large Scale Optimization Fall Lecture 24 April 11 EE 381V: Large Scale Optimization Fall 2012 Lecture 24 April 11 Lecturer: Caramanis & Sanghavi Scribe: Tao Huang 24.1 Review In past classes, we studied the problem of sparsity. Sparsity problem is that

More information

arxiv: v1 [math.na] 26 Nov 2009

arxiv: v1 [math.na] 26 Nov 2009 Non-convexly constrained linear inverse problems arxiv:0911.5098v1 [math.na] 26 Nov 2009 Thomas Blumensath Applied Mathematics, School of Mathematics, University of Southampton, University Road, Southampton,

More information

Fast Reconstruction Algorithms for Deterministic Sensing Matrices and Applications

Fast Reconstruction Algorithms for Deterministic Sensing Matrices and Applications Fast Reconstruction Algorithms for Deterministic Sensing Matrices and Applications Program in Applied and Computational Mathematics Princeton University NJ 08544, USA. Introduction What is Compressive

More information

Recovery of Sparse Signals via Generalized Orthogonal Matching Pursuit: A New Analysis

Recovery of Sparse Signals via Generalized Orthogonal Matching Pursuit: A New Analysis 1 Recovery of parse ignals via Generalized Orthogonal Matching Pursuit: A New Analysis Jian Wang 1,, uhyu won 3, Ping Li and Byonghyo him 3 1 Department of Electrical & Computer Engineering, Due University

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

Bayesian Methods for Sparse Signal Recovery

Bayesian Methods for Sparse Signal Recovery Bayesian Methods for Sparse Signal Recovery Bhaskar D Rao 1 University of California, San Diego 1 Thanks to David Wipf, Jason Palmer, Zhilin Zhang and Ritwik Giri Motivation Motivation Sparse Signal Recovery

More information

Research Collection. Compressive sensing a summary of reconstruction algorithms. Master Thesis. ETH Library. Author(s): Pope, Graeme

Research Collection. Compressive sensing a summary of reconstruction algorithms. Master Thesis. ETH Library. Author(s): Pope, Graeme Research Collection Master Thesis Compressive sensing a summary of reconstruction algorithms Authors): Pope, Graeme Publication Date: 009 Permanent Link: https://doi.org/10.399/ethz-a-0057637 Rights /

More information

Error Correction via Linear Programming

Error Correction via Linear Programming Error Correction via Linear Programming Emmanuel Candes and Terence Tao Applied and Computational Mathematics, Caltech, Pasadena, CA 91125 Department of Mathematics, University of California, Los Angeles,

More information

Interpolation via weighted l 1 -minimization

Interpolation via weighted l 1 -minimization Interpolation via weighted l 1 -minimization Holger Rauhut RWTH Aachen University Lehrstuhl C für Mathematik (Analysis) Mathematical Analysis and Applications Workshop in honor of Rupert Lasser Helmholtz

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

Limitations in Approximating RIP

Limitations in Approximating RIP Alok Puranik Mentor: Adrian Vladu Fifth Annual PRIMES Conference, 2015 Outline 1 Background The Problem Motivation Construction Certification 2 Planted model Planting eigenvalues Analysis Distinguishing

More information

Sparse analysis Lecture II: Hardness results for sparse approximation problems

Sparse analysis Lecture II: Hardness results for sparse approximation problems Sparse analysis Lecture II: Hardness results for sparse approximation problems Anna C. Gilbert Department of Mathematics University of Michigan Sparse Problems Exact. Given a vector x R d and a complete

More information

Lecture 16 Oct. 26, 2017

Lecture 16 Oct. 26, 2017 Sketching Algorithms for Big Data Fall 2017 Prof. Piotr Indyk Lecture 16 Oct. 26, 2017 Scribe: Chi-Ning Chou 1 Overview In the last lecture we constructed sparse RIP 1 matrix via expander and showed that

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