AN INTRODUCTION TO COMPRESSIVE SENSING

Size: px
Start display at page:

Download "AN INTRODUCTION TO COMPRESSIVE SENSING"

Transcription

1 AN INTRODUCTION TO COMPRESSIVE SENSING Rodrigo B. Platte School of Mathematical and Statistical Sciences APM/EEE598 Reverse Engineering of Complex Dynamical Networks

2 OUTLINE 1 INTRODUCTION 2 INCOHERENCE 3 RIP 4 POLYNOMIAL MATRICES 5 DYNAMICAL SYSTEMS AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 2 / 37

3 THE RICE DSP WEBSITE Resources for papers, codes, and more... References: Emmanuel Candès, Compressive sampling. (Proc. International Congress of Mathematics, 3, pp , Madrid, Spain, 26) Richard Baraniuk, A Lecture on Compressive Sensing. (IEEE Signal Processing Magazine, July 27) Emmanuel Candès and Michael Wakin, An introduction to compressive sampling. (IEEE Signal Processing Magazine, 25(2), pp. 21-3, March 28) m-files and some links are available in the course page AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 3 / 37

4 Some well known CS people: VIDEO LECTURES Emmanuel Candès (Stanford University) Sequence of papers with Terence Tao and Justin Romberg in 24. David Donoho (Stanford University) Richard Baraniuk (Rice University) Ronald A. DeVore (Texas A&M) Anna C. Gilbert (Univ. of Michigan) Jared Tanner (University of Edinburgh)... A good way to learn the basics of CS is to watch these IMA video lectures: IMA New Directions short courses Compressive Sampling and Frontiers in Signal Processing (two weeks long) AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 4 / 37

5 UNDERDETERMINED SYSTEMS cafeperss.com $2 AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 5 / 37

6 S N K-sparse y = UNDERDETERMINED SYSTEMS Θ S (b) t process with a random Gaussian ansform (DCT) matrix. The vector of rement process with =. There are oefficients; the measurement vector y is a length N. However, both the RIP and erated it), and the basis struct the length-n signal Solve lently, its sparse coefficient K-sparse signals, since M Ax = b, there are infinitely many s where s A= isy. m This N is because if and (s m < + N. r) = y for any vector space N ( ) of. Therefor reconstruction algorithm a the signal s sparse coefficie the (N M)-dimensional tr space H = N ( ) + s. Minimum l 2 norm rec Define the l p norm of th ( s p ) p = N i=1 s i p. Th approach to inverse prob type is to find the vector AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 6 / 37

7 erated it), and the basis S UNDERDETERMINED SYSTEMS y Θ S struct the length-n signal Solve lently, its sparse coefficient N = K-sparse signals, since M K-sparse Ax = b, there are infinitely many s where s A= isy. m This N is because if and (s m < + N. r) = y for any vector space N ( ) of. Therefor In CS we want to obtain sparse (b) solutions, i.e., x reconstruction j, for several j algorithm s. a t process with a random Gaussian the signal s sparse coefficie ansform (DCT) matrix. The vector of the (N M)-dimensional tr rement process with =. There are space H = N ( ) + s. oefficients; the measurement vector y is a Minimum l 2 norm rec Define the l p norm of th ( s p ) p = N i=1 s i p. Th approach to inverse prob length AN INTRODUCTION N. However, TO COMPRESSIVE both SENSING the R. PLATTE RIP and MATHEMATICS type AND is STATISTICS to find the vector 6 / 37

8 erated it), and the basis S UNDERDETERMINED SYSTEMS y Θ S struct the length-n signal Solve lently, its sparse coefficient N = K-sparse signals, since M K-sparse Ax = b, there are infinitely many s where s A= isy. m This N is because if and (s m < + N. r) = y for any vector space N ( ) of. Therefor In CS we want to obtain sparse (b) solutions, i.e., x reconstruction j, for several j algorithm s. a One option: Minimize x t process with a random Gaussian l1 subject to Ax = b. the signal s sparse coefficie ansform (DCT) matrix. The vector of the (N M)-dimensional tr rement process with =. There are space H = N ( ) + s. oefficients; the measurement x lp = ( xvector p + x y 2 is p a+ + x N p) 1/p Minimum l 2 norm rec Define the l p norm of th Why p = 1? ( s p ) p = N i=1 s i p. Th Remark: the location of nonzero x j s is not known in advance. approach to inverse prob length AN INTRODUCTION N. However, TO COMPRESSIVE both SENSING the R. PLATTE RIP and MATHEMATICS type AND is STATISTICS to find the vector 6 / 37

9 WHY l 1? Unit ball: l, l 1/2, l 1, l 2, l 4, l x lp = ( x p + + x N p) 1/p or, for p < 1, x lp = ( x p + + x N p) x l = # of nonzero entries in x ideal (?) but leads to a NP-complete problem l p, with p < 1 is not a norm (triangular inequality). Also not practical. l 2 computationally easy but does not lead to sparse solutions. The unique solution of minimum l 2 norm is (pseudo-inverse) x = A (AA ) 1 b AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 7 / 37

10 EXAMPLE SPARSITY AND THE l 1 -NORM (2D CASE) a 1 x 1 + a 2 x 2 = b x2!.5!1!1.5!1.5!1! x 1 AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 8 / 37

11 EXAMPLE l 2 SPARSITY AND THE l 1 -NORM (2D CASE) min x x 1,x x 2 2 subject to a 1 x 1 + a 2 x 2 = b x2 x x 2 2 <.8944!.5!1 x x 2 2 >.8944!1.5!1.5!1! x 1 AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 8 / 37

12 SPARSITY AND THE l 1 -NORM (2D CASE) EXAMPLE l 1 min x 1,x 2 x 1 + x 2 subject to a 1 x 1 + a 2 x 2 = b x2 x 1 + x 2 < 1!.5!1 x 1 + x 2 > 1!1.5!1.5!1! x 1 AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 8 / 37

13 MINIMIZING x l2 Recall Parseval s Formula: f (t) = N k= x kφ k (t), with φ k orthonormal in L 2. N f 2 2 = x k 2. k= Also, l 2 penalizes heavily large values, while small values don t affect the norm significantly. In general will not give a sparse representation! See matlab experiment! (Test-l1-l2.m) AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 9 / 37

14 MINIMIZING x l1 Matlab experimet! (Test-l1-l2.m) Note: solution may not be unique! Solve an optimization problem (in practice O(N 3 ) operations). Several codes are available for CS see: AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 1 / 37

15 A SIMPLE EXAMPLE f (t) = 1 N N k=1 x k sin(πkt) N = 124, number of samples: m = 5 AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 11 / 37

16 A SIMPLE EXAMPLE System of equations: f (t j ) = x k sin(πkt j ), j = k=1 SOLVE: min x l1 subject to Ax = b, where A has 5 rows and 124 columns. A j,k = sin(πkt j ), b j = f (t j ). Matlab code on Blackboard: SineExample.m (uses CVX) AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 11 / 37

17 A SIMPLE EXAMPLE original decoded Recovery of coefficients is accurate to almost machine precision! x x 2 x 2 = AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 11 / 37

18 WHY SPARSITY? Sparsity is often a good regularization criteria because most signals have structure. Take a picture! (this one has pixels) AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 12 / 37

19 WHY SPARSITY? Sparsity is often a good regularization criteria because most signals have structure. Gray scale please! AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 12 / 37

20 WHY SPARSITY? Sparsity is often a good regularization criteria because most signals have structure Find wavelet coefficients. Daubechies(6,2), 3 vanish. moments AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 12 / 37

21 WHY SPARSITY? Sparsity is often a good regularization criteria because most signals have structure. Make 75% of the coefficients zero. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 12 / 37

22 WHY SPARSITY? Sparsity is often a good regularization criteria because most signals have structure. Restored image from 25% of the coefficients. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 12 / 37

23 WHY SPARSITY? Sparsity is often a good regularization criteria because most signals have structure Relative error 3%. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 12 / 37

24 WHY SPARSITY? Sparsity is often a good regularization criteria because most signals have structure Keep only 2% of the coefficients, set 98% to zero. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 12 / 37

25 WHY SPARSITY? Sparsity is often a good regularization criteria because most signals have structure. Reconstructed image from 2% of the coefficients. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 12 / 37

26 SPARSITY IS NOT SUFFICIENT FOR CS TO WORK! Example: A is a finite difference matrix A maps a sparse vector x into another sparse vector y = AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 13 / 37

27 SPARSITY IS NOT SUFFICIENT FOR CS TO WORK! Example: A is a finite difference matrix A maps a sparse vector x into another sparse vector y = A few samples of y are likely to be all zeros! AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 13 / 37

28 SPARSITY IS NOT SUFFICIENT FOR CS TO WORK! The image below is sparse in physical domain and Haar wavelet coefficients. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 14 / 37

29 A GENERAL APPROACH Sample coefficients in a representation by random vectors. N y = < y, ψ k > ψ k, k=1 ψ k are obtained from orthogonalized Gaussian matrices. Ax = y Ψ Ax = Ψ y Θx = z AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 15 / 37

30 INCOHERENCE + SPARSITY IS NEEDED INCOHERENCE sparse representation sample here AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 16 / 37

31 INCOHERENCE + SPARSITY IS NEEDED INCOHERENCE sparse representation sample here THEOREM (CANDÈS, ROMBERG, TAO) Assume that x is S-sparse and that we are given K Fourier coefficients with frequencies selected uniformly at random. Suppose that the number of observations obeys K C S log N. Then minimizing l 1 reconstructs x exactly with overwhelming probability. In details, if the constant C is of the form 22(δ + 1), then the probability of success exceeds 1 O(N δ ). AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 16 / 37

32 INCOHERENCE + SPARSITY IS NEEDED NUMERICAL EXPERIMENT Signal recovered from Fourier coefficients: original decoded Code FourierSampling.m. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 16 / 37

33 INCOHERENT SAMPLING Let (Φ, Ψ) be orthonormal bases of R n. f (t) = n x i ψ i (t) and y k = f, ϕ k, k = 1,..., m. i=1 Representation matrix: Ψ = [ψ 1 ψ 2 ψ n ] Sensing matrix: Φ = [ϕ 1 ϕ 2 ϕ n ] COHERENCE BETWEEN Φ AND Ψ µ(φ, Ψ) = n max ϕ k, ψ j. 1 j,k n Remark: µ(φ, Ψ) [1, n] Upper bound: Cauchy-Schwarz Lower bound: Ψ T Φ is also orthonormal, hence ϕk, ψ j 2 = 1 max j ϕ k, ψ j 1/ n AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 17 / 37

34 f (t) = A GENERAL RESULT FOR SPARSE RECOVERY n x i ψ i (t) and y k = f, ϕ k, k = 1,..., m. i=1 Consider the optimization problem: min x x R n l 1 subject to y k = Ψx, ϕ k, k = 1,..., m. THEOREM (CANDÈS AND ROMBERG, 27) Fix f R n and suppose that the coefficient sequence x of f in the basis Ψ is s-sparse. Select m measurements in the Φ domain uniformly at random. Then if m C µ 2 (Φ, Ψ) S log(n/δ) for some positive constant C, the solution of the problem above is exact with probability exceeding 1 δ. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 18 / 37

35 EXAMPLES OF INCOHERENT BASES Φ is the identity (ϕ k (t) = δ(t k)) and Ψ is the Fourier basis. The time-frequency pair obeys µ(φ, Ψ) = 1. noiselets and Haar wavelets have coherence 2. random matrices are largely incoherent with any fixed basis Ψ (about 2 log n). Matlab example: measurementsl1.m AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 19 / 37

36 MULTIPLE SOLUTIONS OF MIN l 1 -NORM f (t) = a N 2 + a k cos(πkt) + k=1 Data: f ( 1) = 1, f () = 1, f (1) = 1 N b k sin(πkt), t [ 1, 1] k=1 AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 2 / 37

37 MULTIPLE SOLUTIONS OF MIN l 1 -NORM f (t) = a N 2 + a k cos(πkt) + k=1 Data: f ( 1) = 1, f () = 1, f (1) = 1 N b k sin(πkt), t [ 1, 1] k=1 even function: b k = Solutions of min l 1 : {a 2 = 1, a k = (k 2)}, {a 4 = 1, a k = (k 4)},.. ȦN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 2 / 37

38 THE RESTRICTED ISOMETRY PROPERTY (RIP) How about signals that are not exactly sparse? ISOMETRY CONSTANTS For each s = 1, 2,..., define δ s of a matrix A as the smallest number such that (1 δ s ) x 2 l 2 Ax 2 l 2 (1 + δ s ) x 2 l 2 holds for all s-sparse vectors x. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 21 / 37

39 THE RESTRICTED ISOMETRY PROPERTY (RIP) THEOREM (CANDÈS, 27?) Assume δ 2s < 2 1. Then x := argmin x R n x l1 subject to y = Ax x x l2 C x x s l1 s. where x s is the vector x with all but the largest s components set to. If x is s-sparse (exactly), then the recovery is exact. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 22 / 37

40 RIP - BASIC IDEA want A to preserve norm of s-sparse vectors. Ax 1 Ax should not be small for s-sparse vectors x. want < c x 1 x A(x 1 x 2 ) 2 2 for all s-sparse x. If δ 2 s = 1, then Az 2 = for a 2s-sparse z. z = x 1 x 2 with x 1 and x 2 both s-sparse. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 23 / 37

41 RIP - REMARKS the theorem above is deterministic how does one show that column vectors taken from arbitrarily subsets are nearly orthogonal? isometry constants are shown for random matrices (randomness is back) for Fourier basis m C s log 4 n RIP is too conservative (Donoho, Tanner 21) AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 24 / 37

42 POLYNOMIAL MATRICES Back to Dr. Lai s dynamical system problem: dx dt = F(x(t)), with [F(x(t))] j = k 1 k 2 (a j ) k1 k 2 k m x k1 1 k m (t)... x km m (t) This does not fit in classical CS-results. monomial basis becomes ill-conditioned even for small powers we know condition numbers of Vadermonde depend on where x is evaluated. Some CS results are available for orthogonal polynomials. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 25 / 37

43 ORTHOGONAL POLYNOMIALS For Chebyshev polynomials expansions we have that f (x) N λ k cos(k arccos(x)) k= If we let y = arccos(x) or x = cos(y), f (cos(y)) N λ k cos(ky) A Chebyshev expansion is equivalent to a cosine expansion on the variable y. Results carry over from Fourier expansions but with samples chosen independently according to the chebyshev measure k= dν(x) = π 1 (1 x 2 ) 1/2 dx AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 26 / 37

44 SPARSE LEGENDRE EXPANSIONS Rauhut and Ward (21) proved that the same type sampling applies for Legendre exapasions. How about polynomial expansions as power series? AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 27 / 37

45 Discovering Sparse Polynomials INTRODUCTION INCOHERENCE RIP POLYNOMIAL MATRICES DYNAMICAL SYSTEMS ROBERT THOMPSON S EXPRIMENTS How about if we choose just a few function values? Φ m : m randomly chosen rows of identity matrix. And assume that x is K-sparse. t d according to some distribution in ( 1, 1). f(t d1 ) f(t d2 ) y m =.. f(t dm ) m t t 1... t N x 1 t 1 t t N 1 x 2 = Φ m t N t1 N... tn N x N AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 28 / 37

46 Sparse Polynomial Discovery INTRODUCTION INCOHERENCE RIP POLYNOMIAL MATRICES DYNAMICAL SYSTEMS How Well Does It Work? ROBERT THOMPSON S EXPERIMENTS 1d polynomial recovery for N =36,uniformsampling 1d polynomial recovery for N =36,Chebyshevsampling k/m.5.5 k/m m/n m/n Each pixel, 5 experiments: choose random polynomial with k non-zero Gaussian i.i.d coefficients, measure m samples, attempt to recover polynomial coefficients. Sampling at Chebyshev points give (very) slightly better results than uniform points. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 29 / 37

47 Comparison With Chebyshev-Sparse Polynomials ROBERT THOMPSON S EXPERIMENTS Consider linear combinations of Chebyshev polynomials: y = N i=1 T i(t), T i (t) = cos(i arccos(t)) Φ m : m randomly chosen rows of identity matrix. And assume that x is K-sparse. t d according to some distribution in ( 1, 1). f(t d1 ) f(t d2 ) y m =.. f(t dm ) m T (t ) T 1 (t )... T N (t ) x 1 T (t 1 ) T 1 (t 1 )... T N (t 1 ) x 2 = Φ m T (t N ) T 1 (t N )... T N (t N ) x N AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 3 / 37

48 ow Well Does It Work? INTRODUCTION INCOHERENCE RIP POLYNOMIAL MATRICES DYNAMICAL SYSTEMS ROBERT THOMPSON S EXPERIMENTS Vandermonde 1d polynomial recovery for N =36,Chebyshevsampling Chebyshev Sparse 1d Chebyshev polynomial recovery, N = k/m k/m m/n m/n.9 Using Chebyshev basis functions, we realize improvement as m increases. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 31 / 37

49 Increasing m helps ROBERT THOMPSON S EXPERIMENTS Columns of C are orthogonal. All vectors will be distinguishable if we use full C. If we use less than full C, orthogonality is lost, some vectors start to become indistinguishable. V C AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 32 / 37

50 Discovering 2-DROBERT Sparse THOMPSON S Polynomials EXPERIMENTS What about 2-D polynomials? In natural basis: f(t, u) = x ij t i u j i+j=..q (t d,u d ) according to some distribution in ( 1, 1) ( 1, 1). f(t d1,u d1 ) f(t d2,u d2 ) y m =.. f(t dm,u dm ) m 1 t u t u t 2 u 2... x 1 t 1 u 1 t 1 u 1 t 2 1 u x 1 = Φ m.. x 1 x 11.. x 2 1 t N u N t N u N t 2 N u2 N.... AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 33 / 37

51 How Well ROBERT Does THOMPSON S It Work? EXPERIMENTS 2d polynomial recovery, N = k/m m/n.9 Similar to 1-d results. Again increasing m doesn t change much. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 34 / 37

52 Example - Logistic Map ROBERT THOMPSON S EXPERIMENTS (BACK TO DYNAMICAL SYSTEMS) x n+1 = f(x n )=rx n (1 x n ) Coefficient vector: (, r, r,,...) We can recover the system equation in chaotic regime taking about 1 sample pairs or more. 1 Sampling the logistic map, m =1 1 6 Recovery error for logistic map, r = xn c c n m AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 35 / 37

53 How Well Does It Work? INTRODUCTION INCOHERENCE RIP POLYNOMIAL MATRICES DYNAMICAL SYSTEMS ROBERT THOMPSON S EXPERIMENTS (BACK TO DYNAMICAL SYSTEMS) Sensitive to the dynamics determined by r. (Bifurcation diagram: Wikipedia). AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 36 / 37

54 FINAL REMARKS As previously pointed by Dr. Lai recovery seems impractical with monomial basis of large degree. Change of basis to orthogonal polynomials result in full coefficients. Considering small degree expansions in high dimensions what is the optimal sampling strategy? How about a system of PDEs? For example, u t = u(1 u) uv + u v t = v(1 v) + uv + v Thanks! In particular to Robert Thompson and Wen Xu. AN INTRODUCTION TO COMPRESSIVE SENSING R. PLATTE MATHEMATICS AND STATISTICS 37 / 37

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

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

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

Introduction How it works Theory behind Compressed Sensing. Compressed Sensing. Huichao Xue. CS3750 Fall 2011

Introduction How it works Theory behind Compressed Sensing. Compressed Sensing. Huichao Xue. CS3750 Fall 2011 Compressed Sensing Huichao Xue CS3750 Fall 2011 Table of Contents Introduction From News Reports Abstract Definition How it works A review of L 1 norm The Algorithm Backgrounds for underdetermined linear

More information

CS 229r: Algorithms for Big Data Fall Lecture 19 Nov 5

CS 229r: Algorithms for Big Data Fall Lecture 19 Nov 5 CS 229r: Algorithms for Big Data Fall 215 Prof. Jelani Nelson Lecture 19 Nov 5 Scribe: Abdul Wasay 1 Overview In the last lecture, we started discussing the problem of compressed sensing where we are given

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

COMPRESSED SENSING IN PYTHON

COMPRESSED SENSING IN PYTHON COMPRESSED SENSING IN PYTHON Sercan Yıldız syildiz@samsi.info February 27, 2017 OUTLINE A BRIEF INTRODUCTION TO COMPRESSED SENSING A BRIEF INTRODUCTION TO CVXOPT EXAMPLES A Brief Introduction to Compressed

More information

Lecture 22: More On Compressed Sensing

Lecture 22: More On Compressed Sensing Lecture 22: More On Compressed Sensing Scribed by Eric Lee, Chengrun Yang, and Sebastian Ament Nov. 2, 207 Recap and Introduction Basis pursuit was the method of recovering the sparsest solution to an

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

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

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

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) Matheon Workshop Compressive Sensing and Its Applications TU Berlin, December 11,

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

Lecture Notes 9: Constrained Optimization

Lecture Notes 9: Constrained Optimization Optimization-based data analysis Fall 017 Lecture Notes 9: Constrained Optimization 1 Compressed sensing 1.1 Underdetermined linear inverse problems Linear inverse problems model measurements of the form

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

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

Compressed Sensing Using Reed- Solomon and Q-Ary LDPC Codes

Compressed Sensing Using Reed- Solomon and Q-Ary LDPC Codes Compressed Sensing Using Reed- Solomon and Q-Ary LDPC Codes Item Type text; Proceedings Authors Jagiello, Kristin M. Publisher International Foundation for Telemetering Journal International Telemetering

More information

Constructing Explicit RIP Matrices and the Square-Root Bottleneck

Constructing Explicit RIP Matrices and the Square-Root Bottleneck Constructing Explicit RIP Matrices and the Square-Root Bottleneck Ryan Cinoman July 18, 2018 Ryan Cinoman Constructing Explicit RIP Matrices July 18, 2018 1 / 36 Outline 1 Introduction 2 Restricted Isometry

More information

Sparse Optimization Lecture: Sparse Recovery Guarantees

Sparse Optimization Lecture: Sparse Recovery Guarantees Those who complete this lecture will know Sparse Optimization Lecture: Sparse Recovery Guarantees Sparse Optimization Lecture: Sparse Recovery Guarantees Instructor: Wotao Yin Department of Mathematics,

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

Compressed Sensing: Lecture I. Ronald DeVore

Compressed Sensing: Lecture I. Ronald DeVore Compressed Sensing: Lecture I Ronald DeVore Motivation Compressed Sensing is a new paradigm for signal/image/function acquisition Motivation Compressed Sensing is a new paradigm for signal/image/function

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

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

Multiplicative and Additive Perturbation Effects on the Recovery of Sparse Signals on the Sphere using Compressed Sensing

Multiplicative and Additive Perturbation Effects on the Recovery of Sparse Signals on the Sphere using Compressed Sensing Multiplicative and Additive Perturbation Effects on the Recovery of Sparse Signals on the Sphere using Compressed Sensing ibeltal F. Alem, Daniel H. Chae, and Rodney A. Kennedy The Australian National

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

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

Compressive Sensing with Random Matrices

Compressive Sensing with Random Matrices Compressive Sensing with Random Matrices Lucas Connell University of Georgia 9 November 017 Lucas Connell (University of Georgia) Compressive Sensing with Random Matrices 9 November 017 1 / 18 Overview

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

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

ECE 8201: Low-dimensional Signal Models for High-dimensional Data Analysis

ECE 8201: Low-dimensional Signal Models for High-dimensional Data Analysis ECE 8201: Low-dimensional Signal Models for High-dimensional Data Analysis Lecture 7: Matrix completion Yuejie Chi The Ohio State University Page 1 Reference Guaranteed Minimum-Rank Solutions of Linear

More information

Fast Hard Thresholding with Nesterov s Gradient Method

Fast Hard Thresholding with Nesterov s Gradient Method Fast Hard Thresholding with Nesterov s Gradient Method Volkan Cevher Idiap Research Institute Ecole Polytechnique Federale de ausanne volkan.cevher@epfl.ch Sina Jafarpour Department of Computer Science

More information

Recent Developments in Compressed Sensing

Recent Developments in Compressed Sensing Recent Developments in Compressed Sensing M. Vidyasagar Distinguished Professor, IIT Hyderabad m.vidyasagar@iith.ac.in, www.iith.ac.in/ m vidyasagar/ ISL Seminar, Stanford University, 19 April 2018 Outline

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

Solution Recovery via L1 minimization: What are possible and Why?

Solution Recovery via L1 minimization: What are possible and Why? Solution Recovery via L1 minimization: What are possible and Why? Yin Zhang Department of Computational and Applied Mathematics Rice University, Houston, Texas, U.S.A. Eighth US-Mexico Workshop on Optimization

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

Compressed Sensing and Related Learning Problems

Compressed Sensing and Related Learning Problems Compressed Sensing and Related Learning Problems Yingzhen Li Dept. of Mathematics, Sun Yat-sen University Advisor: Prof. Haizhang Zhang Advisor: Prof. Haizhang Zhang 1 / Overview Overview Background Compressed

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

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

Compressed Sensing and Neural Networks

Compressed Sensing and Neural Networks and Jan Vybíral (Charles University & Czech Technical University Prague, Czech Republic) NOMAD Summer Berlin, September 25-29, 2017 1 / 31 Outline Lasso & Introduction Notation Training the network Applications

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

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

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

Compressed Sensing - Near Optimal Recovery of Signals from Highly Incomplete Measurements

Compressed Sensing - Near Optimal Recovery of Signals from Highly Incomplete Measurements Compressed Sensing - Near Optimal Recovery of Signals from Highly Incomplete Measurements Wolfgang Dahmen Institut für Geometrie und Praktische Mathematik RWTH Aachen and IMI, University of Columbia, SC

More information

MAT 585: Johnson-Lindenstrauss, Group testing, and Compressed Sensing

MAT 585: Johnson-Lindenstrauss, Group testing, and Compressed Sensing MAT 585: Johnson-Lindenstrauss, Group testing, and Compressed Sensing Afonso S. Bandeira April 9, 2015 1 The Johnson-Lindenstrauss Lemma Suppose one has n points, X = {x 1,..., x n }, in R d with d very

More information

Compressed sensing techniques for hyperspectral image recovery

Compressed sensing techniques for hyperspectral image recovery Compressed sensing techniques for hyperspectral image recovery A. Abrardo, M. Barni, C. M. Carretti, E. Magli, S. Kuiteing Kamdem, R. Vitulli ABSTRACT Compressed Sensing (CS) theory is progressively gaining

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

Random projections. 1 Introduction. 2 Dimensionality reduction. Lecture notes 5 February 29, 2016

Random projections. 1 Introduction. 2 Dimensionality reduction. Lecture notes 5 February 29, 2016 Lecture notes 5 February 9, 016 1 Introduction Random projections Random projections are a useful tool in the analysis and processing of high-dimensional data. We will analyze two applications that use

More information

Near Optimal Signal Recovery from Random Projections

Near Optimal Signal Recovery from Random Projections 1 Near Optimal Signal Recovery from Random Projections Emmanuel Candès, California Institute of Technology Multiscale Geometric Analysis in High Dimensions: Workshop # 2 IPAM, UCLA, October 2004 Collaborators:

More information

Conditions for Robust Principal Component Analysis

Conditions for Robust Principal Component Analysis Rose-Hulman Undergraduate Mathematics Journal Volume 12 Issue 2 Article 9 Conditions for Robust Principal Component Analysis Michael Hornstein Stanford University, mdhornstein@gmail.com Follow this and

More information

An Overview of Compressed Sensing

An Overview of Compressed Sensing An Overview of Compressed Sensing Nathan Schneider November 18, 2009 Abstract In a large number of applications, the system will be designed to sample at a rate equal to at least the frequency bandwidth

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

Sparsity Regularization

Sparsity Regularization Sparsity Regularization Bangti Jin Course Inverse Problems & Imaging 1 / 41 Outline 1 Motivation: sparsity? 2 Mathematical preliminaries 3 l 1 solvers 2 / 41 problem setup finite-dimensional formulation

More information

Solution-recovery in l 1 -norm for non-square linear systems: deterministic conditions and open questions

Solution-recovery in l 1 -norm for non-square linear systems: deterministic conditions and open questions Solution-recovery in l 1 -norm for non-square linear systems: deterministic conditions and open questions Yin Zhang Technical Report TR05-06 Department of Computational and Applied Mathematics Rice University,

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 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

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

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

Compressed Sensing and Linear Codes over Real Numbers

Compressed Sensing and Linear Codes over Real Numbers Compressed Sensing and Linear Codes over Real Numbers Henry D. Pfister (joint with Fan Zhang) Texas A&M University College Station Information Theory and Applications Workshop UC San Diego January 31st,

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

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

Rui ZHANG Song LI. Department of Mathematics, Zhejiang University, Hangzhou , P. R. China

Rui ZHANG Song LI. Department of Mathematics, Zhejiang University, Hangzhou , P. R. China Acta Mathematica Sinica, English Series May, 015, Vol. 31, No. 5, pp. 755 766 Published online: April 15, 015 DOI: 10.1007/s10114-015-434-4 Http://www.ActaMath.com Acta Mathematica Sinica, English Series

More information

Inverse problems, Dictionary based Signal Models and Compressed Sensing

Inverse problems, Dictionary based Signal Models and Compressed Sensing Inverse problems, Dictionary based Signal Models and Compressed Sensing Rémi Gribonval METISS project-team (audio signal processing, speech recognition, source separation) INRIA, Rennes, France Ecole d

More information

6 Compressed Sensing and Sparse Recovery

6 Compressed Sensing and Sparse Recovery 6 Compressed Sensing and Sparse Recovery Most of us have noticed how saving an image in JPEG dramatically reduces the space it occupies in our hard drives as oppose to file types that save the pixel value

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

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

Interpolation-Based Trust-Region Methods for DFO

Interpolation-Based Trust-Region Methods for DFO Interpolation-Based Trust-Region Methods for DFO Luis Nunes Vicente University of Coimbra (joint work with A. Bandeira, A. R. Conn, S. Gratton, and K. Scheinberg) July 27, 2010 ICCOPT, Santiago http//www.mat.uc.pt/~lnv

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

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

PHASE RETRIEVAL OF SPARSE SIGNALS FROM MAGNITUDE INFORMATION. A Thesis MELTEM APAYDIN

PHASE RETRIEVAL OF SPARSE SIGNALS FROM MAGNITUDE INFORMATION. A Thesis MELTEM APAYDIN PHASE RETRIEVAL OF SPARSE SIGNALS FROM MAGNITUDE INFORMATION A Thesis by MELTEM APAYDIN Submitted to the Office of Graduate and Professional Studies of Texas A&M University in partial fulfillment of the

More information

Optimisation Combinatoire et Convexe.

Optimisation Combinatoire et Convexe. Optimisation Combinatoire et Convexe. Low complexity models, l 1 penalties. A. d Aspremont. M1 ENS. 1/36 Today Sparsity, low complexity models. l 1 -recovery results: three approaches. Extensions: matrix

More information

People Hearing Without Listening: An Introduction To Compressive Sampling

People Hearing Without Listening: An Introduction To Compressive Sampling People Hearing Without Listening: An Introduction To Compressive Sampling Emmanuel J. Candès and Michael B. Wakin Applied and Computational Mathematics California Institute of Technology, Pasadena CA 91125

More information

Primal Dual Pursuit A Homotopy based Algorithm for the Dantzig Selector

Primal Dual Pursuit A Homotopy based Algorithm for the Dantzig Selector Primal Dual Pursuit A Homotopy based Algorithm for the Dantzig Selector Muhammad Salman Asif Thesis Committee: Justin Romberg (Advisor), James McClellan, Russell Mersereau School of Electrical and Computer

More information

Phase Transition Phenomenon in Sparse Approximation

Phase Transition Phenomenon in Sparse Approximation Phase Transition Phenomenon in Sparse Approximation University of Utah/Edinburgh L1 Approximation: May 17 st 2008 Convex polytopes Counting faces Sparse Representations via l 1 Regularization Underdetermined

More information

The Secrecy of Compressed Sensing Measurements

The Secrecy of Compressed Sensing Measurements The Secrecy of Compressed Sensing Measurements Yaron Rachlin and Dror Baron Abstract Results in compressed sensing describe the feasibility of reconstructing sparse signals using a small number of linear

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

Constrained optimization

Constrained optimization Constrained optimization DS-GA 1013 / MATH-GA 2824 Optimization-based Data Analysis http://www.cims.nyu.edu/~cfgranda/pages/obda_fall17/index.html Carlos Fernandez-Granda Compressed sensing Convex constrained

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

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

On the coherence barrier and analogue problems in compressed sensing

On the coherence barrier and analogue problems in compressed sensing On the coherence barrier and analogue problems in compressed sensing Clarice Poon University of Cambridge June 1, 2017 Joint work with: Ben Adcock Anders Hansen Bogdan Roman (Simon Fraser) (Cambridge)

More information

CS on CS: Computer Science insights into Compresive Sensing (and vice versa) Piotr Indyk MIT

CS on CS: Computer Science insights into Compresive Sensing (and vice versa) Piotr Indyk MIT CS on CS: Computer Science insights into Compresive Sensing (and vice versa) Piotr Indyk MIT Sparse Approximations Goal: approximate a highdimensional vector x by x that is sparse, i.e., has few nonzero

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

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

Compressed Sensing and Redundant Dictionaries

Compressed Sensing and Redundant Dictionaries Compressed Sensing and Redundant Dictionaries Holger Rauhut, Karin Schnass and Pierre Vandergheynst Abstract This article extends the concept of compressed sensing to signals that are not sparse in an

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

Sparse Recovery with Pre-Gaussian Random Matrices

Sparse Recovery with Pre-Gaussian Random Matrices Sparse Recovery with Pre-Gaussian Random Matrices Simon Foucart Laboratoire Jacques-Louis Lions Université Pierre et Marie Curie Paris, 75013, France Ming-Jun Lai Department of Mathematics University of

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 (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

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

Sparsity and Incoherence in Compressive Sampling

Sparsity and Incoherence in Compressive Sampling Sparsity and Incoherence in Compressive Sampling Emmanuel Candès and Justin Romberg Applied and Computational Mathematics, Caltech, Pasadena, CA 91125 Electrical and Computer Engineering, Georgia Tech,

More information

Z Algorithmic Superpower Randomization October 15th, Lecture 12

Z Algorithmic Superpower Randomization October 15th, Lecture 12 15.859-Z Algorithmic Superpower Randomization October 15th, 014 Lecture 1 Lecturer: Bernhard Haeupler Scribe: Goran Žužić Today s lecture is about finding sparse solutions to linear systems. The problem

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

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

Enhanced Compressive Sensing and More

Enhanced Compressive Sensing and More Enhanced Compressive Sensing and More Yin Zhang Department of Computational and Applied Mathematics Rice University, Houston, Texas, U.S.A. Nonlinear Approximation Techniques Using L1 Texas A & M University

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

RSP-Based Analysis for Sparsest and Least l 1 -Norm Solutions to Underdetermined Linear Systems

RSP-Based Analysis for Sparsest and Least l 1 -Norm Solutions to Underdetermined Linear Systems 1 RSP-Based Analysis for Sparsest and Least l 1 -Norm Solutions to Underdetermined Linear Systems Yun-Bin Zhao IEEE member Abstract Recently, the worse-case analysis, probabilistic analysis and empirical

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

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

IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 11, NOVEMBER On the Performance of Sparse Recovery

IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 11, NOVEMBER On the Performance of Sparse Recovery IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 11, NOVEMBER 2011 7255 On the Performance of Sparse Recovery Via `p-minimization (0 p 1) Meng Wang, Student Member, IEEE, Weiyu Xu, and Ao Tang, Senior

More information

Cambridge University Press The Mathematics of Signal Processing Steven B. Damelin and Willard Miller Excerpt More information

Cambridge University Press The Mathematics of Signal Processing Steven B. Damelin and Willard Miller Excerpt More information Introduction Consider a linear system y = Φx where Φ can be taken as an m n matrix acting on Euclidean space or more generally, a linear operator on a Hilbert space. We call the vector x a signal or input,

More information

Estimating Unknown Sparsity in Compressed Sensing

Estimating Unknown Sparsity in Compressed Sensing Estimating Unknown Sparsity in Compressed Sensing Miles Lopes UC Berkeley Department of Statistics CSGF Program Review July 16, 2014 early version published at ICML 2013 Miles Lopes ( UC Berkeley ) estimating

More information