Forward-Backward Synergistic Acceleration Pursuit Algorithm Based on Compressed Sensing ()
1. Introduction
The theory of Compressed Sensing (CS) [1] [2] [3] proposed by Candes and Donoho in 2006, breaks the limitation that the traditional sampling must satisfy the Nyquist frequency and makes it possible to reconstruct low sampling rate signal. Therefore, CS is widely used in wireless sensor networks [4] [5] , magnetic resonance imaging [6] and video compression [7] etc.
The major research direction of CS includes signal sparse transformation, design of measurement matrix and signal reconstruction algorithm. The reconstruction algorithms are divided into three categories: greedy algorithms, relaxation algorithms and hybrid algorithms. Greedy algorithms are built upon a series of locally optimal single-term updates, including Matching Pursuit (MP) [8] and Orthogonal Matching Pursuit (OMP) [9] etc. Relaxation algorithms are based on convex optimization techniques, which can smooth the
norm and replace it with a continuous function that can be handled using classic optimization, including Basis Pursuit (BP) [10] and Iterative Reweighted Least-Squares (IRLS) [11] etc. Hybrid algorithms include Subspace-Pursuit (SP) [12] , Compressive Sampling Matching Pursuit (CoSaMP) [13] and Iterative Hard Thresholding (IHT) [14] etc.
FBP is a novel two-stage greedy approach proposed by N. B. Karahanoglu and H. N. Erdogan in reference [15] . It enlarges the estimated support set by
atoms in forward step and eliminates
atoms from the estimated support set in backward step. The disadvantage of the FBP is that it can only enlarge and reduce the estimated support set with a fixed step size. In view of this, Paper [16] proposed Acceleration Forward-Backward Pursuit (AFBP) algorithm, selected the high quality atoms again in backward step. Based on this, we propose the Forward-Backward Synergistic Acceleration Pursuit (FBSAP) algorithm in this paper, which can reduce the atoms selected in the forward step adaptively according to the quality of atoms. Thus the algorithm is further accelerated when we restructure sparse signals, especially the signals which have large amount of data. This greatly improves the practicability of reconstruction algorithms.
The remainder of the paper is organized as follows. Section 2 briefs the theory of CS and the FBP algorithm. Section 3 introduces the acceleration strategy we used and the specific process of FBSAP. Section 4 presents the simulation results. Finally, conclusion is present in Section 5.
2. Compressed Sensing Theory and Recovery Algorithm
2.1. The Theory of Compressed Sensing
Compressed Sensing aims at restructuring the signal by excavating its sparse feature when the information is sampled in very low sampling rate. The sampling process is represented by
(1)
where
is a K-sparse one-dimensional signal of length N, K is the number of nonzero elements in
.
is a
two-dimensional observation matrix with
.
is a one-dimensional measurement vector of length M. The purpose of CS is to obtain the signal
by using the measurement vector
and the observation matrix
.
2.2. The Forward-Backward Pursuit Algorithm
Without the sparsity K to be known a priori, FBP can reconstruct the sparse signal exactly by selecting atoms with fixed forward and backward step size in contrast to other reconstruction algorithms. The pseudo code of the FBP is given in Algorithm 1. It expands the estimated support set by selecting
atoms with highest correlation in the forward step and reduces the size of the estimated support set by eliminating
atoms with smallest contributions to the projection.

3. Forward-Backward Synergistic Acceleration Pursuit Algorithm
3.1. The Acceleration Strategy
The FBP algorithm can be accelerated by two ways: reducing
and enlarging
. The strategy mentioned in [16] has the effect of enlarging the
, but it doesn’t change the number of atoms selected in the forward step.
It is not every atom selected in the forward step correct. The wrong atoms are more if the signal is very sparse or after many iterations. A fixed number of atoms are selected in every forward step that increases the computation. We observed the correlation levels of the observation matrix and residuals at first. The results are shown in Figure 1. We found that the correlation levels
(a)
(b)
Figure 1. The correlation levels of the observation matrix and residuals. (a) The correlation level in first iteration; (b) The correlation level after some iterations.
present ladder-form. Some atoms have the same correlation level such as atoms 2-5, and there is a big ladder between them and the other atoms. The ladder is especially obvious after some iterations. The correlation level of atom 1 is significantly higher than the others. With the above analysis, it is completely unnecessary selecting
atoms in every iteration. Only need to find the last obvious ladder and choose the atoms before it. We can reduce
by this way and accelerate the algorithm.
We adopt the backward acceleration strategy proposed by [16] in this paper. The main idea of this strategy is giving the atoms corresponding weights according to the correlation levels between atoms and residuals, and then resetting the atom into support set in backward step if its cumulative weight is greater than a threshold, so that we can select multiple atoms in each iteration.
3.2. Forward-Backward Synergistic Acceleration Pursuit Algorithm
The details of FBSAP are shown in Algorithm 2. First, Calculate the correlation levels between atoms and residuals and represent them as set
, meanwhile, calculate the corresponding weights of atoms and save them to set
. Then, Calculate the differences between adjacent elements in
and represent as set
. In order to ensure the simplicity and effectiveness of the algorithm, we think there is a ladder between
and
if an element
in
is greater than threshold
. If we cannot find any ladder or the index of the last ladder is greater than
, set the forward step size
as fixed step size
. Otherwise, set
as the index of the last ladder. Next, select
atoms into support set and set the backward step size
as
. In the backward step, we eliminate
atoms from support set which have the smallest projection coefficients. Then reset the atom whose cumulative weight is greater than
into support set.

4. Experimental Results and Analysis
4.1. The Effect of Restructuring Sparse Signals
The reconstruction quality should not be reduced while improve the speed of the algorithm. So the FBSAP is compared with FBP and AFBP in three aspects, exact reconstruction rate, average normalized mean squared error (ANMSE) and running time. The signals we used are Gauss sparse signal and uniform sparse signal. The nonzero entries of Gaussian sparse signals are drawn from the standard Gaussian distribution. Nonzero elements of the uniform sparse signals are distributed uniformly in
. A different observation matrix is drawn from the Gaussian distribution with mean 0 and standard deviation
for each test signal. The simulation system information is as follows. Matlab Version: 2016a, Operating System: Windows 10(64-bit), CPU: Intel(R) Core(TM) i7-6700HQ CPU@2.60 GHz, Memory: 8 GB.
The length of signal is
. The length of measurement vector is M = 200. The sparsity
is between 10 and 90. We repeat 1000 experiments and use different sparse signal and measurement matrix for each sparsity
. The exact reconstruction rate is the ratio of accurate reconstruction times and total experiment times. The condition of accurate reconstruction is
, where
is the reconstruction vector of
. The ANMSE is represented as
(2)
The running time is represented as the total time of 1000 experiments. We set maximum support set size
and termination parameter
.
It is pointed out in [15] that FBP have the best reconstruction effect while
and
. We find that FBP has the highest exact reconstruction rate while
. So we select
and
in the tests. [16] points out that algorithm has the best effect while
,
and only consider the first
atoms. So we set
,
,
,
,
,
,
, w2 = 1.5,
. We set the ladder threshold parameter as
. The influence of
will be discuss in 4.3.
Figure 2 shows the reconstruction result for Gauss sparse signals. It is shown that the exact reconstruction rate of FBSAP is almost same as AFBP and slightly higher than FBP, the ANMSE of FBSAP is slightly lower than FBP and almost equals to AFBP. So FBSAP can ensure the success rate of reconstruction. The
(a)
(b)
(c)
Figure 2. The reconstruction result for Gauss sparse signals. (a) Exact reconstruction rate; (b) ANMSE; (c) Running time.
running time is obviously shorter than FBP and AFBP. While the signal is very sparse, the running time of AFBP is almost same as FBP. It is mentioned in [16] that the size of
is close to
, there is almost no atom is selected into support set through acceleration channel. But FBSAP has good performance, the reason is that FBSAP can greatly shorten the forward step size while the signal is very sparse.
Figure 3 are the result for uniform sparse signal. It is similar to restructuring Gauss sparse signal, FBSAP also has obvious acceleration effect while restructures uniform sparse signal.
4.2. The Acceleration Effect of FBSAP
FBSAP is accelerated by shorten forward step size. Therefore, it performs better while the size of signal is large. In order to describe the acceleration effect better, we define acceleration rate as
(3)
where
is the ith running time of acceleration algorithm,
is the ith running time of original algorithm. The acceleration rate is lower, the acceleration effect is better.
Figure 4 show the acceleration rate for Gauss sparse signals. Figure 5 are the
(a)
(b)
(c)
Figure 3. The reconstruction result for uniform sparse signals. (a) Exact reconstruction rate; (b) ANMSE; (c) Running time.
(a)
(b)
(c)
Figure 4. Acceleration rate for Gauss sparse signals. (a) N = 256, M = 100; (b) N = 512, M = 200; (c) N = 768, M = 300.
(a)
(b)
(c)
Figure 5. Acceleration rate for uniform sparse signals. (a) N = 256, M = 100; (b) N = 512, M = 200; (c) N = 768, M = 300.
result for uniform sparse signals. The figures show that the acceleration effect of FBSAP is better than AFBP for all signal sizes and sparsity levels. The acceleration effect is particularly evident when the size of signal is large and the sparsity level is low. For example, while
and
, the AFPB costs 80 percent of FBP’s running time, But FBSAP only costs 40 percent. With the decrease of sparsity, AFBP gradually loses the acceleration effect, but the effect of FBSAP become more obvious.
4.3. The Influence of Ladder Threshold Parameter
The reconstruction effect is influenced by
. The selection of
depends on the height of correlation ladder. If the value of
is too large, we will not find the accurate ladders, lose many correct atoms, and reduce the success rate of reconstruction. If it is very large, we even cannot find any ladder and completely lose the acceleration effect. If it is too small, we will find many no obvious ladders, so that select too many atoms into support set, reduce the algorithm’s speed. Therefore, it is very important to select the appropriate
.
Figure 6 are the reconstruction effect for Gauss sparse signals. The parameters of FBSAP1 to FBSAP4 are
,
,
and
. We find that the reconstruction speed is fastest while
, but the exact reconstruction rate and ANMSE is not good. A large number of experiments show that FBSAP has the best reconstruction effect when
.
5. Conclusion
We propose the Forward-Backward Synergistic Acceleration Pursuit algorithm in this paper. FBSAP is based on FBP and fuses the backward acceleration strategy proposed in AFBP. We adequately explore the correlation between candidate atoms and residuals and innovatively propose forward acceleration strategy. By adaptively adjusting the forward step size, FBSAP solves the problem that FBP can only select a fixed number of atoms in each iteration. We greatly reduce the calculation cost by reducing the number of atoms in forward step and only consume about half the time of FBP while ensuring the accuracy of reconstruction.
(a)
(b)
(c)
Figure 6. The reconstruction effect for Gauss sparse signals with different parameter. (a) Exact reconstruction rate; (b) ANMSE; (c) Acceleration rate.
Acknowledgements
This work was supported by Tianjin Key Laboratory of Optoelectronic Sensor and Sensing Network Technology.