Literature DB >> 31191631

An Incremental Version of L-MVU for the Feature Extraction of MI-EEG.

Mingai Li1,2, Hongwei Xi1, Xiaoqing Zhu1,2.   

Abstract

Due to the nonlinear and high-dimensional characteristics of motor imagery electroencephalography (MI-EEG), it can be challenging to get high online accuracy. As a nonlinear dimension reduction method, landmark maximum variance unfolding (L-MVU) can completely retain the nonlinear features of MI-EEG. However, L-MVU still requires considerable computation costs for out-of-sample data. An incremental version of L-MVU (denoted as IL-MVU) is proposed in this paper. The low-dimensional representation of the training data is generated by L-MVU. For each out-of-sample data, its nearest neighbors will be found in the high-dimensional training samples and the corresponding reconstruction weight matrix be calculated to generate its low-dimensional representation as well. IL-MVU is further combined with the dual-tree complex wavelet transform (DTCWT), which develops a hybrid feature extraction method (named as IL-MD). IL-MVU is applied to extract the nonlinear features of the specific subband signals, which are reconstructed by DTCWT and have the obvious event-related synchronization/event-related desynchronization phenomenon. The average energy features of α and β waves are calculated simultaneously. The two types of features are fused and are evaluated by a linear discriminant analysis classifier. Based on the two public datasets with 12 subjects, extensive experiments were conducted. The average recognition accuracies of 10-fold cross-validation are 92.50% on Dataset 3b and 88.13% on Dataset 2b, and they gain at least 1.43% and 3.45% improvement, respectively, compared to existing methods. The experimental results show that IL-MD can extract more accurate features with relatively lower consumption cost, and it also has better feature visualization and self-adaptive characteristics to subjects. The t-test results and Kappa values suggest the proposed feature extraction method reaches statistical significance and has high consistency in classification.

Entities:  

Mesh:

Year:  2019        PMID: 31191631      PMCID: PMC6525943          DOI: 10.1155/2019/4317078

Source DB:  PubMed          Journal:  Comput Intell Neurosci


1. Introduction

Brain-computer interface (BCI) system-based rehabilitation therapy aims to help disabled people control their injured limbs by external devices and ultimately repairs their damaged nerve pathways [1-3]. The key point of the BCI system is pattern recognition for motor imagery electroencephalography (MI-EEG) signals [4]. MI-EEG not only contains huge amounts of physiological information but also has a close correlation with the state of consciousness. Therefore, to ensure the accuracy of pattern recognition, it is very important to extract as many separable features as possible. In addition, practical application and the time consumption involved are other significant factors to consider [5]. MI-EEG is a complex non-linear time-varying and non-stationary biological signal with high-dimensional characteristics. The high dimension of the MI-EEG will raise the difficulty of feature extraction and have a further impact on the accuracy of pattern recognition. To solve the high-dimensional problems of MI-EEG, earlier researchers adopted dimension reduction methods in machine learning, such as principal component analysis (PCA), independent component analysis (ICA), and methods based on these. PCA replaced the original features with a smaller number of features. The new features were linear combinations of the old features, which maximized the sample variance and made the new features irrelevant to each other [6]. ICA, which usually involves PCA as its preprocess, is expected to decompose a signal into linear combinations of several statistically independent components [7]. These methods are easy to implement, and their weakness is obvious at the same time. The main weakness is that these methods will lose some important information due to ignoring the nonlinear characteristic of MI-EEG [8]. Manifold learning (ML) provides a better way to extract the feature of MI-EEG. ML can recover the structure of lower-dimensional manifolds from high-dimensional data and can help us to obtain the corresponding nonlinear embedded coordinates that are regarded as a meaningful representation of the reduced dimension of data [9]. According to the preserved relation between data points before and after dimension reduction, the methods of ML are divided into two types, the global approach and the local approach. The global approach is represented by isometric mapping (ISOMAP), and the local approach is represented by locally linear embedding (LLE) [10]. These two algorithms are the earliest proposed ML algorithms. They have been applied to the feature extraction of MI-EEG. Krivov and Belyaev [11] employed ISOMAP to preserve the geodesic distance of the covariance matrices to achieve dimension reduction. For the public dataset, classification accuracy is at the same level as the common spatial pattern (CSP) algorithm. Lee et al. [12] compared the effect of the feature extractions of PCA, ISOMAP, and LLE with each other and concluded that ISOMAP is better than LLE, although a lot of information is lost. From another perspective, the local approach, such as LLE, is greatly affected by the data noise, which means that, when we use the local approach to extract the nonlinear feature of MI-EEG, the data noise will affect the nonlinear structure and will further affect the classification accuracy. To overcome these limitations of ISOMAP and LLE, Weinberger and Saul [13] proposed a novel ML algorithm called maximum variance unfolding (MVU), which is based on semidefinite programming. MVU is used to maximize the Euclidean distance between data points on the premise that keep the distance in the neighborhood graph unchanging. It can detect the correct underlying dimensionality of the inputs and preserves information on both local angles and distances. In addition, Weinberger and Saul [14] emphasized that MVU is adapted to the data with noise or other particular applications by relaxing the distance-preserving constraints. However, the key step of MVU is to solve a semidefinition program, and it cannot process the huge dataset. In 2005, Weinberger et al. [15] developed an improved MVU algorithm called landmark MVU (L-MVU) to make it possible to process the huge dataset, which is based on semidefinite programming and kernel matrix factorization. Nevertheless, L-MVU also has a limitation in which we must employ the whole train data to reproduce the new low-dimension data points if we want to obtain the low-dimension data of new data points, which causes the excessive time consumption and further affects the implementation of the online application. Therefore, to overcome this shortcoming, a novel algorithm called incremental version of L-MVU (denoted as IL-MVU), which was inspired by the incremental algorithm of other ML algorithms, is presented [16-19]. However, merely extracting nonlinear features does not represent all of the information of MI-EEG. As we all know, MI-EEG has a clear time-frequency characteristic, and many earlier researchers obtained better results simply by extracting the time-frequency information. Wavelet transform (WT) was proposed to effectively obtain the time-frequency information of signals. The traditional WT is a continuous wavelet transform. However, researchers who are limited by the huge computation cost of WT usually employ the discrete wavelet transform (DWT), which is convenient for the computer calculations as it discretizes the scale and shift parameter of the continuous wavelet transform. Imran et al. [20] used DWT to extract the statistical features of MI-EEG and then employed PCA to reduce the dimension of the proposed feature vector. The k-nearest neighbor (KNN) classifier was employed to classify the features, and the average recognition accuracy was 78.26%. Even though the DWT is an efficient computational algorithm, it also suffers from a few intertwined shortcomings. For example, substantial artifacts were involved in the DWT-based reconstructed signal. The dual-tree complex wavelet transform (DTCWT), which overcame some deficiencies of the DWT, is a relatively recent enhancement of the DWT [21]. The real part and the imaginary part of DTCWT showed good information complementarity, which reduced the substantial aliasing of DWT. Minmin et al. [22] demonstrated the defect of aliasing. After that, they employed DTCWT and particle swarm optimization (PSO) to extract the feature of MI-EEG. The accuracy on the testing set reached 90%. DTCWT employs two real DWTs, which construct the real and imaginary parts of the transform and are the enhancements of DWT. Meng et al. [23] proposed a feature extraction method that combines DTCWT and the sample entropy. On the Dataset 1 of BCI Competition IV, the average classification accuracy rate of the four subjects is 87.25%. Bashar et al. [24] used DTCWT to extract the energy of coefficients as a feature from the relevant bands of motor imaginary, and the classification accuracy reached 91.07% with KNN classifier. From the aforementioned literates, we find that more researchers start to employ DTCWT to extract the time-frequency feature of MI-EEG. In this paper, an incremental version of the L-MVU algorithm, called IL-MVU, is presented to reduce the time consumption during the testing stage, and it is combined with DTCWT, thus forming a novel hybrid feature extraction method of MI-EEG (named as IL-MD). The DTCWT is used to reconstruct the MI-EEG with every subband, and the normalization energy features of the subband signal that corresponds to the α wave and the β wave are calculated as the time-frequency feature of MI-EEG. In the meantime, IL-MVU is executed to obtain the nonlinear feature of specific subband signals with obvious event-related synchronization (ERS)/event-related desynchronization (ERD) phenomenon. Finally, we perform feature fusion for the above two types of features. IL-MD not only guarantees recognition accuracy but also meets the requirements of the online BCI system. The remainder of the paper proceeds as follows: section 2 introduces the basic theory of the DTCWT and L-MVU algorithm. In the following section, the IL-MVU algorithm and the feature extraction method based on DTCWT and IL-MVU are introduced in detail. In section 4, the experimental steps of IL-MD are shown in details on BCI Competition 2003 Dataset 3b. The experimental results on two mentioned datasets and the discussion are shown in section 5. Finally, section 6 concludes the paper and the prospects of the future work.

2. Preliminary

2.1. Dual-Tree Complex Wavelet Transform

The decomposition of a signal with DWT will produce some frequency components that we do not expect to obtain because the low-pass and high-pass filters are not the ideal filters. In DTCWT, two real DWTs are employed to give the real and imaginary parts of the transform, and the low-pass filters of the two real DWTs should satisfy a very simple property: one should be approximately a half-sample shift of the other. In addition, DTCWT requires the first level of dual-tree filter bank (FB) to be different from the succeeding levels [25]. More details about the decomposition and reconstruction of DTCWT can be seen in Appendix.

2.2. Landmark Maximum Variance Unfolding

L-MVU was proposed to resolve the high time-consumption problem by choosing landmarks [15]. It uses the smaller matrix of inner products between randomly chosen landmarks to reformulate the semidefinite programming (SDP). It has already been applied to the dimension reduction [26] and the feature extraction of MI-EEG [27]. Assume that the dataset X ∈ R contains the high-dimensional samples x(x ∈ R, i=1,2,…, n), where D denotes the dimension of the samples and n is the number of the dataset X. The free parameters of L-MVU are the number of nearest neighbors r used to derive locally linear reconstructions, the number of landmarks m, the intrinsic dimension of the dataset d(d ≪ D, d < m), and the number of nearest neighbors k used to generate distance constraints in the SDP. Based on the parameters we set above, the steps of L-MVU are as follows. Reconstruct each x by a weighted sum of its nearest neighbors for r we have set above. The reconstruction weights can be obtained by minimizing the error function:where ∑W=1, and W=0 if x is not the r-nearest neighbor of x. Choose first m sample of X as landmarks and compute the linear transformation Q. First, we define the matrix Λ=(I − W)(I − W), and I is the n × n identity matrix. Then, partition the Λ into blocks to distinguish the m landmarks from other samples, as follows:where Λ1 is the m × m submatrix of Λ and Λ4 is the (n − m) × (n − m) submatrix of Λ. Based on formula (10), the linear transformation Q was computed as follows: Solve the SDP for the landmark kernel matrix L (m × m), which is the submatrix of the kernel matrix K in MVU. The SDP is expressed as follows. Maximize trace (QLQ) subject towhere η={0,  1} denotes whether sample x  and x is the k-nearest neighbor and the k has set earlier in this paper. Produce the low-dimensional representation of the landmarks. First, we perform the eigendecomposition for the matrix L to get eigenvalues and eigenvectors. Then, the kth element of the ith landmarks y(i=1,  2,   …,  m) can be calculated as follows:where λ  denotes the kth eigenvalues of matrix L and V denotes the ith element of the kth eigenvector. Produce the low-dimensional representation of the samples that are not selected as landmarks. These low-dimensional samples y (i=m+1,  m+2,   …,  n) are reconstructed as follows: So far, we obtain the low-dimensional representation of all samples y ∈ R   (i=1,2,   …,  n). In addition, the low-dimensional dataset is denoted as Y ∈ R.

3. Methods

3.1. Incremental L-MVU

Inspired by the instinct that L-MVU cannot meet the time-consumption requirements when processing out-of-sample data, we proposed the incremental version of L-MVU based on its basic framework, which significantly reduces the time of the feature extraction procedure. Assume that the dataset X ∈ R is the training set. The high-dimensional samples x(x ∈ R  , i=1,2,…, n), which are regarded as the training sample, are contained in X. The free parameters r, m, d, and k are set same, as described in section 2.2. In addition, there is a new parameter w that denotes the number of incremental nearest neighbors. In addition, the x denotes the points out of the dataset X. Based on the above settings, IL-MVU is divided into the training and testing parts as follows. During the training part of IL-MVU, the low-dimensional representation of x(i=1,2,   …,  n), which is denoted as y ∈ R  , is produced by the L-MVU algorithm. In addition, the low-dimensional dataset is denoted as Y ∈ R. It is worth noting that the datasets X and Y are kept in memory so that it can be used in the testing part of IL-MVU. During the testing part of IL-MVU, the new sample x is put into the dataset X and employed its w-nearest neighbors to reconstruct it in the low-dimensional space. First, we find the w-nearest neighbors of x in dataset X and define the neighbors set as Ns. Then, we compute the incremental reconstructed weight IW by minimizing the function:where ∑IW=1. Finally, the low-dimensional representation of x can be calculated by using the low-dimensional representation of its w-nearest neighbors and reconstructed weight IW, which is shown in the following:

3.2. Feature Extraction Method Based on DTCWT and IL-MVU

In this section, a novel feature extraction method called IL-MD is shown in detail. The flow chart of this method is shown in Figure 1.
Figure 1

The flow chart of IL-MD.

This method is roughly divided into five steps: signal preprocessing; signal decomposition and reconstruction based on DTCWT; average energy feature extraction; nonlinear feature extraction based on IL-MVU; and feature fusion.

3.2.1. Signal Preprocessing

According to the characteristics of the MI-EEG signal, we know that the α wave and β wave include features with relatively obvious information. In addition, the ERS/ERD phenomenon is most obvious in the C3 and C4 channels [28, 29]. Therefore, according to the average power spectrum analysis of MI-EEG of the C3 and C4 channels, we can obtain the optimal time block. The average power Pch(j)  of the ch channel can be calculated as follows:where N denotes the number of the trials and dch(i, j) represents the jth sample point of ith trial in the ch channel. Based on this, the average power spectrum of imagine left and right hands movements is drawn. In addition, the optimal time block [min, max] with the most obvious ERS/ERD phenomenon is selected according to the average power spectrum and is denoted as OT.

3.2.2. Signal Decomposition and Reconstruction Based on DTCWT

As mentioned in Section 2.1 and Appendix, a signal Sch(t) via the J-levels DTCWT decomposition obtains its complex wavelet coefficient dch and its complex scale coefficient cch, which are calculated in formula (19)–(26). With the coefficients that we obtained below, we can reconstruct the signal by using formula (27). Finally, by setting the wavelet coefficients of other levels to zero, we can obtain a signal in the specific frequency band. If the sampling frequency of the signal is fs and we perform J-Level DTCWT reconstruction to the signal, we will obtain the subband signals A, Dt, Dt ⋯ Dt1, and the corresponding frequency band ranges are [0, fs/2], [fs/2, fs/2], [fs/2, fs/2],…, [fs/22, fs/2].

3.2.3. Calculation of Average Energy Feature

As some former researchers have demonstrated, most of the motor imagine-related information is contained in the α wave (8–13 Hz, namely, μ rhythm) and the β wave (13–30 Hz, namely, β rhythm) [28]. For general reasons, the time-frequency feature extraction of this paper is in the two mentioned waves. First, as for the subband signals A, Dt, Dt ⋯ Dt1 obtained from section 3.2.2, we selected the data in the optimal time block OT, which were recorded as S1ch, S2ch,…, Sch. Then, we set a sliding time window of length 2 fs. We can calculate the energy within the sliding time windows as follows: After that, we choose signals whose frequency band is close to the α wave and the β wave, whose energy are recorded as EC3, EC4, EC3, and EC4. The normalization energy is computed as follows: The normalization energy of two subband signals in the sliding time window is calculated by sliding one sample point at a time. From above, we can obtain four energy sequences of length (max − min − 2fs +2), which are expressed as ESC3, ESC4, ESC3, and ESC4. Then, we obtain the , , , and by calculating the average value of each energy sequence. Finally, according to the ERS/ERD phenomenon, the average energy difference between the C3 conductor and the C4 conductor in the same wave of signal can be calculated as follows: As for each trial of motor imagined, we can obtain a 2-dimensional average energy feature F1, which is shown as follows:

3.2.4. Nonlinear Feature Extraction Based on IL-MVU

As for each subband signal S1ch, S2ch,…, Sch obtained from section 3.2.3, we drew the average power spectrum, as shown in section 3.2.1. Then, we obtain SspC3 and SspC4, which has the most obvious ERS/ERD phenomenon in OT. To obtain the features that are more conducive to the classification, IL-MD does the following with SspC3 and SspC4:where Sspch(u, v) denotes the vth sample point in uth motor imagine task of Sspch. Then, we obtain the initial high-dimensional feature Tr ∈ R(max − min+1)×1 of u motor imagine task as follows: After that, we construct the high-dimensional training feature set Tr ∈ R(max − min+1)× as the input of IL-MVU. Then, we set the initial parameters of IL-MVU, which is mentioned in section 3.1. As for the samples in Tr, we obtain their d-dimensional feature by calculating formula (1)–(6). And for the sample out of Tr, we should execute the training part of IL-MVU first and then calculate formula (9)-(10) to obtain its d-dimensional feature. Therefore, for any given motor imagine task, a d-dimensional nonlinear feature can be obtained, and it is denoted as F2 ∈ R.

3.2.5. Feature Fusion

To make full use of the information obtained from multiple aspects, features F1 and F2 are integrated through a serial port connection. However, the order of magnitude difference between F1 and F2 is too large to affect classification. So, as to reduce the influence of the order difference on the classification, we made F1 100 times bigger than before. Eventually, we obtain the features as follows: To verify the effectiveness of IL-MD, the linear district analysis (LDA) classifier is selected to classify the features F.

4. Experimental Research

4.1. Dataset Description

To increase the persuasiveness of IL-MD, we verify IL-MD in two public datasets. The first dataset is from BCI Competition 2003 Dataset 3b provided by BCI Lab, Graz University of Technology [29], hereinafter referred to as Dataset 3b. This dataset was composed of 280 trials from 3 subjects, of which 140 were training and 140 were used to test images of left/right hand movements. The sequence diagram of each trial is shown in Figure 2. The signal was sampled at 128 Hz. The MI-EEG channels were measured over C3, Cz, and C4 conductors, using AgCl as an electrode. The electrode placement is shown in Figure 3. The placement of the electrode obeys the 10–20 electrode system.
Figure 2

Timing schedule of Dataset 3b.

Figure 3

Electrode positions of C3, Cz, and C4.

The other dataset is from BCI Competition 2008 Datasets 2b provided by BCI Lab, Graz University of Technology [30], hereinafter referred to as Dataset 2b. This dataset consists of EEG data from 9 subjects, namely, B01–B09. For each subject, five sessions are provided, whereby the first two sessions were recorded without feedback, and the last three sessions were recorded with feedback. The MI tasks are same as the former dataset. For first two sessions, each session consisted of six runs with ten trials. The time schedule is shown in Figure 4(a), in which each trial has a short break of at least 1.5 seconds in the end. For the three online feedback sessions, four runs with positive feedback, denoted by a smiley symbol, were recorded (see Figure 4(b)), whereby each run consisted of twenty trials. Depending on the cue presented from 3 to 7.5 seconds, the subjects were required to move the smiley towards the left or right side by imagining left or right hands movements, respectively. During the feedback period, the smiley changed to green when moved in the correct direction; otherwise, it became red. Three channels of bipolar recording (C3, Cz, and C4) were acquired with a sampling frequency of 250 Hz. The electrode placement is the same as the former dataset, which is shown in Figure 3. The placement of the electrode also obeys the 10–20 electrode system.
Figure 4

Timing scheme of Datasets 2b. (a) The first two sessions contain training data without feedback and (b) the last three sessions with smiley feedback.

In this section, the proposed feature extraction method is shown in detail using Dataset 3b. The results of the two mentioned datasets are shown in the “Result and Discussion” section.

4.2. Optimal Time Block Selection

The MI is a process but not a transient result. For this reason, the features of signal in different time blocks also show differences. To obtain a better result of classification, we should select the optimal time block related to the MI task based on the ERD/ERS phenomenon and apply it to the following steps. Based on the above analysis, the average power of MI-EEG over C3 and C4 conductors under two classes of MI tasks was calculated according to formula (9). The average power spectrum of the imagined left and right hands movements is shown in Figure 5.
Figure 5

Average power spectrum of imagined left or right hand movements.

From Figure 5, it can be seen that the time block [3.5, 7.5] s shows the greatest diversity under the different MI tasks. When the sample frequency of signal is 128 Hz, the sample points corresponding to this time block are denoted as approximately [450, 1000], which correspond to the optimal time block OT, which was defined in section 3.2.1.

4.3. Subband Selection

DTCWT can divide the frequency bands accurately, which is a recent enhancement to DWT. In addition, the MI tasks always exhibit their characteristics over a given frequency band. For this reason, IL-MD obtains each subband signal of the original signal with the decomposition and reconstruction of DTCWT. Then, the optimal frequency band will be obtained by plotting the respective average power spectrum and analyzing it based on the ERS/ERD phenomenon. As mentioned in section 3.2 and in the actual situation of the dataset, the subband signal called A4, Dt4, Dt3,  Dt2, and Dt1 via 4-level DTCWT reconstruction of the original signal will be obtained, and the corresponding frequency band ranges are [0 Hz,  4 Hz], [4 Hz, 8 Hz], [8 Hz, 16 Hz], [16 Hz, 32 Hz], and [32 Hz,  64 Hz]. According to the rule of the wave division of EEG, these subband signals can correspond approximately to δ wave, θ wave, α wave, β wave, and γ wave. The average power spectrum is shown in Figure 6.
Figure 6

Average power spectrum of each subband signal with DTCWT-based reconstruction. Subband signal (a) A4 (δ wave), (b) Dt4 (θ wave), (c) Dt3 (α wave), (d) Dt2 (β wave), and (e) Dt1 (γ wave).

It can be seen in Figure 6 that the ERS/ERD phenomenon is reflected in different degrees on each subband signal. For the selected dataset, the phenomenon is barely visible in signal A4 (δ wave). In signal Dt1 (γ wave)  and signal Dt4 (θ wave), the phenomenon is only apparent in imaging right hand movement task. As for the rest two subband signals, Dt2(β wave) and Dt3(α wave) have the most obvious ERS/ERD phenomenon in the two classes of MI tasks, and Dt3(α wave) is even better than Dt2(β wave). So, signal Dt3 is selected for subsequent feature extraction on Dataset 3b. However, if the dataset is changed, the subbands selection results can be changed, namely, the multiwaves, including  δ, α, β,  and  γ, are all the candidates for different subjects. This reflects the subject-based characteristics of MI-EEG and will be proven in the following experiments. To find the difference between the subband signals reconstructed by DWT and DTCWT, the average power spectrum of signal Dt3 is shown in Figure 7. It can be seen clearly from Figure 7 that the signal reconstructed by DTCWT has more obvious ERS/ERD phenomenon than that of DWT. It is because DWT may introduce substantial artifacts in signal reconstruction and cause that the corresponding ERS/ERD phenomenon is not obvious, and further more obvious features cannot be extracted. Figure 7 illustrates that DTCWT is more suitable for the subband reconstruction of MI-EEG, thanks to its perfect reconstruction characteristics.
Figure 7

Average power spectrum of (a) Dt3 signal (α wave) reconstructed by DTCWT and (b) Dt3 signal (α wave) reconstructed by DWT.

4.4. Filter Bank Selection of DTCWT

The FB of DTCWT has several selectivities. And as section 2.1 was introduced, DTCWT requires that the first level of the dual-tree FB be different from the succeeding levels. In this paper, dtcwt-toolbox 4.3 was used to execute the decomposition and reconstruction of signals obtained from the previous section. This toolbox provides several FBs in the first level and in the succeeding levels of DTCWT. These FBs are shown in detail in Table 1.
Table 1

FB description of DTCWT.

FB in the first levelFB descriptionFB in the succeeding levelsFB description
AntoniniAntonini 9,7 tap filtersQshift_06Q-shift 10,10 tap filters
LeGallLeGall 5,3 tap filtersQshift_aQshift 10,10 tap filters∗∗
Near_Sym_aNear-symmetric 5,7 tap filtersQshift_bQ-shift 14,14 tap filters
Near_Sym_bNear-symmetric 13,19 tap filtersQshift_cQ-shift 16,16 tap filters
Qshift_dQ-shift 18,18 tap filters

Note: 6,6 nonzero taps; 10,10 nonzero taps.

Different reconstructed signals can be obtained by different combinations of these FBs. According to the classification accuracy of these reconstructed signals, the combination of the best FBs is selected for the following steps. The classification accuracy of different combinations with IL-MD is shown in Table 2. In Table 2, FB 1 denotes the FB of the first level and FB 2 denotes the FB of the succeeding levels. It can be seen that the combination of Antonini and Qshift_c obtains the highest classification accuracy. Therefore, Antonini and Qshift_c are selected as the FB in the following research.
Table 2

Classification accuracy of different FB combinations.

FB 2FB 1
Accuracy (%)
AntoniniLeGallNear_Sym_aNear_Sym_b
Qshift_0686.0786.0785.7190.00
Qshift_a90.3690.0086.0790.00
Qshift_b80.7181.7980.7192.50
Qshift_c91.0786.0790.7190.36
Qshift_d90.3690.3690.7190.36
Based on the description of section 3.2 and the selected FBs, the average energy feature can be calculated by formula (10)–(12). Finally, the 2-dimensional energy feature F1 consisting of AE and AE can be obtained and then used in the following steps.

4.5. Parameters Optimization of IL-MVU

To discover the spatial structure information hidden in the MI-EEG, IL-MVU algorithm is used to extract the nonlinear feature of subband Dt3, and CSDP 6.2.1 solver is used to solve SDP [31]. IL-MVU algorithm has five parameters that can be adjusted. They are the number of nearest neighbors r used to derive locally linear reconstructions, the number of landmarks m, the intrinsic dimension of the dataset d, the number of nearest neighbors k used to generate distance constraints in the SDP, and the number of incremental nearest neighbors w. To reduce the computational expense, parameter w is set to 4. In fact, the experimental result shows that the parameter w has almost no effect on accuracy. As for the other four parameters of IL-MVU, joint optimization is performed and evaluated by the recognition accuracy. By using the traversing methods, the optimal values of these four parameters were selected. Figure 8 illustrates the final results of parameter optimization (r = 52, m = 14). It should be noticed that the features used to classify are the combination of average energy feature F1 and nonlinear feature F2.
Figure 8

The result of parameter optimization for d and k (r = 52, m = 14).

It can be discovered that the fluctuation range of accuracy is very small when d and k are changed. This proves that the IL-MVU algorithm has good robustness. In addition, when we set r to 52, m to 14, d to 5, and k to 24, the classification accuracy reaches its peak.

4.6. Feature Visualization

To observe the separability of features extracted by IL-MD more intuitively, the feature visualization is carried out in this section. The feature visualization for the average energy feature F1 is shown in Figure 9. L and R in the legend denote imaging left and right hand movement, respectively.
Figure 9

2D feature visualization about average energy feature F1.

The horizontal and vertical axes in Figure 9 stand for the average energy difference (mentioned in formula (12) of section 3.2.3) of α wave and β wave, respectively. Figure 9 illustrates that feature F1 has shown the better separability. It has a positive effect on improving the overall accuracy rate. However, the confusion of the average energy features of the two types of MI tasks still exists. It is indicated that high classification accuracy cannot be achieved by only relying on the average energy features. Furthermore, the nonlinear feature visualization shown as Figure 10 is illustrated to compare IL-MVU with the common ML algorithms. These involved algorithms are ISOMAP [32], LLE [33], Laplacian EIGENMAPS (LE) [34], Landmark ISOMAP (L-ISOMAP) [32], Local Tangent Space Alignment (LTSA) [35], Hessian LLE(HLLE) [36], MVU, and L-MVU.
Figure 10

3D feature visualization about nonlinear feature F2 with common ML algorithms: (a) ISOMAP, (b) L-ISOMAP, (c) LE, (d) LLE, (e) LTSA, (f) HLLE, (g) MVU, (h) L-MVU, and (i) IL-MVU.

The visualization results of ISOMAP, L-ISOMAP, and LE are shown as Figures 10(a)–10(c). It can be seen clearly that these three algorithms are able to classify the MI tasks that are involved in the dataset. Furthermore, L-ISOMAP is no worse than ISOMAP in visualization. In Figures 10(d)–10(f), the features that are extracted by LLE, LTSA, and HLLE are visualized. These three methods perform dimensionality reduction by retaining local information. It can be simply assumed that these three methods retain the local relation, the first derivative, and the second derivative of local relation, respectively. The visualization results of LTSA and HLLE are not as good as LLE, which proved that it is not necessary to preserve complex local relationships. Figures 10(g)–10(i) are the visualization results of MVU and its extension algorithms. A preliminary conclusion can be drawn that MVU-based algorithms have a better effect on feature visualization compared with other ML algorithms. This is because the MVU or its extension algorithm retains more useful information in reducing dimensions with its strict constraints. Moreover, compared to MVU, L-MVU has more obvious clustering distribution. As for IL-MVU, its separability is better than that of the other two methods.

5. Results and Discussion

5.1. Results and Discussion for Dataset 3b

To verify the superiority of IL-MD, a multiaspect comparison is demonstrated in this section under the same experimental conditions. The experimental environment is the Windows 10 64 bit operating system; the CPU is Intel(R) Xeon(R) E5 2683 v3; the memory is 16 GB; and software is Matlab R2017a. The 10-fold cross-validation (CV) is used in this section to reliability of experimental results. The whole 280 trials were randomly divided into 10 packages (including 28 trials per package). One package is selected as test set every time. The ten results were averaged as the final accuracy.

5.1.1. Comparison of Different Classifiers

In addition to the feature extraction method, the classification accuracy is also affected by the classifier performance. In the following, IL-MD is employed to generate the hybrid features, and the commonly used classifiers, including LDA, k-nearest neighbors (KNN), naïve Bayes (NB), random forest (RF), logistic regression (LR), back-propagation net neural network (BP), and support vector machine (SVM), are applied to classify the features. The 10-fold CV experiment results are shown in Figure 11.
Figure 11

Classification results of different classifiers.

It is clear that the classification accuracy of LDA is higher than that of some regression classifiers, such as SVM, BP, and LR, and it also has a slight advantage over RF and KNN. The classification result of NB is worse than most of other classifiers. The classification results show that the features extracted by IL-MD do not need too complex classifiers to achieve high classification accuracy and matches best with the LDA classifier. Therefore, the LDA classifier is selected to evaluate the performance of the proposed feature extraction method.

5.1.2. Comparison with Other ML Algorithms

The proposed IL-MVU and IL-MD will be compared with the other ML methods in testing time and classification accuracy. The testing time of single sample and the 10-fold CV classification accuracy are shown in Figure 12. The parameters in the ML-based feature extraction methods have been optimized, and the classifiers are all LDA. In Figure 12, the horizontal axis denotes the single testing time of each ML method and the vertical axis denotes the recognition rates. In order to clearly demonstrate the differences in test time among various methods, the horizontal axis uses logarithmic coordinates. As we all know, an excellent feature extraction method needs to meet the requirements of high precision and low time consumption, namely, the closer to the upper left corner, the better the performance of the method.
Figure 12

Scatter diagram of ML algorithms and IL-MD.

From Figure 12, it can be seen clearly that IL-MD obtain the highest recognition rate and the lower time consumption compared with other ML algorithms. It is a benefit of the extraction of the hybrid features of MI-EEG. Furthermore, more useful information is preserved from the original data with the improved ML algorithm, i.e., IL-MVU. On the other hand, the results in Figure 12 are basically consistent with those obtained from Figure 10. Compared with ISOMAP, L-ISOMAP made great progress in recognition accuracy and time consumption. The reason is that more redundant information is discarded by choosing landmarks in the L-ISOMAP algorithm. LE obtains the lowest time consumption because this algorithm preserves less information. Therefore, the recognition accuracy of LE is the lowest too. As for the LLE-based algorithms, we can see clearly that the time consumption of LLE, LTSA, and HLLE increases successively. This is because the computation complexity of these three ML algorithms increases successively. However, the recognition accuracy reduces successively, which illustrates that LTSA and HLLE are unsuitable for the feature extraction of MI-EEG. The MVU-based algorithms have higher recognition accuracy. Thanks to the selection of landmarks, L-MVU gains a 1% improvement compared to MVU, and the time consumption has reduced rapidly. The proposed IL-MVU algorithm, which is based on the practical application, is mapped in the out-of-sample data directly on the trained manifold according to the principle of local reservation, which greatly reduces the time consumption of feature extraction. Although the time consumption of IL-MVU is further reduced to 0.31 s, which has greatly improved the performance of online recognition for MI-EEG, it shows some decrease in the recognition rate compared with L-MVU. Therefore, it is necessary to analyze the differences of the results between the L-MVU and IL-MVU. In the following, a two-sample t-test is applied to identify whether there is a significant difference when they are used for MI-EEG feature extraction. The recognition rate of L-MVU and IL-MVU with 10 sets of parameters (d, k, r, and m) is used for t-test. Assume that M and M represent the mean value of the 10-fold CV's accuracy from L-MVU and IL-MVU, S2 and S2 stand for the variance, and n and n denote the number of the results. The t-test statistic can be calculated as follows: Suppose that the null hypothesis is H0, the results of IL-MVU and L-MVU come from independent random sample from normal distributions with equal means and the alternative hypothesis is H1, the results of IL-MVU and L-MVU come from populations with unequal means. The significance level was chosen as α=0.05. The decision rule is to reject H0, if Finally, the p value is equal to 0.0135, which is less than 0.05. The null hypothesis is rejected at 0.05 significance level. Therefore, the performance of IL-MVU is significantly increased compared to L-MVU. Furthermore, combined with DTCWT, IL-MD obtains the highest recognition rate of 92.50%.

5.1.3. Comparison with DTCWT-Based Methods

The comparison results between IL-MD and the methods of MI-EEG feature extraction based on DTCWT for the same dataset are shown in Figure 13. The feature extract method DTCWT in Figure 13 only uses the time-frequency feature mentioned in section 3. The results of the comparison methods in other literatures are not the 10-fold cross-validation result.
Figure 13

Comparison with DTCWT-based methods on Dataset 3b.

Figure 13 illustrates that DTCWT combined with IL-MVU obtained the highest recognition accuracy. It was proven that these two algorithms have good complementarity when applied to the feature extraction for MI-EEG. In addition, the results of the other DTCWT-based feature extraction methods are generally higher. The reason is that the frequency band can be divided more precisely by employing DTCWT, which is consistent with the frequency characteristic of MI-EEG. Take the result of Figure 12 into consideration, we find that using DTCWT or IL-MVU alone cannot reach the recognition rate above 90%. However, when these two methods are combined with the recognition rate reaches 92.50%, which is attributed to the complementarity of DTCWT and IL-MVU.

5.2. Result and Discussion on Dataset 2b

To verify the self-adaptive characteristic of IL-MD, we extend this method to the multisubject dataset mentioned in section 4.1. Under the same experimental procedure as above, the subject-optimized performance is shown as Table 3. It is worth noting that the training and testing sets in this section are divided the same way as [37]. The training sets of every subject are shown in Table 3. Session 4 and session 5 of each subject are selected as their testing set. And the optimal time block is chosen from 3.5 s to 7 s for all subjects. The comparison with wavelet-based method is shown in Figures 14 and 15. The results of the wavelet-based method are from [37].
Table 3

Subject-optimized performance of IL-MD.

SubjectsParameters of IL-MVUTraining setWaveRecognition rate (%)
B01 d= 4, k = 6, r = 40, m = 13, w = 12S1, S2 α 82.19
B02 d = 2, k = 6, r = 30, m = 6, w = 10S3 δ 65.00
B03 d = 5, k = 4, r = 40, m = 13, w = 20S2, S3 δ 85.63
B04 d = 3, k = 4, r = 40, m = 9, w = 25S3 α,  β96.56
B05 d = 4, k = 4, r = 40, m = 9, w = 4S3 β,  γ97.81
B06 d = 4, k = 26, r = 40, m = 9, w = 4S1, S3 α,  β90.00
B07 d = 4, k = 12, r = 40, m = 9, w = 4S1, S3 α 82.50
B08 d = 2, k= 4, r= 40, m= 11, w = 16S3 α 90.94
B09 d = 3, k = 10, r = 40, m = 11, w = 8S1, S3 α,  β87.19
Figure 14

Classification rate compared with the wavelet-based method.

Figure 15

Kappa value comparison with the wavelet-based method.

From Table 3, α wave and/or β wave are commonly selected for most of the subjects. That is because they covered the frequency band range of motor imagery. And other bands, including δ wave or γ wave, have a little correlation with MI tasks for some subjects, such as B02, B03, and B05, which demonstrates the individuation characteristics of MI-EEG. Therefore, the individualized selection of the parameter of IL-MD according to the wave characteristics of the subjects becomes the key to improving the recognition rate of IL-MD. From Figure 14, we can see that the average recognition rate of IL-MD is higher than the wavelet-based method. In terms of individual subjects, IL-MD obtains the better results than that of the wavelet-based method for subjects B01, B02, B03, B05, B07, and B09, it is as good as the wavelet-based method for B08, and it is slightly lower for B04. The average recognition accuracy of IL-MD makes 3.38% improvement over the wavelet-based method. In addition, the kappa values shown in Figure 15 indicate that IL-MD performs better than the wavelet-based method for most subjects. The highest improvement is obtained for subject B03, where the kappa value increased from 0.27 to 0.71. Only B05 had a slightly lower kappa value than the wavelet-based method. Although there are large variations in kappa values for different subjects, the average kappa value of IL-MD is improved by 0.06 compared to the wavelet-based method. It also indicates very good strength of class prediction and suggests that IL-MD has high consistency in classification. IL-MD is also compared with the other methods applied to the same dataset. The experiment is finished in the same testing set, and the experiment results are shown in Table 4. The proposed feature extraction method takes an obvious advantage in the average classification accuracy and kappa value over the other methods for nine subjects. This is probably because IL-MD can excavate the individual characteristics of the subjects.
Table 4

Comparison with other methods based on Datasets 2b.

ReferenceFeature extractionAverage kappa valueAverage accuracy (%)
[38]WPD + SE-isomap0.7184.68
[39]WPD + DFFS0.7084.06
[40]Improved DFBCSP0.6381.02
[41]KL-divergence + CSP0.6277.22
[42]CNN + SAE0.6175.10
This paperIL-MD 0.74 87.19
In addition, CSP and its extension versions have been applied in feature extraction of MI-EEG and have obtained better recognition results [43]. IL-MD was further compared with CSP-based methods, including CSP, filter bank CSP (FBCSP), discriminant filter bank CSP (DFBCSP), and frequency domain CSP (FDCSP), and the experimental results on Datasets 2b are presented in Figure 16. The experimental session is selected same as [43]. All the average recognition rates in Figure 16 are 10-fold cross-validation result.
Figure 16

Comparison with CSP-based methods on Dataset 2b.

From Figure 16, it can be seen that the improved CSP method outperforms the CSP method. However, the average recognition rate of the nine subjects using the CSP method was about 80%. The average recognition rate of IL-MD reaches 88.13%, which is superior to CSP-based methods. In order to further prove the advantage of IL-MD over CSP-based method, t-test over IL-MD and the best CSP-based method (FDCSP) is added. The process of t-test is similar with section 5.1.2. The significance level was chosen as α=0.05. After being calculated, the result is equal to 0.0342, which is less than 0.05. The result of t-test illustrates that IL-MD has significant advantages compared to FDCSP.

6. Conclusions

Based on the L-MVU algorithm and the principle of local reservation, an incremental version of L-MVU, i.e., IL-MVU, is proposed. It is used for nonlinear dimension reduction of specific subband signals, acquiring the subject-based nonlinear feature of MI-EEG. In addition, DTCWT is employed to extract the normalized average energy feature of subband signals corresponding to α wave and β wave. The experimental results have an advantage in feature visualization, showing that the two types of features have good separability and an obvious cluster distribution, which results in a relative higher recognition accuracy and lower time consumption. This is helpful for promoting theoretical development of manifold learning and enhancing the adaptive characteristics of feature extraction, as well. However, there is some limitation in IL-MD. One is that it cannot be applied to the multichannel signal, and the other is that it is only suited to two motor imaginary tasks. In a future study, we intend to integrate IL-MVU with a common spatial pattern (CSP) to improve its property and to develop a broad application in BCI systems. In addition, to design a more stable BCI system, the recognition of EEG generated under high pressure will also be an important aspect of our future attention [44, 45].
  16 in total

1.  A global geometric framework for nonlinear dimensionality reduction.

Authors:  J B Tenenbaum; V de Silva; J C Langford
Journal:  Science       Date:  2000-12-22       Impact factor: 47.728

2.  Cognition. The manifold ways of perception.

Authors:  H S Seung; D D Lee
Journal:  Science       Date:  2000-12-22       Impact factor: 47.728

Review 3.  Brain-computer interfaces for communication and control.

Authors:  Jonathan R Wolpaw; Niels Birbaumer; Dennis J McFarland; Gert Pfurtscheller; Theresa M Vaughan
Journal:  Clin Neurophysiol       Date:  2002-06       Impact factor: 3.708

4.  The BCI competition. III: Validating alternative approaches to actual BCI problems.

Authors:  Benjamin Blankertz; Klaus-Robert Müller; Dean J Krusienski; Gerwin Schalk; Jonathan R Wolpaw; Alois Schlögl; Gert Pfurtscheller; José del R Millán; Michael Schröder; Niels Birbaumer
Journal:  IEEE Trans Neural Syst Rehabil Eng       Date:  2006-06       Impact factor: 3.802

5.  Hessian eigenmaps: locally linear embedding techniques for high-dimensional data.

Authors:  David L Donoho; Carrie Grimes
Journal:  Proc Natl Acad Sci U S A       Date:  2003-04-30       Impact factor: 11.205

Review 6.  Brain-computer interfaces as new brain output pathways.

Authors:  Jonathan R Wolpaw
Journal:  J Physiol       Date:  2007-01-25       Impact factor: 5.182

Review 7.  A survey of signal processing algorithms in brain-computer interfaces based on electrical brain signals.

Authors:  Ali Bashashati; Mehrdad Fatourechi; Rabab K Ward; Gary E Birch
Journal:  J Neural Eng       Date:  2007-03-27       Impact factor: 5.379

8.  Incremental nonlinear dimensionality reduction by manifold learning.

Authors:  Martin H C Law; Anil K Jain
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2006-03       Impact factor: 6.226

9.  Analysis of EEG records in an epileptic patient using wavelet transform.

Authors:  Hojjat Adeli; Ziqin Zhou; Nahid Dadmehr
Journal:  J Neurosci Methods       Date:  2003-02-15       Impact factor: 2.390

10.  Review of the BCI Competition IV.

Authors:  Michael Tangermann; Klaus-Robert Müller; Ad Aertsen; Niels Birbaumer; Christoph Braun; Clemens Brunner; Robert Leeb; Carsten Mehring; Kai J Miller; Gernot R Müller-Putz; Guido Nolte; Gert Pfurtscheller; Hubert Preissl; Gerwin Schalk; Alois Schlögl; Carmen Vidaurre; Stephan Waldert; Benjamin Blankertz
Journal:  Front Neurosci       Date:  2012-07-13       Impact factor: 4.677

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.