Skip to main content

L1 Norm based common spatial patterns decomposition for scalp EEG BCI

Abstract

Background

Brain computer interfaces (BCI) is one of the most popular branches in biomedical engineering. It aims at constructing a communication between the disabled persons and the auxiliary equipments in order to improve the patients’ life. In motor imagery (MI) based BCI, one of the popular feature extraction strategies is Common Spatial Patterns (CSP). In practical BCI situation, scalp EEG inevitably has the outlier and artifacts introduced by ocular, head motion or the loose contact of electrodes in scalp EEG recordings. Because outlier and artifacts are usually observed with large amplitude, when CSP is solved in view of L2 norm, the effect of outlier and artifacts will be exaggerated due to the imposing of square to outliers, which will finally influence the MI based BCI performance. While, L1 norm will lower the outlier effects as proved in other application fields like EEG inverse problem, face recognition, etc.

Methods

In this paper, we present a new CSP implementation using the L1 norm technique, instead of the L2 norm, to solve the eigen problem for spatial filter estimation with aim to improve the robustness of CSP to outliers. To evaluate the performance of our method, we applied our method as well as the standard CSP and the regularized CSP with Tikhonov regularization (TR-CSP), on both the peer BCI dataset with simulated outliers and the dataset from the MI BCI system developed in our group. The McNemar test is used to investigate whether the difference among the three CSPs is of statistical significance.

Results

The results of both the simulation and real BCI datasets consistently reveal that the proposed method has much higher classification accuracies than the conventional CSP and the TR-CSP.

Conclusions

By combining L1 norm based Eigen decomposition into Common Spatial Patterns, the proposed approach can effectively improve the robustness of BCI system to EEG outliers and thus be potential for the actual MI BCI application, where outliers are inevitably introduced into EEG recordings.

Background

Brain Computer Interface (BCI) is to establish the communication between human and some output devices such as a computer application or a neuroprosthesis, by means of noninvasive [13] or invasive approaches [1, 4] Motor imagery based BCI uses the information correlated with amplitude modulations of sensory motor rhythms (SMR), which can reflect the motor intention of the subjects [1, 5]. Because recent study reveals that even the patients diagnosed with amyotrophic lateral sclerosis (ALS) can accomplish SMR modulations [6], this kind of BCI has potential application for those patients with full or partial motor function impaired and has attracted wide attention in the fields such as rehabilitation [7], assistance of paralyzed patients’ movement [6], therapy of attention deficit hyperactivity disorder (ADHD) [8] and epilepsy [9]. Therefore, the main work in current work will focus on how to improve the performance of MI based BCI by considering the outlier effect.

The modulation of SMR will generate the event-related desynchronization (ERD) usually followed by event-related synchronization (ERS) [10]. The common spatial pattern (CSP) has been proved to be powerful to extract those motor imagery related features [1113]. CSP algorithm aims to find directions (i.e., spatial filters) that maximize variance for one class and minimize variance for the other class at the same time [13]. Berlin BCI team has developed a robust online system (BBCI) using CSP to extract the motor imagery related features [14]. Despite of its popularity and efficiency, CSP is also known to be highly sensitive to outliers, which widely exists in the practical BCI application due to the ocular moment, head motion or the loose contact of electrodes [1]. Even a single outlier can dramatically change the subspace spanned by the generalized eigenvectors and thus severely distort the global solution of CSP, resulting in a meaningless feature. The standard CSP utilizes the L2-norm SVD to find the spatial filter, obtained by solving the generalized eigenvalue problem, which indicates that the influence of the outliers will be exaggerated due to the square property of L2 norm [15].

To improve the robustness of CSP, some schemes like the regularization, sparsity and ensemble voting were presented in [1618]. For those existing improved CSPs, the main derivation is to build the new object function with aim to lower effect of introduced noise, which may distort the original deriving point of CSP that is essentially to maximize the power difference between two tasks. Actually, the noise in recordings will be delivered into the variance covariance matrix of CSP, which may disturb the estimation for spatial filter. CSP is usually transformed into the generalized eigen decomposition problem, and the conventional CSP will be solved using singular value decomposition (SVD) to find the spatial filters. It is known that conventional SVD is based on the L2 norm, and accordingly, it is easy to be influenced by the noise introduced into the covariance matrix. Because the outliers usually have large amplitude, it may be further exaggerated due to the square used in the L2 norm structure. Derived from the fact that L1 norm is robust to the outlier noise [15, 19], in this paper we present a novel robust version of CSP by introducing L1-norm instead of L2-norm to solve the eigen problem in CSP.

Material and methods

Methods

L2 Norm based CSP

The basic idea of CSP is to find a group of spatial filters that maximize the variance of band-pass filtered EEG signals from one class [20, 21], while the variance from the other class are minimized. Let ϕ1 and ϕ2 be the recordings for the two tasks, the spatial filters are the projections, which is equivalent to maximize the following function,

J w = w T ϕ 1 T ϕ 1 w w T ϕ 2 T ϕ 2 w = w T C 1 w w T C 2 w
(1)

where C 1 and C 2 are the covariance matrix for the two tasks. Note that the scaling of the projection w will have no effect on the object value. Equation (1) can be transformed into a constrained optimization problem of the form:

arg max w w T C 1 w subject to w T C 2 w = 1
(2)

By introducing the Lagrange multiplier, the objective function can be rewritten as:

L w ; λ = w T C 1 w λ w T C 2 w 1
(3)

By taking the derivative of (3) respect to w under the condition L w = 0 , the objective projection w can be estimated using the generalized eigenvalue equation,

C 1 w = λ C 2 w
(4)

where λ denotes the eigenvalue of the generalized eigenvalue equation, and w is the corresponding eigen vector [3]. As for the multiple m spatial filters, the above equation (4) can be solved as:

C 2 1 C 1 W = ΣW
(5)

where W is the matrix consisting of the eigen vectors of C 2 1 C 1 , and ∑ = diag(λ1, λ2,......, λ m ). The detailed implementation for CSP is shown in Figure 1.

Figure 1
figure 1

The flow chart for the two CSPs. The sub-procedure in the green box is for the conventional CSP, and the sub-procedure in the blue box is for the L1-SVD-CSP.

L1 Norm based CSP

Obviously, the singular value decomposition can be used to find W in (5). Let Y = C 2 1 C 1 , the objective function of L2-SVD to find the eigen vector W is [15]:

arg W min | | Y WV | | 2 2 , with V = W T Y
(6)

Equation (6) can be obtained by the fact that the objective Y can be decomposed as Y = WSVT,with the right singular matrix V = YTWS–1,and WSVT = WSS− 1WTY = WWTY. The dual problem of the objective function can be written as [16]:

arg W max | | W T Y | | 2 2 subject to W T W = I
(7)

where I is the identity matrix. As for (7), when the conventional singular value decomposition is used to find the spatial filter, it is in essence based on the L2 norm strategy, which will be largely influenced by the outliers delivered into the variance matrix [16].

Obviously, L1 norm will be more immune to those outliers than L2 norm, and we will maximize the L1 dispersion in the feature space to estimate the projection vector W as presented below.

The L1 norm SVD will have the below objective function [15]:

arg W min | | Y WV | | 1 , with V = W T Y
(8)

Similarly, equation (8) can be transformed to below optimization problem,

arg W max | | W T Y | | 1 subject to W T W = I
(9)

Expression (9) implies to find the projection W, in which the projection of the original dataset will have the max dispersion in view of L1 norm. The utilized L1 norm based dispersion will be robust to the outlier introduced into the covariance matrix accounting for the estimation of spatial filters. Then, to solve the L1 norm based SVD in equation (9), we adopt the fast L1 norm iteration algorithm proposed in [15]. Obviously, the main difference between the two CSP filters is whether L1 norm or L2 norm based SVD decomposition is adopted for CSP filter estimation as shown in Figure 1, and the L1 scheme may provide more robust immune ability for outliers.

Material

Simulation study

Simulation dataset

To quantatively evaluate the performance of L1-SVD-CSP, we applied L1-SVD-CSP, the conventional CSP and the regularized CSP with Tikhonov regularization (TR-CSP) proposed in [16] to one public motor imagery EEG dataset, i.e., Dataset IVa of BCI Competition III, by adding the simulated outliers. This dataset consists of EEG signals recorded from five subjects using 118 electrodes [3, 22]. In each trial, a visual cue with respect to motor imagery was shown for 3.5 s, presenting three kinds of imageries, i.e., left hand, right hand and right foot. This dataset has no outlier contained, where the trials contaminated with obvious artifacts such as ocular, head movement have been discarded by the dataset provider [23]. The tasks for the imagery of right hand and left hand are adopted to evaluate the performance in current work. As for the concerned two tasks, the total number of EEG trials for each subject was 280, and the data were band-pass filtered between 0.05 and 200 Hz and down-sampled to 100 Hz [21]. Following the reported results in [24], the time interval between 0.5 s to 2.5 s after the trial onset was selected for task recognition.

Simulated outliers

As for above dataset, the trials are free of such outliers due to the ocular or the imperfect contact of electrodes, and we will add some simulated outliers to construct the datasets with outlier noise corruption with aim to quantatively evaluate the methodology performance.

Considering the intrinsic characteristics of outlier that usually has extremely large amplitude, we generated the outliers from the Gaussian distribution N(μ + 10σ, Σ) for each subject, where μ and σ denoted the mean and variance of EEG across all channels for the training and testing datasets, and Σ was the corresponding covariance matrix. We added the outliers to the dataset by varying the number of outliers from 0.01(m + n) to 0.05(m + n) with step of 0.01(m + n), where the trials and time position for outliers corruption are randomly determined, with m and n being the number of trials in the training and testing sets, respectively. The above strategy used for outlier generation is mainly to simulate the actual condition that recordings may be corrupted with outliers of different probabilities during experiment.

Evaluation index for simulation study

For this dataset, when the occurrence of outliers is defined, the outliers are randomly added for 50 times, and L1-SVD-CSP as will as the original CSP and TR-CSP are used to extract the related features. The most discriminative 3 pairs of optimal CSP spatial filters (i.e. 6 filters) in the projection matrix are selected to transform the band pass filtered EEG signal, and the logarithm of the variance of the transformed surrogate channel EEG signal serves as the final features for task recognition. Regularized parameter of TR-CSP is determined by the 10-fold cross-validation based on training set proposed in [16].

After features are extracted for each of the 50 runs, linear discrimination analysis (LDA) free of the setup parameter optimization is used for classification based on a 5-fold cross-validation, and the averaged accuracies of the 50 repetitions are used as the index to evaluate the performance. Based on the 50 repetitions, the McNemar test [25] is used to investigate whether the difference between each pair of the three CSPs is of statistical significance.

Evaluations on real BCI dataset

Real BCI dataset

The dataset comes from the MI BCI system developed in our group, consisting of EEG data from 13 subjects. During online experiment, subjects were required to sit in a comfortable armchair in front of a computer screen, and they were asked to perform motor imagery with left hand or right hand according to the instructions appeared on the screen. Motor imagery lasts for 5 seconds, and follows a 5 seconds rest. 15 Ag/AgCl electrodes covers sensorimotor area were used to record the EEG, and the signals were sampled with 1000 Hz and band pass filtered between 0.5 Hz and 45 Hz. 4 runs on the same day were recorded for each subject, with each run consisting of 50 trials, 25 trials for each class, and there is a 3 minutes break between the two consecutive runs. All experiments were performed in accordance with the Ethical Committee of University of Electronic Science and Technology of China (UESTC). Informed consent was obtained from all participants, according to the Declaration of Helsinki.

Preprocessing

All the EEG segments during motor imagery are selected for analysis, and those trials with outliers caused by ocular movement, head movement are involved in further analysis, without specific inspection to remove them. The specific frequency band for each subject is obtained by [26], and then used to design band pass filter for the EEG data. The LDA classifier still used the 6-dimensional features corresponding to the most discriminative three pairs of optimal CSP spatial filters as input for task recognition.

Results

Table 1 lists the classification accuracy of 5 subjects (aa-ay) with increasing occurrence possibility of outliers when different CSPs are used for feature extraction, where values in bold denotes the best result and *, † as well as ‡ reflect that a significant difference exists between each pair of the three methods revealed by McNemar test (p < 0.05).

Table 1 Classification accuracy when outlier is introduced with different occurrence rate

To reveal the working mechanism accounting for the difference in Table 1, we will use figures to visually show the properties of the three kinds of filters. The feature in simulation study is of 6-dimension, corresponding to the 3 largest eigenvalues and the 3 smallest eigenvalues. Figures 2 gives the scatter plots of features for the two discriminative filters determined by the largest (x-ordinate) and smallest (y-ordinate) eigenvalues for both the training and testing datasets of subject al in one of 50 runs with the occurrence rate of outliers being 0.05. The corresponding scalp topologies for the two most discriminative CSP filters in the 0.05 occurrence condition are given in Figure 3. Figures 2 and 3 consistently show the obvious difference existing among the three kinds of CSP filters from both the feature aspect and filter spatial distribution, which may account for the performance difference among the three kinds of filters revealed in Table 1.

Figure 2
figure 2

The scatter plots of features for the two discriminative filters. (A) The training features extracted with the conventional CSP; (B) The training features extracted with TR-CSP; (C) The training features extracted with L1-SVD-CSP; (D) The testing features extracted with the conventional CSP; (E) The testing features extracted with TR-CSP; (F) The testing features extracted with L1-SVD-CSP. Red“+” represents the feature of left hand imagination, and green“o”denotes the feature of right hand imagination.

Figure 3
figure 3

The scalp topology of two most discriminative CSP filters learned from the train set with 0.05 outlier occurrence rate. The first row is the two conventional CSP filters, and the second and third rows are respectively the TR-CSP filters and L1-SVD-CSP filters.

For the real BCI dataset, the first 2 runs are utilized as training set to estimate the spatial filters by L1-SVD-CSP, CSP and TR-CSP, respectively, and the last 2 runs are used as test set. The classification accuracies obtained by the three feature extraction strategies for 13 subjects are listed in Table 2, and McNemar test is also used to investigate the difference between each pair of the three methods (p < 0.05).

Table 2 Classification accuracy for the real BCI dataset

Discussion

Typical BCI performances are largely influenced by the recording outliers due to ocular movement, head movement or the loose contact of electrodes. The motivation of this paper is to use the L1-SVD to construct a robust CSP for motor imagery related feature extraction.

The conducted simulation studies are to simulate the recordings in different time periods that may have different outliers involved. Table 1 reveals that both L1-SVD-CSP and TR-CSP have the better performance with statistical sense (p < 0.05) than the conventional CSP for all the occurrence probabilities of outliers across the five subjects, which demonstrates the effectiveness of L1-SVD-CSP and TR-CSP to suppress the outlier influence. Between L1-SVD-CSP and TR-CSP, L1-SVD-CSP shows the statistical improvement (p < 0.05) compared to TR-CSP.

Figures (2) ~ (3) visually reveal the different influences of outlier on CSP filters. For the training features extracted by the standard CSP in Figure 2(A), it is obvious that many features from class I are close to the features from class II, where many red samples are overlapped by the green samples. The overlaps between the two classes indicate that the spatial filters estimated by standard CSP are largely influenced by outliers in training set and accordingly the biased CSP filters will not project test samples into the discriminative space separately for the two classes as shown in Figure 2(D). When regularization is used, the outlier influence can be suppressed and the more samples can be visually classified as shown in Figure 2(B) and Figure 2(E) with relatively better recognition boundaries between the two classes compared to the conventional CSP. In theory, TR-CSP is to impose the L2 norm constraints on the spatial filter, which may not be competitive to deal with outlier effect though it actually can suppress the corresponding effect to some degree. However, in Figure 2(C), we can see that more discriminative features are extracted by L1-SVD-CSP with less number of samples between the two classes overlapped, indicating that the spatial filters estimated by L1-SVD-CSP are more robust to the outliers. The test features in Figure 2(F) also prove that L1-SVD-CSP filters can provide good classification information for test samples with very obvious recognition boundaries between the two classes. Moreover, the scalp topologies in Figure 3 clearly show the spatial difference among the three kinds of CSP filters. Actually, the first CSP filter in Figure 3 is to extract for the right hand MI, and the second one is for the left hand MI. The related MI area that can differentiate the left and right MI tasks has been proved to be close to the electrode C3 and C4, and the good CSP filters will provide more emphasis for the electrodes around electrode C3 and C4 with relatively larger coefficients. The first row in Figure 3 clearly shows that those electrodes close to C3 are actually emphasized by conventional CSP filters, while some electrodes obviously out of motor area are also provided with large coefficients. Essentially, those non-motor areas are undesirably introduced by outliers, and it will finally influence the feature extraction for the test samples. When L2 norm regularization is used to the spatial filters, the L2 norm will smooth the filters and the enlarged and blurring spatial distribution [27] will be estimated as shown in the middle row of Figure 3. Accordingly, the smoothed spatial distribution will involve other unexpected electrodes out of motor area for feature extraction. Interestingly, when L1-SVD-CSP is adopted, those artifacts effects out of motor area are effectively compressed, resulting a clear filter with emphasis mainly on the expected motor areas close to C3. It is the spatial difference of CSP filters that determines the performance difference among these CSP filters.

As for the actual BCI dataset, the outliers are not visually removed as the BCI competition dataset. Similar to the results for the simulated dataset by adding additional outliers, L1-SVD-CSP also shows better performance than both the conventional CSP and TR-CSP with approximately 3% improvement, and the McNemar test also revealed that the accuracy improvement evaluated on those 13 subjects is of statistical sense (p < 0.05).

The improvement brought by L1-SVD-CSP is mainly due to the utilization of L1-SVD for spatial filter estimation, which is less prone to the presence of outliers with large amplitude. By contrast, in the conventional CSP method, the features for classification were obtained through the L2-norm eigen decomposition, which exaggerated the effect of outliers by imposing square operation to signals. The utilization of L2 norm constraint on spatial filter estimation in TR-CSP will smooth and blur the spatial filters, which may involve other uncorrelated electrodes information into the extraction of the motor rhythm related features. When L1-SVD-CSP utilized the L1-norm SVD to estimate the eigenvector, the effect of outliers will be suppressed as proved in other reported studies [15].

In current version, L1 norm is used to re-format the solving procedure of CSP. Usually, the L1 problem is of larger complexity compared to the L2 based problem, which may be not suitable for online BCI training. In this paper, we adopted the fast iteration algorithm proposed in [16] to solve the SVD problem, and it can dramatically reduce the training time. However, L1 norm is the approximation to L0 norm, and it may lower the sparsity to some degree compared to L0 norm [28]. In the future, we will also use the more efficient sparse measurements like L1/2 or L0 norms to further improve the performance for CSP feature extraction.

In practice, the specifically designed classifier can also be used to effectively suppress the outlier effect. In Lei et al. 2009 [17], the authors utilizes the Bayesian framework to combine the feature extraction and classification together, which can automatically select the reliable features and abandon those artifact influenced features for final classification. Inspired by this scheme, in our future work, we will combine our sparse feature extraction approach with the Bayesian framework to suppress outlier effect both for feature extraction and classification, which may result in more promising technique for practical BCI system.

Conclusions

In the actual BCI application situation, the outliers are inevitable and it needs to tackle the outlier effect. The conducted comparison on both the simulated datasets and the real BCI dataset prove that L1-SVD-CSP can effectively lower the outlier effects to extract more reliable MI features for BCI task recognition.

Abbreviations

BCI:

Brain computer interfaces

CSP:

Common spatial patterns

EEG:

Scalp-recorded electroencephalogram

SMR:

Sensory motor rhythms

ALS:

Amyotrophic lateral sclerosis

ADHD:

Attention deficit hyperactivity disorder

ERD:

Event-related desynchronization

ERS:

Event-related synchronization

SVD:

Singular value decomposition

TR-CSP:

The regularized CSP with Tikhonov regularization.

References

  1. McFarland DJ, Wolpaw JR: Brain-computer interfaces for communication and control. Communications of the Acm 2011, 54(5):60–66. 10.1145/1941487.1941506

    Article  Google Scholar 

  2. Vaughan TM: Guest editorial brain-computer interface technology: a review of the second international meeting. Neural Systems and Rehabilitation Engineering, IEEE Transactions 2003, 11(2):94–109.

    Article  Google Scholar 

  3. Blankertz B, Dornhege G, Krauledat M, Muller KR, Curio G: The non-invasive Berlin brain-computer interface: fast acquisition of effective performance in untrained subjects. Neuroimage 2007, 37(2):539–550. 10.1016/j.neuroimage.2007.01.051

    Article  Google Scholar 

  4. Laubach M, Wessberg J, Nicolelis MA: Cortical ensemble activity increasingly predicts behaviour outcomes during learning of a motor task. Nature 2000, 405(6786):567–571. 10.1038/35014604

    Article  Google Scholar 

  5. Blankertz B, Sannelli C, Haider S, Hammer EM, Kubler A, Muller KR, Curio G, Dickhaus T: Neurophysiological predictor of SMR-based BCI performance. Neuroimage 2010, 51(4):1303–1309. 10.1016/j.neuroimage.2010.03.022

    Article  Google Scholar 

  6. Kubler A, Nijboer F, Mellinger J, Vaughan TM, Pawelzik H, Schalk G, McFarland DJ, Birbaumer N, Wolpaw JR: Patients with ALS can use sensorimotor rhythms to operate a brain-computer interface. Neurology 2005, 64(10):1775–1777. 10.1212/01.WNL.0000158616.43002.6D

    Article  Google Scholar 

  7. Daly JJ, Wolpaw JR: Brain-computer interfaces in neurological rehabilitation. Lancet Neurol 2008, 7(11):1032–1043. 10.1016/S1474-4422(08)70223-0

    Article  Google Scholar 

  8. Leins U, Goth G, Hinterberger T, Klinger C, Rumpf N, Strehl U: Neurofeedback for children with ADHD: a comparison of SCP and theta/beta protocols. Appl Psychophysiol Biofeedback 2007, 32(2):73–88. 10.1007/s10484-007-9031-0

    Article  Google Scholar 

  9. Mormann F, Kreuz T, Rieke C, Andrzejak RG, Kraskov A, David P, Elger CE, Lehnertz K: On the predictability of epileptic seizures. Clin Neurophysiol 2005, 116(3):569–587. 10.1016/j.clinph.2004.08.025

    Article  Google Scholar 

  10. Pfurtscheller G, Da Silva FH L: Event-related EEG/MEG synchronization and desynchronization: basic principles. Clin Neurophysiol 1999, 110(11):1842–1857. 10.1016/S1388-2457(99)00141-8

    Article  Google Scholar 

  11. Bashashati A, Fatourechi M, Ward RK, Birch GE: A survey of signal processing algorithms in brain-computer interfaces based on electrical brain signals. J Neural Eng 2007, 4(2):R32-R57. 10.1088/1741-2560/4/2/R03

    Article  Google Scholar 

  12. Liao X, Yao DH, Wu D, Li CY: Combining spatial filters for the classification of, single-trial EEG in a finger movement task. IEEE Trans Biomed Eng 2007, 54(5):821–831.

    Article  Google Scholar 

  13. Muller-Gerking J, Pfurtscheller G, Flyvbjerg H: Designing optimal spatial filters for single-trial EEG classification in a movement task. Clin Neurophysiol 1999, 110(5):787–798. 10.1016/S1388-2457(98)00038-8

    Article  Google Scholar 

  14. Blankertz B, Dornhege G, Krauledat M, Muller KR, Kunzmann V, Losch F, Curio G: The Berlin brain-computer interface: EEG-based communication without subject training. IEEE Trans Neural Syst Rehabil Eng 2006, 14(2):147–152. 10.1109/TNSRE.2006.875557

    Article  Google Scholar 

  15. Kwak N: Principal component analysis based on L1-norm maximization. IEEE Trans Pattern Anal Mach Intell 2008, 30(9):1672–1680.

    Article  Google Scholar 

  16. Lotte F, Guan CT: Regularizing common spatial patterns to improve BCI designs: unified theory and New algorithms. Ieee Transactions on Biomedical Engineering 2011, 58(2):355–362.

    Article  Google Scholar 

  17. Lei X, Yang P, Yao DZ: An empirical Bayesian framework for brain-computer interfaces. IEEE Trans Neural Syst Rehabil Eng 2009, 17(6):521–529.

    Article  Google Scholar 

  18. Lei X, Yang P, Xu P, Liu T-J, Yao D-Z: Common spatial pattern ensemble classifier and its application in brain-computer interface. J Electronic Science and Technology of China 2009, 7(1):17–21.

    Google Scholar 

  19. Xu P, Tian Y, Chen HF, Yao DZ: Lp norm iterative sparse solution for EEG source localization. IEEE Trans Biomed Eng 2007, 54(3):400–409.

    Article  Google Scholar 

  20. Blankertz B, Tomioka R, Lemm S, Kawanabe M, Muller KR: Optimizing spatial filters for robust EEG single-trial analysis. IEEE Signal Process Mag 2008, 25(1):41–56.

    Article  Google Scholar 

  21. De la Torre F, Black MJ: A framework for robust subspace learning. Int J Comput Vis 2003, 54(1–2):117–142.

    Article  Google Scholar 

  22. Blankertz B, Muller KR, Krusienski DJ, Schalk G, Wolpaw JR, Schlogl A, Pfurtscheller G, Millan JDR, Schroder M, Birbaumer N: The BCI competition III: validating alternative approaches to actual BCI problems. IEEE Trans Neural Syst Rehabil Eng 2006, 14(2):153–159. 10.1109/TNSRE.2006.875642

    Article  Google Scholar 

  23. Dornhege G, Blankertz B, Curio G, Muller K: Boosting bit rates in noninvasive EEG single-trial classifications by feature combination and multiclass paradigms. Biomedical Engineering, IEEE Transactions 2004, 51(6):993–1002. 10.1109/TBME.2004.827088

    Article  Google Scholar 

  24. Wang HX, Tang Q, Zheng WM: L1-Norm-based common spatial patterns. IEEE Trans Biomed Eng 2012, 59(3):653–662.

    Article  Google Scholar 

  25. Dietterich TG: Approximate statistical tests for comparing supervised classification learning algorithms. Neural computation 1998, 10(7):1895–1923. 10.1162/089976698300017197

    Article  Google Scholar 

  26. Xu P, Yang P, Lei X, Yao D: An enhanced probabilistic LDA for multi-class brain computer interface. PLoS One 2011, 6(1):e14634. 10.1371/journal.pone.0014634

    Article  Google Scholar 

  27. Xu P, Lei X, Hu X, Yao D: Solving of L0 norm constrained EEG inverse problem. Proc IEEE Eng Med Biol Soc 2009.

    Google Scholar 

  28. Xu P, Tian Y, Lei X, Yao DZ: Neuroelectric source imaging using 3SCO: a space coding algorithm based on particle swarm optimization and l(0) norm constraint. Neuroimage 2010, 51(1):183–205. 10.1016/j.neuroimage.2010.01.106

    Article  Google Scholar 

Download references

Acknowledgements

This work was supported in part by grants from 973 program 2011CB707803, the National Nature Science Foundation of China (#61175117, #31070881 and #31100745), the program for New Century Excellent Talents in University (#NCET-12-0089), the 863 project 2012AA011601, and the National Science & Technology Pillar Program 2012BAI16B02.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Peng Xu.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

PYL and PX designed the concept, analyzed the data; PYL, PX and DZY wrote the manuscript; LJG and RZ recruited the subjects, and performed the experiments. All authors read and approved the final manuscript.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution 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

Li, P., Xu, P., Zhang, R. et al. L1 Norm based common spatial patterns decomposition for scalp EEG BCI. BioMed Eng OnLine 12, 77 (2013). https://doi.org/10.1186/1475-925X-12-77

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1475-925X-12-77

Keywords