Abstract

In Wireless Body Area Networks (WBAN) the energy consumption is dominated by sensing and communication. Recently, a simultaneous cosparsity and low-rank (SCLR) optimization model has shown the state-of-the-art performance in compressive sensing (CS) recovery of multichannel EEG signals. How to solve the resulting regularization problem, involving norm and rank function which is known as an NP-hard problem, is critical to the recovery results. SCLR takes use of norm and nuclear norm as a convex surrogate function for norm and rank function. However, norm and nuclear norm cannot well approximate the norm and rank because there exist irreparable gaps between them. In this paper, an optimization model with norm and schatten- norm is proposed to enforce cosparsity and low-rank property in the reconstructed multichannel EEG signals. An efficient iterative scheme is used to solve the resulting nonconvex optimization problem. Experimental results have demonstrated that the proposed algorithm can significantly outperform existing state-of-the-art CS methods for compressive sensing of multichannel EEG channels.

1. Introduction

The electroencephalogram (EEG) signal is one of the most frequently used biomedical signals [1, 2]. It is known that EEG signals are important health indicators for stroke and trauma; recent studies also indicate that EEG signals can be used for studying dementia and Alzheimer disease. Therefore the monitoring of these signals is of utmost importance. However, continuous EEG monitoring usually records a large number of data which is too large to be sampled and transmitted in many applications [3ā€“5]. To overcome this issue, prior studies have proposed compressive sensing (CS) [6, 7].

From fewer measurements than suggested by the Nyquist theory, compressive sensing (CS) proves that a signal can be recovered when it is sparse in a transform domain. The sampling model is formulated as follows:where is the random measurement and is the sampling matrix. CS assumes that the signal can be represented as , where is the transform domain and only contains a small number of nonzero elements. Then the synthesis based -minimization model is formulated aswhere counts the number of nonzero elements in . Many methods are proposed to solve problem (2), such as BP [6], OMP [8], and IHT [9].

Different from the traditional sparse or block sparse signal model, the cosparse signal model [10, 11] assumes that a signal multiplied by an analysis operator results in a sparse vector. The analysis based -minimization problem can be formulated:where is the analysis operator and is the cosparse vector. The above minimization problem can be efficiently solved by many methods, including GAP [10], ABS [12], AIHT [13], and ACoSaMP [14].

The cosparse analysis method has a number of advantages for multichannel EEG signals, which has been demonstrated in [15]. First, compared with the sparse synthesis model which limits the incoherence of the sampling matrix, the cosparse analysis model allows the columns of the analysis operator to be coherent, which can obtain better recovery results. Second, the sparse synthesis model firstly estimates the sparse vector and then estimates the signal, but the cosparse analysis model directly estimates the EEG signal. In a word, the cosparse analysis method is more suitable than sparse synthesis approach for CS recovery of multichannel EEG signals.

Since the EEG signals from multiple channels are correlated with each other, they motivate us to recover multichannel EEG signals via low-rank regularization [16ā€“18]. Recently, a simultaneous cosparsity and low-rank (SCLR) optimization model [15] has shown the state-of-the-art performance in CS recovery of multichannel EEG signals. SCLR chooses the second-order difference matrix as the analysis operator to enforce the approximate piecewise linear structure, and it takes use of norm and nuclear norm as a convex surrogate function for norm and rank function. However, SCLR approach may obtain suboptimal results in real application since the norm and nuclear norm may not be good surrogate functions for norm and rank. There exist irreparable gaps between norm, the real rank and norm, and nuclear norm, respectively. The optimization results based on convex surrogate functions essentially deviate from the real solution of original minimization problem.

Motivated by the fact that norm can obtain a more accurate result in sparse synthesis model [19, 20], schatten- norm can efficiently recover low-rank matrix in image denoising [21, 22]. They have been proved rigorously in theory that norm and schatten- norm are equivalent to norm and rank function, respectively, when and are tend to be 0. So it is desirable to take them together to better exploit cosparsity and low-rank property of multichannel EEG signals.

In this paper, a novel CS model based on norm and schatten- norm (LQSP) is proposed for the compressive sensing recovery of multichannel EEG signals reconstruction. We take use of norm for the norm to enforce cosparsity prior and employ schatten- norm for the matrix rank to enforce low-rank property prior. In addition, the alternating direction method of multipliers (ADMM) is used to efficiently solve the resulting nonconvex optimization problem.

The rest of the paper is organized as follows. In Section 2, we present our proposed LQSP in detail to exploit the cosparsity and low-rank property. In Section 3, we show that the optimization problems can be solved efficiently by the alternating direction multiplier method. Then we present the numerical experiments in Section 4. Section 5 provides some concluding remarks.

2. Norm and Schatten- Norm for CS Recovery of Multichannel EEG Signals

The cosparse recovery model for multichannel EEG signals can be represented as [10]where and is the number of the channels. puts all the columns of into the column vector sequentially.

In Figure 1, we select chb01_31.edf which is used in our experiments as the test data and take the second-order difference matrix as the cosparse operator. From Figure 1, we can see that most entries of the cosparse vector are nearly zero and many singular values are close to 0, which have shown that our test data naturally have both cosparsity and low-rank property. So we simultaneously exploit these two useful priors in multichannel EEG signal recovery form the compressed measurement. Then the optimization model can be reformulated as [15]

We cannot directly solve the above optimization problem that contained the norm and matrix rank function, which is known as an NP-hard problem. To obtain an approximated solution, SCLR employs norm and nuclear norm as surrogate functions for norm and matrix rank, where the norm sums all the absolute values of the entries and the nuclear norm sums all the singular values of the matrix. However, SCLR may obtain suboptimal results by using convex surrogate functions.

Motivated by the fact that norm can obtain a more accurate result in sparse synthesis model [19, 20] and schatten- norm can efficiently recover low-rank matrix in image denoising [21, 22], we propose to take use of norm and schatten- norm as nonconvex surrogate functions for norm and rank function. Then the problem can be reformulated as follows:where norm sums all the absolute values of the entries to the power of and sums all the singular values of to the power of .

3. Optimization Algorithm

It is very difficult to solve the above constrained optimization problem, so we employ ADMM, which has been widely used in compressive sensing [23ā€“25], to divide this complicated problem into simpler subproblems and address them iteratively. Figure 2 gives the flow chart of the proposed approach. By adding a set of auxiliary variables , the recovery problem can be reformulated as

The corresponding augmented Lagrangian term is where is a set of Lagrangian multipliers. Problem (8) consists of the following three subproblems: Next, we present the details for solving each subproblem.

3.1. Subproblem

subproblem is a quadratic optimization problem admitting a closed-form solutionwhere is an identity matrix.

3.2. Subproblem

subproblem is a nonconvex problem; we cannot obtain the global minimizer. But we can solve it by using an iteratively reweighted approach. Assumewhere is the weight that is computed from the previous iterative and is the th value of . Then the problem admits a closed-form solution [26].when satisfies the convergence condition, we set .

3.3. Subproblem

Unfortunately, the subproblem is also a nonconvex problem. The algorithm to solve this was derived in [23] which is called weighted singular value shrinkage.where is the SVD of and . is the th singular value of . When satisfies the convergence condition, we set (see Algorithm 1).

Input:ā€‰ā€‰, , , ,
ā€ƒā€‰ā€‰ā€ƒā€‰ā€‰, , ;
ā€ƒwhile stopping criteria unsatisfied do
ā€ƒā€ƒ(a) Solve sub-problem by computing (10);
ā€ƒā€ƒ(b) Solve sub-problem by computing (12);
ā€ƒā€ƒ(c) Solve sub-problem by computing (13);
ā€ƒā€ƒ(d) Update Lagrangian multipliers:
ā€ƒā€ƒā€‰ā€‰ā€ƒ
ā€ƒā€ƒā€‰ā€‰ā€ƒ
ā€ƒā€ƒā€‰ā€‰ā€ƒ
ā€ƒend while
Output: final reconstructed signal .

4. Numerical Experimental Results

In this section, extensive experiments are conducted to verify the performance of the proposed LQSP approach. We compare our method with SCLR based on interior point method (SCLR-I) [15], ADMM method based SCLR (SCLR-A) [15], simultaneous orthogonal matching pursuit (SOMP) [27], BSBL [5], and simultaneous greedy analysis pursuit (SGAP) [28]. The experiments are carried out on the CHB-MIT scalp EEG database which is online available in the PhysioBank database: http://www.physionet.org/cgi-bin/atm/ATM [29]. In our experiments, the EEG recording chb01_31.edf is used to demonstrate the superiority of our approach. To quantify the difference between the estimate results and the original data, MSE and MCC are used. measures the average of the squares of the errors. is the number of the experiments. is equivalent to the structural similarity index, which measures the similarity of two signals [30].

The parameter settings of CS-TSPN are as follows: the second-order difference matrix is chosen as the analysis operator; the sampling matrix is the Gaussian matrix; the number of compressive measurements is denoted by ; and are variables, which are selected from 0.1 to 0.5 by step 0.1, respectively. In order to save computational complexity, the inner iteration numbers and are set to 1. In addition, the sparse dictionary of SOMP is Daubechies wavelets.

Figures 3ā€“5 display the values of MSE, MCC, and CPU time of the different approaches for compressive sensing recovery of multichannel signals at different sensing rates. We can see that SCLR-I and SCLR-A can obtain better results than BSBL, which is reported to be the best candidate for EEG signal recovery based on sparse synthesis model. This conclusion has been demonstrated in [15]. LQSP outperforms the other ones in accuracy. The speed of LQSP is faster than SCLR-I and the same as SCLR-A. The greedy algorithms SOMP and SGAP are much faster than the rest; their accuracy is much worse and not acceptable. Therefore, it is demonstrated that our proposed LQSP approach is a better candidate for multichannel EEG signal recovery than the other methods.

It is very important to choose the proper and for LQSP. We analyze the influence of variables and on the signal recovery results. Table 1 lists all the optimal values of and at each sensing rate, from which we can find that the optimal and values are different in each case. Figure 6 shows the MCC versus value with rate = 0.3 and . Figure 7 shows the MCC versus value with rate = 0.3 and . From Figures 5 and 6, the selections of and values are crucial to our proposed approach.

5. Conclusion

In this paper, we have presented a new approach toward CS recovery of multichannel EEG signals by exploiting cosparsity and low-rank property simultaneously in a unified manner. norm and schatten- norm are used as the nonconvex surrogate functions for the norm and matrix rank, respectively, and ADMM is applied to efficiently solve the resulting nonconvex optimization problem. Experiments have shown that LQSP can achieve the superior performance compared with other competitive reconstruction algorithms with the same amount of measurements.

Competing Interests

The authors declare that they have no competing interests.

Acknowledgments

This work was supported by the Natural Science Fund for Colleges and Universities in Jiangsu Province, Grants no. 16KJB520014 and no. 14KJB520012, the Jiangsu Key Laboratory of Image and Video Understanding for Social Safety (Nanjing University of Science and Technology), Grant no. 30916014107, the National Natural Science Foundation of China, no. 61375121, and the Doctoral Scientific Research Foundation of Jinling Institute of Technology, no. Jit-b-201508.