Skip to main content

Adaptive sampling with Bayesian compressive sensing in radar sensor networks and image

Abstract

The theory of Bayesian compressive sensing is briefly introduced and the differential entropy for recovery signal is deduced. An evaluation index based on differential entropy is devised and the adaptive compressive sampling procedure without any prior information of the measured signals is presented in block manner. Numerical simulations on random step signal and real radar signal and 2D image verify that the proposed adaptive sampling algorithm has good performance. This novel algorithm offers great potential for adaptive compressive sampling in real-time radar signal and image.

Introduction

The emerging theory of compressive sensing (CS) has provided a new framework for signal acquisition and it has gained increased interests over the past few years. CS is an alternative to the Nyquist rate for the acquisition of ‘sparse’ signals. Consider a signal that is sparse in some basis (often using a wavelet-based transform coding scheme). The basic idea of CS is projecting the high-dimensional signal onto a measurement matrix, which is incoherent with the sparsifying basis, resulting to a low-dimensional sensed sequence. Then with a relatively small number of appropriately designed projection measurements, the underlying signal may be recovered exactly [1, 2]. In contrast to the common framework of first collecting as much data as possible and then discarding the redundant data by digital compression techniques, CS seeks to minimize the collection of redundant data in the acquisition step.

Despite the tremendous reduction in the number of observations required for provable success of CS methods, the traditional CS methods do suffer several drawbacks [3]. Typically, existing CS architectures are not adaptive and the number of samplings is determined before the acquisition process begins with no feedback during the acquisition process on the improved quality [4]. Even more, in measuring signal, such as radar signal, where its interest is time-varying, there may not be sufficient prior knowledge to decide appropriate CS observations.

To improve the limitations of traditional CS, several recent studies through the use of adaptive acquisition of CS observations have been proposed. A simple data-adaptive procedure based on iterative refocusing scheme was described in [3]. Although it did not require explicit knowledge of the observation noise power and enjoy the benefit of lower implementation complexity, it did not provided proper index for determining the numbers of CS observations. An algorithm called adaptive compressed sampling has been presented in [4]. While exploit wavelet tree structures found in natural images to replace the ‘universal’ acquisition of incoherent measurements, the approach based on wavelet transform limit its application. The sparsity adaptive matching pursuit (SAMP) was presented in [5]. It is a novel iterative greedy algorithm and can reconstruct signal without prior information of the signal sparsity. But, the experimental results confirmed that the SAMP was appropriate for reconstructing compressible sparse signal where its magnitudes were decayed rapidly. A Bayesian formalism for estimating the underlying signal based on CS measurements, called Bayesian Compressive Sensing (BCS), was employed in [6, 7]. It estimated “error bars” for underlying signal to give a measure of confidence in the inverted signal, but it did not move forward to propose adaptive sampling strategy.

Here, we further elaborate the BCS and present an index to determine how many samples are enough for faithful CS reconstruction without prior knowledge of underlying signal. The remainder of the article is organized as follows. In the following section, the basics of BCS as needed for this article are summarized. In Section “Adaptive compressive measurement procedure”, we proposed our adaptive procedure and evaluation index. Example results are presented in Section “Experimental demonstrate”. Conclusion and future work are discussed in Section “Conclusion”.

Background of BCS

CS has received considerable attention recently. The theory of CS states that a signal may be captured with a small set of non-adaptive, linear measurements as long as the signal is sparse in some basis (such as DCT, wavelet) [8, 9]. We can write in matrix notation:

y = Φ x + n = Φ Ψ θ + n = Θ θ + n
(1)

where Φ is a M × N measurement matrix, yRM is the vector of samples observed, and n is an M × 1 vector that represents measurement noise and error. θ is the transform coefficient vector of signal x under orthonormal basis Ψ, i.e., θ = ΨT = x. When θ contains KN non-zero elements, we need to acquire only M = O K log N / K random measurements to recover the signal x.

To recovery the signal x from CS observations, many algorithms have been presented, such as basis pursuit algorithm, matching pursuit (MP), compressed sampling MP , iteratively hard thresholding algorithm, and so on. But, these algorithms have no feedback parameters to evaluate the acquisition process and cannot adaptively observe the time-varying radar signal. The BCS consider the inversion of compressive measurement from a Bayesian perspective, which can yield “error bars” on the estimated the signal x and can be used to guide the optimal design of adaptive CS measurements [6]. In BCS, each element of transform coefficients θ is defined a zero-mean Gaussian prior:

p ( θ | α ) = i = 1 M N θ i | 0 , α i 1
(2)

with α i the precision of a Gaussian density function and α the hyper parameter considered as Gamma prior:

p ( α | a , b ) = i = 1 N Γ α i | a , b
(3)

where a and b are the shape and scale parameters of gamma distribution, respectively. So, the overall prior on θ can be evaluated as

p ( θ | a , b ) = i = 1 N 0 N θ i | 0 , α i 1 Γ α i | a , b d α i
(4)

where θ i plays the role of observed data and N θ i | 0 , α i 1 is a likelihood function. Given the CS observation y and the random measurement matrix Φ, orthonormal basis Ψ, the posterior for θ can be solved by the relevance vector machine with mean and covariance:

μ = α 0 Σ Θ T y
(5)
Σ = α 0 Θ T Θ + A 1
(6)

where A = d i a g α 1 , α 2 , α M and α0 is the reciprocal of noise variance when the noise n represented by a zero-mean Gaussian distribution. Further, the estimated posterior on the signal x is a multivariate Gaussian distribution: E x = Θ μ , C o v x = Θ Σ Θ T . So, the differential entropy for x satisfies:

h x = p x log p x d x = 1 / 2 log Σ + c o n s t
(7)

where const is independent of Θ. The differential entropy h(x) provides a measure of uncertainty x, i.e., it gives a way to determine how many measurements are enough for faithful CS reconstruction. In this article, we will introduce an adaptive CS measurement procedure base on the h(x) for radar signal and 2D image.

Adaptive compressive measurement procedure

In the theory of CS, the number of CS observations should be more than C K log N / K for the high precision signal recovery. But, it would be much larger in reality, due to the unknown of K—the sparsity of underlying signal—in advanced. It enormously limits the application of CS in some other real-time signals.

In this article, an adaptive compressive sampling procedure based on BCS and differential entropy h(x) has been proposed. The algorithm is as follows:

  1. 1.

    Construct measurement matrix ΦRN×N based on Equation (1);

  2. 2.

    Use the first p rows of Φ to obtain CS measurements yRP, and solve the h1(x) based on Equation (7);

  3. 3.

    Use the next q rows of Φ to obtain CS measurements yRq, and solve the h2(x) based on Equation (7);

  4. 4.

    Established the adaptive evaluation index S id r = h ¯ x i = 1 r h i x h ¯ x , where h ¯ x = i = 1 r h i x r , r 2

  5. 5.

    Compare S id (r) with which is the end tag. If S id r ϵ , put through the measurement and recover the signal x from CS observation. If not, go back to step () and continually use the next new q rows of Φ to obtain CS measurements yRq, and solve the h i (x), then go back to step 4.

In this algorithm, the signal acquisition is conducted in a block manner with the block size q. The p is the first block size of CS observations and a proper p can reduce the measuring time. The adaptive evaluation index S id (r) deduced by the statistical feature of differential entropy h(x) is used to judge the uncertainty of the recovered signal. The is a small positive number for procedure end tag and the measuring procedure would stop when evaluation index S id (r) is less than . That is, it can achieve high reconstruction accuracy at this moment. Due to no prior knowledge of original signal used, this algorithm is adaptive in CS observations. Meanwhile, the S id (r) can be solved with the next block CS observation acquired simultaneously, so it is real time and extremely applicable for radar signal measurement.

Experimental demonstrate

To illustrate the effectiveness of the proposed adaptive algorithm, we test its performances on random signal, actual radar signal and 2D image. In the experiments, we chose random Gaussian matrix for measurement matrix Φ, and ‘db4’ wavelet for orthonormal basis Ψ. We used the BCS package available online at http://people.ee.duke.edu/~lcarin/BCS.html, which we modified so that it would match the adaptive compressive measurement procedure. All the computations were run on a 3.20 GHz Inter Core i5 desktop PC with 2 GB RAM.

Random signals simulations

In Figure 1, we generated a step signal with random step position, step width, step amplitude, and the length N = 512. The waveform of random step signal and its wavelet transform coefficients are shown in Figure 1. It is clear that the coefficients are sparse and the signal can be measured with CS compressively.

Figure 1
figure 1

The original signal and its wavelet coefficients.

First, in the simulations, we tested whether the differential entropy h(x) can be used to determine how many samplings are enough for faithful CS reconstruction directly or not. The varying trend of reconstruction error R err = x x ' 2 x 2 and the differential entropy h(x) were showed in Figure 2 when p = 150 ; q = 20 , where x' is the recovery signal.

Figure 2
figure 2

The chart of varying trend of reconstruction error and differential entropy with p = 150, q = 20.

It is clearly showed that the differential entropy h(x) is fluctuant because of Bayesian estimation theory, and it has the different varying trend with reconstruction error. That is, h(x) cannot be used as the adaptive evaluation index directly.

Secondly, we study the performance of different p and q and depict the varying trend of reconstruction error R err = x x ' 2 x 2 and evaluation index S id (r).

Figure 3A–E demonstrates the varying curve of reconstruction error Rerr and evaluation index S id (r) with p = 50 , 100 , 150 ; q = 20 and q = 20 , 30 , 40 ; p = 100, respectively. From the simulation results, it suggests that: (1) the curve of Rerr and S id (r) has similar change trend. In other words, the evaluation index S id (r) can adaptively reflect the reconstruction error with CS observations increasing, i.e., it can be used for stop tag of CS measurement; (2) from Figure 3A–C and B,D,E, respectively, we can see that there are good adaptive evaluation results with fewer p and q, i.e., with larger number of block CS observations. In other words, we can achieve better compression ratio with less number of CS observation through favorable p and q. But, in real-time measuring, the time consume should be considered to select favorable p and q.

Figure 3
figure 3

The chart of varying trend of reconstruction error and evaluation index with different p , q . (A) p = 50, q = 20. (B) p = 150, q = 20. (C) p = 100, q = 20. (D) p = 100, q = 30. (E) p = 100, q = 40.

Real radar signals experiment

Radar signal systems are in high demand in many civilian, military, and biomedical applications. The states of art radar systems apply a large bandwidth and an increasing number of channel produce huge amount of data [10, 11]. And often the data handling is the most crucial matter of design. Achieving adequate wideband radar signal (which can be compressed into a short duration pulse) requires both a high sampling frequency and a large dynamic range. Currently available A/D conversion technology is a limiting factor in the design of ultra wideband radar systems, because in many cases the required performance is either beyond what is technologically possible or too expensive [12]. Moreover, radar sensor networks (RSN) have recently been considered to overcome the performance degradation of a single radar. Due to the expansion of data introduced to RSN, the compression of received data is a design challenge of future RSN. A topic addressed by the emerging field of CS is a radically new approach to solve these challenges.

In this part, we use the adaptive CS algorithm to measure the real radar signal. The radar signal that we use the amplitude part and ten times amplified is shown in Figure 4. The figure also shows that only small amount of wavelet coefficients are non-zero, i.e., the radar signal is sparse and can be observed by CS. Figure 5 shows that the evaluation index can reflect the change trend of reconstruction error well with no prior knowledge about radar signal.

Figure 4
figure 4

The radar signal and its wavelet coefficients.

Figure 5
figure 5

The chart of reconstruction error and evaluation index with p = 1000, q = 200.

2D image experiment

In the following experiment, the adaptive CS algorithm was used to measure the 2D image which was white “L” in black background and it has 64*64 pixels. From Figure 6, it can be showed obviously that the evaluation index has the similar varying trend with the reconstruction error. So, the presented adaptive sampling algorithm could be used in 2D signal measurement too. The recovery images of each sampling step are displayed in Figure 6 and we can see that the recovery images are nearly the same with the numbers of CS observation increasing, especially in Figure 7 (M-T). It also demonstrates that results given in Figure 6.

Figure 6
figure 6

The chart of reconstruction error and evaluation index with p = 1000, q = 200.

Figure 7
figure 7

The recovery images with increasing samplings.

Conclusion

We studied an adaptive CS algorithm based on BCS and devised an evaluation index constructed by differential entropy of estimated signal. The experimental results demonstrated that the procedure consistently effective for adaptive CS measurement.

However, there are some challenges to be overcome before an actual adaptive CS algorithm for real-time radar signal will become a reality. First, the fluctuation of stop tag should be analyzed due to the random observation. Second, a faster recovery algorithm must be designed to handle real-world signal acquisition with sufficient computational efficiency.

References

  1. Rivenson Y, Stern A: Compressed imaging with a separable sensing operator. IEEE Signal Process. Lett. 2009, 16(6):449-452.

    Article  Google Scholar 

  2. He L, Carin L: Exploiting structure in wavelet-based bayesian compressive sensing. IEEE Trans. Signal Process. 2009, 57(9):3488-3497.

    Article  MathSciNet  Google Scholar 

  3. Haupt J, Nowak R, Castro R: Adaptive sensing for sparse signal recovery, in Digital Signal Processing Workshop and 5 th IEEE Signal Processing Education Workshop. Marco Island, FL; 2009:702-707.

    Google Scholar 

  4. Averbuch A, Shai D, Shay D: Adaptive compressed image sensing using dictionaries. SIAM J. Imag. Sci. 2012, 5(1):57-89. 10.1137/110820579

    Article  MathSciNet  MATH  Google Scholar 

  5. Do TT, Lu G, Nam N, et al.: Sparsity adaptive matching pursuit algorithm for practical compressed sensing, in The 42nd Asilomar Conference on Signals . Systems and Computers, Pacific Grove, CA 2008, 10: 581-587.

    Google Scholar 

  6. Shihao J, Ya X, Carin L: Bayesian compressive sensing. IEEE Trans. Signal Process. 2008, 56(6):2346-2356.

    Article  MathSciNet  Google Scholar 

  7. Ji S, Dunson D, Carin L: Multitask compressive sensing. IEEE Trans. Signal Process. 2009, 57(1):92-106.

    Article  MathSciNet  Google Scholar 

  8. Candès E, Tao T: Near-optimal signal recovery from random projections: universal encoding strategies. IEEE Trans. Inf. Theory 2006, 52(12):12.

    Article  MathSciNet  MATH  Google Scholar 

  9. Candès E, Wakin M: An introduction to compressive sampling—a sensing/sampling paradigm that goes against the common knowledge in data acquisition. IEEE Signal Process. Mag. 2008, 25(2):21-30.

    Article  Google Scholar 

  10. Herman MA, Strohmer T: High-resolution radar via compressed sensing. IEEE Trans. Signal Process. 2009, 57(6):2275-2284.

    Article  MathSciNet  Google Scholar 

  11. Ender JHG: On compressive sensing applied to radar. Signal Process. 2010, 90(5):1402-1414. 10.1016/j.sigpro.2009.11.009

    Article  MATH  Google Scholar 

  12. Baraniuk R, Steeghs P: in IEEE Radar Conference. In Compressive radar imaging. Boston, MA; 2007:128-133.

    Google Scholar 

Download references

Acknowledgment

The authors appreciate the CS research community in Duke University for their BCS code, it made the experiments in this article very convenient. This research was supported by the High Education Science & Technology Foundation Planning Project of Tianjin (20100716), the Tianjin Natural Science Foundation (10JCYBJC00400), and the Tianjin Younger Natural Science Foundation (12JCQNJC00400).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Baoju Zhang.

Additional information

Competing interests

Both authors declare that they have no competing interests.

Authors’ contributions

WW carried out the simulations experiments and study the theory of the paper and drafted the manuscript. BZ participated in the sequence alignment. Both authors read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Wang, W., Zhang, B. Adaptive sampling with Bayesian compressive sensing in radar sensor networks and image. J Wireless Com Network 2012, 257 (2012). https://doi.org/10.1186/1687-1499-2012-257

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2012-257

Keywords