Literature DB >> 30510569

Sparse Representation-Based Extreme Learning Machine for Motor Imagery EEG Classification.

Qingshan She1, Kang Chen1, Yuliang Ma1, Thinh Nguyen2, Yingchun Zhang1,2.   

Abstract

Classification of motor imagery (MI) electroencephalogram (EEG) plays a vital role in brain-computer interface (BCI) systems. Recent research has shown that nonlinear classification algorithms perform better than their linear counterparts, but most of them cannot extract sufficient significant information which leads to a less efficient classification. In this paper, we propose a novel approach called FDDL-ELM, which combines the discriminative power of extreme learning machine (ELM) with the reconstruction capability of sparse representation. Firstly, the common spatial pattern (CSP) algorithm is adopted to perform spatial filtering on raw EEG data to enhance the task-related neural activity. Secondly, the Fisher discrimination criterion is employed to learn a structured dictionary and obtain sparse coding coefficients from the filtered data, and these discriminative coefficients are then used to acquire the reconstructed feature representations. Finally, a nonlinear classifier ELM is used to identify these features in different MI tasks. The proposed method is evaluated on 2-class Datasets IVa and IIIa of BCI Competition III and 4-class Dataset IIa of BCI Competition IV. Experimental results show that our method achieved superior performance than the other existing algorithms and yielded the accuracies of 80.68%, 87.54%, and 63.76% across all subjects in the above-mentioned three datasets, respectively.

Entities:  

Mesh:

Year:  2018        PMID: 30510569      PMCID: PMC6230412          DOI: 10.1155/2018/9593682

Source DB:  PubMed          Journal:  Comput Intell Neurosci


1. Introduction

The brain-computer interface (BCI) is a system that allows its users to use their brain activity to control external devices which are independent of peripheral nerves and muscles [1, 2]. Motor imagery- (MI-) based sensorimotor rhythm (SMR) analysis, including mu (8–14 Hz) and/or beta (15–30 Hz) rhythms, recorded from the scalp over the sensorimotor cortex, is one of the widely used methods in the BCI field [3, 4]. However, these MI signals are highly nonstationary and inevitably contaminated with noise, and meanwhile, they strongly depend on subjects [5]. Sparse representation (SR), originally proposed by Olshausen et al. [6], attempts to simulate the working mechanism of primary visual cortex in the human visual system. The basic idea is to represent the data as a linear combination of atoms in a dictionary, whose requirement is that the coefficients are sparse, i.e., they contain only a small number of nonzero elements. In the last two decades, SR has been widely studied for reconstruction, representation, and compression of high-dimensional noisy data, such as computer vision, pattern recognition, and bioinformatics [7-9]. Recently, the SR techniques have also yielded promising results in the BCI systems [10-15]. Although SR is a powerful tool to reconstruct the originals from noisy and imperfect data, using the original training samples as the dictionary may not fully exploit the discriminative information hidden in the training samples. To address the problem, Yang et al. [16] proposed a Fisher discrimination dictionary learning (FDDL) framework to learn a structured dictionary and had good reconstruction capability for the training samples, yielding a 3.2% improvement over the sparse representation-based classification (SRC) algorithm on AR datasets in face recognition. Recently, Huang et al. developed a new efficient learning algorithm called extreme learning machine (ELM) [17, 18] for training single-layer feedforward neural networks (SLFNs), featuring faster learning speed and better generalization capability in comparison with the well-known back propagation (BP) neural networks and support vector machines (SVMs). ELM has been applied to pattern recognition tasks in the BCI systems and has shown superior performance over traditional classification approaches [19-22]. In light of this advancement, efforts have been made in developing algorithms to integrate ELM and SR, thus exploiting the speed advantage and discriminative power of ELM and the antinoise performance and reconstruction ability of SR. A recent approach called extreme sparse learning (ESL) has been proposed in [23], which simultaneously learns sparse representation of the input signal and trains the ELM classifier. In the study by Yu et al. [24], the sparse coding technique is adopted to map the inputs to the hidden layer, instead of the random mapping used in classic ELM. Other ELM-SR hybrid models were also extensively studied, in which the ELM classifier is firstly employed to estimate noisy signals, and then a further identification for the estimated signals is carried out using the SRC algorithm [25-27]. Most of the existing ELM methods employ a single hidden layer network structure. While benefitting from a relatively fast training speed, it is well known that for a single hidden layer network, the training sample is always the original training sample set, which could limit the robustness of the network. Furthermore, due to its shallow architecture, feature learning using SLFNs may not be effective for natural signals (e.g., EEG). To incorporate a deeper network structure, a hierarchical-extreme learning machine (H-ELM) method has recently been developed, which allows for a layer-wise architecture design, and have shown to yield great classification performance [28]. In addition, multilayer structure has been extended into ELM in [29, 30] as well. Inspired by these works, we propose a new layer-wise structure framework called FDDL-ELM, which combines the idea of SR with ELM to learn a powerful nonlinear classifier. The proposed method first employs the Fisher discrimination criterion to learn a structured dictionary. With the learned dictionary, more discriminative sparse coding coefficients can be obtained, and more robust feature information can be extracted. Subsequently, the ELM classifier is utilized to discriminate the extracted features. The classification accuracy of the proposed method has been manifested by several benchmark datasets, as well as 2-class and 4-class real world EEG data from BCI Competition III Datasets IVa and IIIa and BCI Competition IV Dataset IIa. The rest of the paper is organized as follows: Section 2 presents a brief introduction to basic ELM and FDDL and provides detailed description of the proposed FDDL-ELM algorithm. Section 3 evaluates the performance of the FDDL-ELM method through a series of experiments on several benchmark datasets, as well as motor imagery EEG datasets. Finally, we will conclude the paper and present some future work in Section 4.

2. Methodology

2.1. Classic ELM

ELM was originally implemented for single-hidden layer feedforward neural networks and then extended to generalize feedforward networks. By using random hidden node parameters and tuning-free strategy, ELM has some notable advantages, such as easy implementation, fast learning speed, and superior generalization performance [17], thus making it a suitable choice for the recognition problem of EEG signals in different motor imagery tasks. Consider a dataset containing N training samples, {X, Y}={x, y}, i=1,2, ⋯, N, with the input x=[x, x,…,x]T ∈ R and its corresponding desired output y=[y, y,…,y]T ∈ R, where T denotes a transpose operation. Assuming that m is the number of hidden neurons, and g(·) is the activation function, the output function of ELM is mathematically modeled aswhere β=[β, β, ⋯,β]T is the weight vector that connects the i − th hidden neuron and the output neurons, a=[a, a, ⋯,a]T is the randomly chosen input weight vector connecting the i − th hidden neuron and the input neurons, b is the randomly chosen bias of the i − th hidden node, and y is the actual output corresponding to input x. For convenience of expression, the Equation (1) is written in matrix notation aswhere Y=[y1, y2, ⋯,y]T is the expected network output, β=[β1, β2, ⋯,β]T denotes the weight of output layer, and H is the hidden layer output matrix which is defined as To have better generalization performance, the regularization parameter C is introduced in [19], and its corresponding objective function is given bywhere ‖·‖2 denotes the l2-norm of a matrix or a vector. We can obtain the output weight vector β using the Moore–Penrose principle. The solution of Equation (4) is β=(I/C+HTH)−1HTY if N > m and β=HT(I/C+HHT)−1Y if N < m.

2.2. Fisher Discrimination Dictionary Learning

Sparse representation-based classification (SRC) was proposed for face recognition, which directly used the training samples of all classes as the dictionary to code the query face image and classified it by evaluating which class leads to the minimal reconstruction error [7]. However, the dictionary in use may not be effective enough to represent the query images due to the uncertain and noisy information in the original training images, and the discriminative information hidden in the training samples is not sufficiently exploited by such a naïve-supervised dictionary learning approach [16]. To address these problems, the FDDL method is proposed, utilizing both the discriminative information in the reconstruction error and sparse coding coefficients. Denote A=[A1, A2, ⋯, A] as the training set, where A is the subset of the training samples from class i, and c is the total number of classes, and an overcomplete dictionary D=[D1, D2, ⋯, D], where D is the class-specified subdictionary associated with class i. Let X be the coding coefficient matrix of A over D, we can write X as X=[X1, X2, ⋯, X], where X is the submatrix containing the coding coefficients of A over D. The objective function is written as follows:where r(A, D, X) is the discriminative fidelity term, ‖X‖1is the sparse constraint in which the notation ‖·‖1 denotes the l1-norm, f(X) is a discrimination constraint, and λ1 and λ2 are the scalar parameters.where ‖·‖ means the F-norm, X is the coding coefficient of A over the subdictionary D, and X is the coding coefficient of A over the subdictionary D. The minimization of r(A, D, X) means that the reconstruction error of the i − th class of samples is minimized, and the reconstruction error through the i − th subdictionary is also minimized while the reconstruction by other subclass dictionaries should be minimized. Its purpose is to ensure that the reconstruction error constraint is minimized, and the sparse coefficient can be more discriminative. f(X) is a discriminative coefficient term which is given in the following:where tr(·) indicates the trace of subspace, SW(X) is the within-class scatter of X, SB(X) is the between-class scatter of X, and η is a parameter.where m and m are the mean vectors of X and X respectively, and n is the number of samples in class A.

2.3. The Proposed FDDL-ELM Method

In this section, we propose a novel nonlinear classification model that rests on a new ELM framework for multilayer perceptron (MLP), named FDDL-ELM. The framework consists of two stages: an encoding stage and a classification stage. The former stage uses the FDDL approach to map the input features into a midlevel feature space, and then the ELM algorithm is performed for final decision making in the latter stage. The framework of FDDL-ELM is shown in Figure 1.
Figure 1

A schematic for the overall framework of the FDDL-ELM-learning algorithm.

Let A be an input containing N training samples {A, Y} with A=[A1, A2, ⋯, A], and Y is the corresponding desired output, where A is the subset of the input from class i, and c is the total number of classes. Step (1): utilize the FDDL algorithm to learn a structured dictionary D. By incorporating Equations (6) and (7) into Equation (5), the objective function is rewritten as The optimization of the objective function consists of two steps: First, update X by fixing D, and then update D while fixing X. The procedures are iteratively implemented for the desired discriminative dictionary D and the discriminative coefficients X as done in [16]. Step (2): reconstruct the signals for the high-level sparse feature information. With the desired dictionary D and the coefficients X in the Step (1), we can get the reconstructed signals B which can uncover important information hidden in the original signals and is simplified as follows: Step (3): discriminate the reconstructed signals B using the ELM classification method. Randomly generate the hidden node parameters (a, b) for i=1,2, ⋯, m. The new hidden-layer output matrix G can be written as (3) The regularization parameter C is introduced, and the output weight is calculated as follows: Extensive efforts have been paid to the optimal selection of C and the leave-one-out (LOO) cross-validation strategy combining with the predicted residual sum of squares (PRESS) statistic is one of the most effective methods [26]. Step (4): For test data {Atest, Ytest} and the learned dictionary D, we can reconstruct the Atest in the encoding stage and then calculate the labels Ypredict using the ELM classifier.

3. Experimental Results and Discussion

In this section, several experiments on benchmark datasets and EEG datasets were performed to evaluate the performance of the proposed FDDL-ELM method, as compared with the other state-of-the-art approaches. All methods were implemented using MATLAB 2014b environment on a computer with a 2.6 GHz processor and 8.0 GB RAM.

3.1. Experiment on Benchmark Datasets

3.1.1. Description

In order to evaluate its performance, the proposed FDDL-ELM method was first applied to four popular benchmark datasets in the UCI repository [31]. The details of these datasets are shown in Table 1.
Table 1

Description of the benchmark datasets.

DatasetsTrainingTestingFeaturesClassesRandom perm
Liver Disorders17217262Yes
Diabetes38438482Yes
Waveform25002500213Yes
COIL-20720720102420Yes
The Liver Disorders dataset is a medical application, which consists of 345 samples belonging to 2 categories, and each sample extracts 6 features for representation. The Diabetes dataset contains 768 samples belonging to two categories. For each sample, 8 features are extracted. The Waveform dataset consists of 5000 samples from 3 classes of noisy waveforms, and each sample contains 21 attributes. The Columbia Object Image Library (COIL-20) is a multiclass image classification dataset and consists of 1440 grayscale image sample of 20 different objects, in which each sample is a 32 × 32 grayscale image of one object taken from a specific view.

3.1.2. Experimental Setup

In Table 1, the column “Random perm” denotes whether the training and test data are randomly assigned. In each data partition, the ratio between training and test sample is 1 : 1. The classification process was repeated ten times, and the average of these outcomes was the final classification rate. This proposed FDDL-ELM algorithm has 5 tuning parameters: λ1, λ2, and η in the encoding stage, as well as the number of hidden nodes m, and the regularization parameter C in the classification stage. In all the experiments, the optimal parameters λ1 and λ2 are searched using five-fold cross-validation from a small set {0.001, 0.005, 0.01, 0.05, 0.1}, and η is set to 1, as done in [16]. The optimal parameters m and C were determined from m ∈ {100,200, ⋯, 1500} and C ∈ {e−5, e−4, ⋯, e5} using the LOO cross-validation strategy based on the minimum MSEPRES [27]. It is noted that C is automatically chosen and not fixed during the process of repeating ten times in the classification stage. The settings of these tuning parameters for four benchmark datasets are summarized in Table 2.
Table 2

Parameter settings of FDDL-ELM on the benchmark datasets.

Datasets λ 1 λ 2 m
Liver Disorders0.010.001400
Diabetes0.0050.05500
Waveform0.0010.01100
COIL-200.050.001900

3.1.3. Comparisons with Other State-of-the-Art Algorithms

In this experiment, we compare the proposed FDDL-ELM with three baseline algorithms, including ELM, FDDL, and H-ELM. The classification performance is evaluated in terms of average accuracy and standard deviation (acc ± sd). Table 3 summarizes the performance results using four methods on the benchmark datasets.
Table 3

Comparisons of classification results on each dataset using different methods.

MethodLiver DisordersDiabetesWaveformCOIL-20
Acc ± sdAcc ± sdAcc ± sdAcc ± sd
ELM72.15 ± 1.5474.22 ± 1.1084.45 ± 0.6996.14 ± 1.03
FDDL65.77 ± 4.4565.43 ± 2.4979.18 ± 1.1996.48 ± 0.85
H-ELM 74.01±0.8771.67 ± 1.2684.72 ± 0.3097.13 ± 0.71
FDDL-ELM72.38 ± 1.49 75.33±0.68 85.02±0.32 98.33±0.62
From the results shown in Table 3, it is evidenced that the FDDL-ELM algorithm achieved comparable performance with other state-of-the-art methods, such as single-layer ELM, FDDL, and H-ELM with deep architecture. For the Diabetes dataset, the FDDL-ELM approach achieved more than 9% improvement over FDDL. For the Liver Disorders dataset, although the average classification accuracy of H-ELM (74.01%) was better than that of FDDL-ELM (72.38%), the accuracy of FDDL-ELM was higher than ELM by 0.23% and FDDL by 6.61%. For the Waveform dataset, the FDDL-ELM approach yielded a mean accuracy of 85.02%, a 0.57% improvement over ELM, and a 0.30% improvement over H-ELM. The average classification accuracy of COIL-20 dataset obtained by FDDL-ELM was 98.33%, higher than those of ELM (96.14%) and H-ELM (97.13%). Based on these observations, the proposed FDDL-ELM approach outperformed the original ELM and FDDL methods on all four datasets and had comparable performance on most of the four datasets compared with H-ELM.

3.1.4. The Impact of the Parameters

There are five parameters in our algorithm: λ1, λ2, η, m, and C. Since η is set to 1 [16], and C is automatically chosen [27], we will investigate the impact of the other three parameters (λ1, λ2, and m) on the performance of our algorithm in this section. λ1 and λ2 are respectively changed among {0.001, 0.005, 0.01, 0.05, 0.1}. The parameter m decides the number of hidden neurons, and its value is selected among {100,200, ⋯, 1500}. Figures 2(a)–5(a) show the testing results of our algorithm as the parameter m changes on four datasets: Diabetes, Liver Disorders, Waveform, COIL-20 datasets, respectively. As can be seen, the performance of our algorithm is relatively stable with respect to m. Figures 2(b)–5(b) give the plots of testing accuracies as λ1 and λ2 vary on four datasets, respectively. From these results, it can be observed that the performance is more pronouncedly affected by the parameters λ1 and λ2, relative to m. For a tradeoff between the classification performance and computation complexity, we can use a comparatively small number of nodes m when selecting λ1 and λ2 in real EEG applications.
Figure 2

Testing accuracy with different parameters on Diabetes. (a) Accuracy in terms of m; (b) accuracy curve in terms of (λ1, λ2).

Figure 3

Testing accuracy with different parameters on liver disorders. (a) Accuracy in terms of m; (b) accuracy curve in terms of (λ1, λ2).

Figure 4

Testing accuracy with different parameters on waveform. (a) Accuracy in terms of m; (b) accuracy curve in terms of (λ1, λ2).

Figure 5

Testing accuracy with different parameters on COIL-20. (a) Accuracy in terms of m; (b) accuracy curve in terms of (λ1, λ2).

3.2. Experiment on BCI Datasets

3.2.1. Description

This section evaluates the performance of the proposed FDDL-ELM method on MI EEG datasets. There are three datasets for analysis, including two datasets for binary classification and one dataset for multiclassification, as described below: Dataset IVa, BCI competition III [32]: this dataset contains EEG signals from 5 subjects, who performed 2-class MI tasks: right hand and foot. EEG signals were recorded using 118 electrodes. A training set and a testing set were available for each subject. Their size was different for each subject. More precisely, 280 trials were available for each subject, among which 168, 224, 84, 56, and 28 composed the training set for subjects A1, A2, A3, A4, and A5, respectively, and the remaining trials composed the testing set. Dataset IIIa, BCI competition III [33]: this dataset comprised EEG signals from 3 subjects who performed left hand, right hand, foot, and tongue MI. EEG signals were recorded using 60 electrodes. For the purpose of binary classification, only 2-class EEG signals (left and right hand MI) were used as done in [34]. Both the training and testing sets were available for each subject. Both sets contain 45 trials per class for subject B1, and 30 trials per class for subjects B2 and B3. Dataset IIa, BCI competition IV [35]: this dataset consists of EEG signals from 9 subjects who performed 4-class MI tasks: left hand, right hand, foot, and tongue MI. EEG signals were recorded using 22 electrodes. The training and testing sets contain 288 trials for each class, respectively.

3.2.2. Experimental Setup

Data preprocessing was first performed on the raw EEG data. In particular, for each trial, we extracted features from the time-segment spanning from 0.5 s to 2.5 s after the cue instructing the subject to perform MI. Each trial was band-pass filtered in 8–30 Hz, using a fifth-order Butterworth filter. Next, the dimension of the EEG signal was reduced using the common spatial pattern (CSP) algorithm, a widely used feature selection method for MI-based BCIs [12, 34]. Finally, the filtered EEG signals by CSP were discriminated by different classification methods in our experiment. In this work, the classification process was repeated ten times, and the average accuracy was recorded for further analysis. The selection process of the parameters λ1, λ2, η, and C were the same as those described in Section 3.1.2, and the setting of the hidden node m was {10,20, ⋯, 100}.

3.2.3. Comparisons with Related Algorithms

We compared the proposed method FDDL-ELM with ELM, FDDL, and H-ELM on BCI Competition III Datasets IVa and IIIa and BCI Competition IV Dataset IIa. The average classification accuracies of all four algorithms are shown in Table 4.
Table 4

Comparisons of classification results on 2-class and 4-class BCI datasets using different methods.

DatasetsMethods
ELMFDDLFDDL-ELMH-ELM
Dataset IVaA160.7157.5061.70 63.39
A210084.29 100 98.39
A373.3770.51 73.88 64.08
A486.6165.00 88.17 85.67
A579.0577.1479.64 85.16
Mean79.9570.89 80.68 79.33

Dataset IIIaB196.8993.1197.78 98.56
B2 68.33 60.3368.0060.00
B396.8396.3396.83 98.33
Mean87.3583.26 87.54 85.63

Dataset IIaC176.4362.77 76.74 75.69
C245.3832.9245.70 47.74
C376.3270.76 77.13 76.98
C459.2445.5960.50 61.84
C537.1231.4236.24 37.85
C645.9035.28 47.57 47.08
C778.9966.91 80.30 80.07
C8 81.87 63.7280.6076.46
C967.3665.4869.10 76.42
Mean63.1852.7663.76 64.46
From Table 4, it can be seen that the proposed method outperformed the ELM and FDDL algorithms on almost all subjects (except subject B2) in binary-classification applications. For subject B2, the ELM method obtained the average accuracy of 68.33%, a 0.33% improvement over FDDL-ELM. Compared with H-ELM which adopts a deep architecture, FDDL-ELM yielded comparable performance on all the 8 subjects and especially performed better in 4 subjects (A2, A3, A4, and B2). Furthermore, the proposed algorithm yielded the highest average accuracy on Datasets IVa and IIIa. For the Dataset IVa, the FDDL-ELM approach achieved a mean accuracy of 80.68%, a 0.73% improvement over ELM, and a 1.35% improvement over H-ELM. Moreover, a paired t-test revealed no significant difference between the FDDL-ELM and H-ELM approaches (p  =  0.626) and a significant difference between the FDDL-ELM and ELM approaches (p  =  0.04). For the Dataset IIIa, the average classification accuracy obtained by FDDL-ELM was 87.54%, higher than that of ELM (87.35%), FDDL (83.26%), and H-ELM (85.63%). Furthermore, a paired t-test revealed no significant difference between the FDDL-ELM and H-ELM approaches (p  =  0.596). These results have shown that the FDDL-ELM method has achieved a great classification capacity in binary-classification applications. In the 4-class-classification application for BCI Competition IV Dataset IIa, the average classification accuracies for the 9 subjects using four algorithms are also shown in Table 4. Note that our method also outperformed ELM and FDDL in 8 of the 9 subjects (except subject C8). For subject C8, ELM gained the best result (81.87%) compared with FDDL (63.72%), FDDL-ELM (80.60%), and H-ELM (76.46%). The FDDL-ELM approach performed the best in 4 subjects (C1, C3, C6, and C7), whereas H-ELM achieved the best result in 4 subjects (C2, C4, C5, and C9). The average classification accuracy of 9 subjects using FDDL-ELM was 63.76%, slightly lower than H-ELM (64.46%). A paired t-test revealed no significant difference between the FDDL-ELM and H-ELM approaches (p  =  0.519) and a significant difference between the FDDL-ELM and FDDL approaches (p is less than 0.01). These results showed that when compared to the H-ELM algorithm, our method can achieve similar results without the deep architecture. In these experiments, the proposed FDDL-ELM method exhibited an excellent performance in both binary-classification and multiclassification cases. The nonlinear property of FDDL-ELM allowed for its superior performance over the FDDL approach when processing the nonstationary EEG signals. Furthermore, FDDL-ELM is more suitable in analyzing noisy EEG data than basic ELM because its encoding stage can acquire a higher representation of the raw signals and extract more effective feature information. Compared with the H-ELM, an algorithm with a deep architecture design, our method also yielded comparable results. In particular, on the binary-classification datasets (BCI Competition III Datasets IVa and IIIa), our method gained higher average accuracies (80.68% and 87.54%) than that of H-ELM (79.33% and 85.63%), respectively.

4. Conclusion

In this paper, we have proposed a new ELM framework called FDDL-ELM, which achieves a sparse representation of input raw data with layer-wise encoding, while still benefiting from the universal approximation capability of the original ELM. We verified the generalizability and capability of FDDL-ELM using publicly available benchmark databases and MI-BCI datasets. In these applications, FDDL-ELM demonstrated superior classification performance than the other relevant state-of-the-art methods. However, there are still several questions to be further investigated in future work. The nonstationary nature of EEG signals means that a classification model built earlier using the previous data is not able to well reflect the changes that have already taken place to the signals. Consequently, the online updates to the classification model are needed. Recently, the ensemble of subset online sequential extreme learning machine (ESOS-ELM) method is proposed for class imbalance learning [36]. In addition, an online sequential extreme learning machine with kernels (OS-ELMK) has been proposed for prediction of nonstationary time series [37]. In the study by Mirza et al.[38], a multilayer online sequential extreme learning machine has been proposed for image classification. In the future work, we will investigate the online learning algorithm of FDDL-ELM for analyzing MI EEG signals.
  14 in total

1.  Regularizing common spatial patterns to improve BCI designs: unified theory and new algorithms.

Authors:  Fabien Lotte; Cuntai Guan
Journal:  IEEE Trans Biomed Eng       Date:  2010-09-30       Impact factor: 4.538

2.  Common Spatial Pattern Method for Channel Selelction in Motor Imagery Based Brain-computer Interface.

Authors:  Yijun Wang; Shangkai Gao; Xiaornog Gao
Journal:  Conf Proc IEEE Eng Med Biol Soc       Date:  2005

3.  Extreme Learning Machine for Multilayer Perceptron.

Authors:  Jiexiong Tang; Chenwei Deng; Guang-Bin Huang
Journal:  IEEE Trans Neural Netw Learn Syst       Date:  2015-05-07       Impact factor: 10.451

4.  Robust representation and recognition of facial emotions using extreme sparse learning.

Authors:  Seyedehsamaneh Shojaeilangari; Wei-Yun Yau; Karthik Nandakumar; Jun Li; Eam Khwang Teoh
Journal:  IEEE Trans Image Process       Date:  2015-03-25       Impact factor: 10.856

5.  Sparse representation-based classification scheme for motor imagery-based brain-computer interface systems.

Authors:  Younghak Shin; Seungchan Lee; Junho Lee; Heung-No Lee
Journal:  J Neural Eng       Date:  2012-08-07       Impact factor: 5.379

6.  Group-based sparse representation for image restoration.

Authors:  Jian Zhang; Debin Zhao; Wen Gao
Journal:  IEEE Trans Image Process       Date:  2014-05-12       Impact factor: 10.856

7.  Extreme learning machine and adaptive sparse representation for image classification.

Authors:  Jiuwen Cao; Kai Zhang; Minxia Luo; Chun Yin; Xiaoping Lai
Journal:  Neural Netw       Date:  2016-06-23

8.  Robust face recognition via sparse representation.

Authors:  John Wright; Allen Y Yang; Arvind Ganesh; S Shankar Sastry; Yi Ma
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2009-02       Impact factor: 6.226

9.  Scale-Dependent Signal Identification in Low-Dimensional Subspace: Motor Imagery Task Classification.

Authors:  Qingshan She; Haitao Gan; Yuliang Ma; Zhizeng Luo; Tom Potter; Yingchun Zhang
Journal:  Neural Plast       Date:  2016-11-03       Impact factor: 3.599

10.  Sequence-based prediction of protein-protein interactions using weighted sparse representation model combined with global encoding.

Authors:  Yu-An Huang; Zhu-Hong You; Xing Chen; Keith Chan; Xin Luo
Journal:  BMC Bioinformatics       Date:  2016-04-26       Impact factor: 3.169

View more
  2 in total

1.  EEG Signals Feature Extraction Based on DWT and EMD Combined with Approximate Entropy.

Authors:  Na Ji; Liang Ma; Hui Dong; Xuejun Zhang
Journal:  Brain Sci       Date:  2019-08-14

2.  The classification of motor imagery response: an accuracy enhancement through the ensemble of random subspace k-NN.

Authors:  Mamunur Rashid; Bifta Sama Bari; Md Jahid Hasan; Mohd Azraai Mohd Razman; Rabiu Muazu Musa; Ahmad Fakhri Ab Nasir; Anwar P P Abdul Majeed
Journal:  PeerJ Comput Sci       Date:  2021-03-02
  2 in total

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