compressive Sensing: Difference between revisions

From statwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 35: Line 35:
# The <math>\phi</math> is universal that is it will satisfy the RIP property with high probability.
# The <math>\phi</math> is universal that is it will satisfy the RIP property with high probability.
==Reconstruction Algorithm==
==Reconstruction Algorithm==
Now we are left with the task to design reconstruction algorithm.
Now we are left with the task to design reconstruction algorithm.The reconstruction algorithm must take into account the M measurements in the vector y, the random measurement matrix <math>\phi</math> and the basis <math>\psi</math>. Then reconstruct the length N signal x or its sparse coefficient vector s. Since M<N then we have s<sup>'</sup> which satisfies,<br />
<math>\theta s_{'}=y</math><br />
The justification for this is that <math>\theta s=y</math> then <math>\theta (s+r)=y</math> for any vector r in the null space <math>N(\theta)</math> of <math>\theta</math>. This leads to finding signal's sparse coefficient vector in the (N-M) dimensional translated null space <math>H=N(\theta)+s</math>, in-order to construct the signal. The reconstruction process can be attempted in the following ways,
*Minimum <math>l_2</math> norm reconstruction
*Minimum <math>l_0</math> norm reconstruction
*Minimum <math>l_1</math> norm reconstruction
==Conclusion==

Revision as of 21:10, 11 November 2010

Still under construction

Introduction

Faithfully and efficiently constructing signal from the coded signal is an age old scientific problem. Shannon/ Nyquist sampling theorem states that in-order to reconstruct signal from captured signal it should be sampled at least twice faster than the maximum signal bandwidth. However, for many practical applications like imaging system the Nyquist sampling rate is very high, paving path to look for alternative methods. To avoid high sampling rate signal compression is one such approach. In this paper summary a method of compressive sensing is outlined. Compressive sensing is a method to capture and represent compressible signals at a rate significantly below Nyquist rate. This method employs nonadaptive linear projections that maintains the structure of signals which is then reconstructed from the optimization technique as outline in <ref name="R1"> C. Dick, F. Harris, and M. Rice, “Synchronization in software defined radios—Carrier and timing recovery using FPGAs,” in Proc. IEEE Symp. Field-Programmable Custom Computing Machines, NapaValley, CA, pp. 195–204, Apr. 2000.</ref> <ref name="R2">J. Valls, T. Sansaloni, A. Perez-Pascual, V. Torres, and V. Almenar, “The use of CORDIC in software defined radios: A tutorial,” IEEE Commun. Mag., vol. 44, no. 9, pp. 46–50, Sept. 2006.</ref>.

In summary, in this paper we will learn the definition of compressible signal, constructing compressible signal and then reconstructing the compressed signal.

Compressible Signals

Let us, define a discrete time signal x such that it has following properties

  • Real valued
  • Finite length
  • One dimensional

x has [math]\displaystyle{ N \times 1 }[/math] column vector in R N with elements x[n], n=1,2,....N. To define signal in [math]\displaystyle{ R\lt sup\gt N }[/math] we define [math]\displaystyle{ N \times 1 }[/math] vectors [math]\displaystyle{ \psi^{N}_{i} }[/math]. To keep it simple assume that basis is orthonormal. Using [math]\displaystyle{ N \times N }[/math] basis matrix [math]\displaystyle{ \psi = [\psi_1|\psi_2|......|\psi_N] }[/math] , Therefore signal x can be expressed as
[math]\displaystyle{ x=\sum_{i=1}^N s_{i} \psi_{i} }[/math] or [math]\displaystyle{ x=\psi s }[/math]
Where s is [math]\displaystyle{ N \times 1 }[/math] column vector of weighting coefficients
[math]\displaystyle{ s_i=\langle x,\psi_i \rangle=\psi^{T}_i x }[/math]
The signal is K-sparse if it is a linear combination of only K basis vector. The signal will be compressible if the above representation has just few large coefficient and many small coefficients. Please note that the above definition has following inefficiency

  • The initial number of samples may be very large even if desired K is small.
  • Set of all N transform coefficient [math]\displaystyle{ s_i }[/math] must be calculated eventhough all but K of them will be discarded.
  • Localization of the large coefficients must be encoded, thus introducing overhead.

The problem statement for compressive sensing problem

Compressive sensing directly acquires the compressed signal without going through the intermediate stage of acquiring N samples. In order to achieve that a general linear measurement process is defined such that it computes [math]\displaystyle{ M \lt N }[/math] inner products between x and a collection of vectors [math]\displaystyle{ \{\phi \}_{j=1}^M }[/math] as in
[math]\displaystyle{ y_{j}=\langle x, \phi_j \rangle }[/math]
Ordering the new measurement vectors [math]\displaystyle{ y_j }[/math] in a [math]\displaystyle{ M\times 1 }[/math] vector y and the measurement vectors [math]\displaystyle{ \phi_{j}^{T} }[/math] as rows in an [math]\displaystyle{ M \times N }[/math] matrix [math]\displaystyle{ \phi }[/math]. then using previous definition we have
[math]\displaystyle{ y=\phi x=\phi \psi s=\theta s }[/math]
Where[math]\displaystyle{ \theta=\phi \psi }[/math] is an [math]\displaystyle{ M \times N }[/math] matrix. This measurement process in nonadaptive which implies that [math]\displaystyle{ \phi }[/math] is fixed and does not depend on the signal x. This now leads to following condition for designing

  • Constructing a stable measurement matrix [math]\displaystyle{ \phi }[/math] by preserving the information while reducing the dimension from N to M.
  • Designing a reconstructing algorithm such that it recovers x from y by using only [math]\displaystyle{ M \approx K }[/math] measurements.

Constructing a Stable Measurement Matrix

The measurements matrix [math]\displaystyle{ \phi }[/math] must allow the reconstruction of the signal x from [math]\displaystyle{ M \lt N }[/math]. If, x is K-sparse and the locations of the nonzero coefficients in s are known, then problem can be solved provided [math]\displaystyle{ M \geq K }[/math]. To keep this problem well conditioned we have necessary and sufficient condition as
[math]\displaystyle{ 1-\epsilon \leq \frac{\parallel \theta v\parallel_2}{\parallel v\parallel_2}\leq 1+\epsilon }[/math]
Where v is a vector sharing the same non zero entries as s and [math]\displaystyle{ \epsilon \geq 0 }[/math]. This means [math]\displaystyle{ \theta }[/math] must preserve the lengths of these particular K-sparse vectors. This condition is referred to as restricted isometry property. A similar property called incoherence is requires that the rows [math]\displaystyle{ \{\phi_j\} }[/math] of [math]\displaystyle{ \phi }[/math] cannot sparsely represent the columns [math]\displaystyle{ \{\psi_i\} }[/math] of [math]\displaystyle{ \psi }[/math]
The RIP and incoherence can be satisfied by choosing random matrix [math]\displaystyle{ \phi }[/math] most of the times. For example, let us construct a matrix [math]\displaystyle{ \phi_{j,i} }[/math] such that its matrix elements are independent and identically distributed (iid) random variables from a Gaussian probability distribution with mean zero and variance 1/N [1],[2],[4]. Therefore the measurements y are merely M different randomly weighted linear combinations of the elements of x. The matrix [math]\displaystyle{ \phi }[/math] has following properties,

  1. The incoherence property is satisfied by matrix[math]\displaystyle{ \phi }[/math].
  2. The [math]\displaystyle{ \phi }[/math] is universal that is it will satisfy the RIP property with high probability.

Reconstruction Algorithm

Now we are left with the task to design reconstruction algorithm.The reconstruction algorithm must take into account the M measurements in the vector y, the random measurement matrix [math]\displaystyle{ \phi }[/math] and the basis [math]\displaystyle{ \psi }[/math]. Then reconstruct the length N signal x or its sparse coefficient vector s. Since M<N then we have s' which satisfies,
[math]\displaystyle{ \theta s_{'}=y }[/math]
The justification for this is that [math]\displaystyle{ \theta s=y }[/math] then [math]\displaystyle{ \theta (s+r)=y }[/math] for any vector r in the null space [math]\displaystyle{ N(\theta) }[/math] of [math]\displaystyle{ \theta }[/math]. This leads to finding signal's sparse coefficient vector in the (N-M) dimensional translated null space [math]\displaystyle{ H=N(\theta)+s }[/math], in-order to construct the signal. The reconstruction process can be attempted in the following ways,

  • Minimum [math]\displaystyle{ l_2 }[/math] norm reconstruction
  • Minimum [math]\displaystyle{ l_0 }[/math] norm reconstruction
  • Minimum [math]\displaystyle{ l_1 }[/math] norm reconstruction

Conclusion