Next Article in Journal
A Gas Chromatographic System for the Detection of Ethylene Gas Using Ambient Air as a Carrier Gas
Next Article in Special Issue
Feature Weight Driven Interactive Mutual Information Modeling for Heterogeneous Bio-Signal Fusion to Estimate Mental Workload
Previous Article in Journal
Novel Semi-Parametric Algorithm for Interference-Immune Tunable Absorption Spectroscopy Gas Sensing
Previous Article in Special Issue
Non-Destructive Analysis of the Internal Anatomical Structures of Mosquito Specimens Using Optical Coherence Tomography
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improving the Accuracy and Training Speed of Motor Imagery Brain–Computer Interfaces Using Wavelet-Based Combined Feature Vectors and Gaussian Mixture Model-Supervectors

Department of Media Engineering, Catholic University of Korea, 43-1, Yeoggok 2-dong, Wonmmi-gu, Bucheon-si, Gyeonggi-do 14662, Korea
*
Author to whom correspondence should be addressed.
Submission received: 31 August 2017 / Revised: 30 September 2017 / Accepted: 4 October 2017 / Published: 7 October 2017
(This article belongs to the Special Issue Novel Sensors for Bioimaging)

Abstract

:
In this paper, we propose a set of wavelet-based combined feature vectors and a Gaussian mixture model (GMM)-supervector to enhance training speed and classification accuracy in motor imagery brain–computer interfaces. The proposed method is configured as follows: first, wavelet transforms are applied to extract the feature vectors for identification of motor imagery electroencephalography (EEG) and principal component analyses are used to reduce the dimensionality of the feature vectors and linearly combine them. Subsequently, the GMM universal background model is trained by the expectation–maximization (EM) algorithm to purify the training data and reduce its size. Finally, a purified and reduced GMM-supervector is used to train the support vector machine classifier. The performance of the proposed method was evaluated for three different motor imagery datasets in terms of accuracy, kappa, mutual information, and computation time, and compared with the state-of-the-art algorithms. The results from the study indicate that the proposed method achieves high accuracy with a small amount of training data compared with the state-of-the-art algorithms in motor imagery EEG classification.

1. Introduction

A brain–computer interface (BCI) refers to the technology that analyzes human’s mental activity to enable the brain to issue orders directly to computers [1,2]. BCI can help not only ordinary users, but also physically challenged persons that cannot move their muscles owing to neurological abnormalities, and the elderly and infirm, who are restricted in movement [3,4]. In general, BCIs use brain waves as input signals. However, brain waves are very sensitive to the size of the user’s head, the state of the user, the position of the electrodes, psychological conditions, the ambient environment, etc. Therefore, electroencephalography (EEG) exhibit large deviations among users. This makes BCIs trained based on a particular person difficult to use on other subjects. Therefore, BCIs require retraining whenever there are changes in the user, or in the environment or state of the user. However, retraining is quite time-consuming, and may require longer periods of time to carry out, depending upon the situation [5]. Therefore, there is a need for BCIs to improve the trade-off between accuracy and speed or strike a balance between them [6,7].
To improve BCI’s classification accuracy, recent EEG-based BCI studies have investigated and evaluated diverse feature extraction and classification algorithms [8,9,10,11,12,13]. The most common feature extraction methods include Fourier transform, wavelet transform, common spatial patterns [14,15] and auto-regressive. Classification methods include linear discriminant analysis (LDA), support vector machine (SVM), and neural network (NN). Many researchers studied motor imagery EEG signal classification using wavelet transforms, which is an effective method for multi-resolution analysis of non-stationary and transient signals, and support vector machines (SVMs) that exhibit good generalization of binary classification by maximizing the margin existing between two data classes [16,17,18,19]. Dokare et al. proposed an approach that uses wavelet coefficients and SVMs to recognize two classes of motor imagery EEG data [20]. Xu et al. used discrete wavelet transforms and fuzzy support vector machines to classify motor imagery EEG data on BCI competition II and III [21]. Eslahi et al. extracted fractal features from EEG signals and improved the accuracy of classification of imaginary hand movements using SVMs [22]. Perseh et al. improved the classification accuracy of imaginary hand movements using discrete wavelet transform (DWT) features, channel selection through Bhattacharyya distance, and SVM [23].
However, some of the BCI system studies, including the studies mentioned above, show that this method has several shortcomings. First, some motor imagery BCI studies mainly use single features. Though single features provide complementary information for identification, the combination of these single features can be considered to improve the robustness of the classifier since it has better identification power than isolated features [24,25]. Hence, combined feature vectors, rather than single features, are suitable for extracting features of non-stationary and transient signals such as EEG. Second, the standard SVMs used in BCI studies are very sensitive to the amount of training data, and to the presence of noise and outliers [26,27]. Training an SVM involves solving the convex quadratic programming (QP) (optimization) problem. When the size of the training data increases, the QP problem consumes a lot of computation time and memory. The presence of noise and outliers is inevitable in training data because it is impossible to completely avoid the programming errors and errors in the measuring equipment [28]. In particular, these problems cause very serious computational cost and accuracy issues in large training datasets [29,30]. To solve these problems, fast SVM methods such as Proximal SVM (PSVM), reduced SVM (RSVM) and Primal Estimated sub-GrAdient SOlver for SVM (PEGASOS) have been reported in literature [31,32,33]. The PSVM determines two parallel planes—each close to one of the classified data sets, while being as far as possible from each other. The RSVM randomly selects a small portion of training data to generate a thin rectangular kernel matrix. The PEGASOS solves the SVM optimization problem simply and effectively using a stochastic sub-gradient descent SVM solver. These fast SVM algorithms improve training speed but cause some loss of classification accuracy. This happens because they are based on randomly selected small training data rather than commonly used full training data. To solve these problems at once, it is necessary to maintain the distribution data of training data and to generate small training data robust to noise.
In this paper, we propose a method to improve the speed and classification accuracy of motor imagery BCI using a wavelet-based combined feature vector and a Gaussian mixture model (GMM)-supervector. The proposed method is composed of a total of four stages. First, continuous wavelet transform (CWT) and DWT are used to extract features suitable for the identification of motor imagery tasks in EEG signals. Second, principal component analysis (PCA) is used to obtain the combined feature vectors based on CWT and DWT. Third, the expectation–maximization (EM) algorithm is used to purify and transform pure training data obtained in the previous step into noise-robust small training datasets. Finally, only the mean vectors of the Gaussian mixture model universal background model (GMM-UBM) were used for the SVM training. The performance of the proposed method is evaluated using the three different BCI competition datasets (II with dataset III, III with dataset IIIb, and IV with dataset IIb) in terms of accuracy, kappa, mutual information (MI), and execution time, and compared it with state-of-the-art algorithms (PSVM, RSVM, and PEGASOS).
The remainder of this paper is organized as follows: Section 2 explains the experimental method that we propose; Section 3 presents the experiments and datasets that were used, and Section 4 presents the results of the experiments. Lastly, Section 5 presents the conclusions of this study and describes future studies.

2. Materials and Methods

A block diagram of the method proposed in this paper is illustrated in Figure 1. First, CWT and DWT are applied to obtain features that include both micro and macro information of the EEG signal. Then, PCA is applied to extracted features to obtain the combined feature vectors for a single trial. PCA can reduce the dimensions of the features, while maximizing orthogonal variations between features [34]. Therefore, the combined feature vectors are independent of each other, while retaining the existing information as much as possible. Next, the EM algorithm is used to optimize the pure training data of each class into noise-robust small training datasets. Finally, the mean vector of the optimized data and the reduced GMM-UBM is used to train the SVM classifier.

2.1. Description of the Data

To evaluate the performance of the proposed method, we used the BCI competition II [35], III [36], and IV [37], provided by the College of Biomedical Engineering, Medical Informatics of Graz University of Technology. All three datasets were obtained while the test subjects were performing left and right hand motor imagery. We only used the C3 and C4 channels that are related to the left and right hand motor imagery [38]. Table 1 shows the number of training data points and test data points for 12 subjects from BCI Competition II, III, and IV. Except for some subjects, we used all of the usable EEG signals in the motor imagery period. In order to extract features, we used the time interval between 0.5 and 6 s for BCI II, between 0.5 and 4 s for BCI III, and between 0.5 and 4.5 s for BCI IV after the cue onset. In the case of subject 1, EEG signals between 0.5 and 2 s after the cue onset were used. In the case of subject 3, EEG signals between the cue and 2 s after the cue onset were used. In the case of subject 10, EEG signals between 0.5 and 1 s after the cue onset were used and in the case of subject 12, EEG signals between 0.5 and 1.5 s after the cue onset were used.

2.1.1. BCI Competition II, Dataset III

BCI competition II dataset III is a two-class EEG dataset recorded from a normal subject (25-year-old female, subject 1). This experiment consists of a total of 280 trials. The length of each trial is 9 s. EEG signals were recorded for channels C3, Cz, and C4 at a sampling rate of 128 Hz and were band-pass filtered between 0.5 Hz and 30 Hz (for details, see [35]).

2.1.2. BCI Competition III, Dataset IIIb

BCI Competition III Dataset IIIb was recorded with two classes (left hand, right hand) of motor imagery EEG data from three test subjects (O3VR, S4, and X11). Of them, only data from S4 and X11 (subjects 2 and 3) were used in the present experiments because data from O3VR not only used a different paradigm, but also some trials were overlapping. The number of trials for each test subject is 1080. The length of each trial is 7 s. EEG signals were sampled at a rate of 125 Hz and were recorded using three bipolar channels (C3, C4, and Cz). Along with notch filtering, the signals were band-pass filtered between 0.5 and 30 Hz (for details, see [36]).

2.1.3. BCI Competition IV, Dataset 2b

The BCI competition IV dataset 2b consisted of two classes (left hand and right hand) of motor imagery EEG data from nine test subjects (subjects 4–12). This dataset consists of five sessions and the first two sessions do not include any feedback, while the remaining sessions include feedback. Along with notch filtering (50 Hz), the EEG signals were band-pass filtered between 0.5 and 100 Hz. EEG signals were recorded using three channels (C3, Cz, and C4) at a sampling frequency of 250 Hz. In the present study, this dataset was pre-treated through a band-pass filter, between 0.5 and 30 Hz, in order to use the same frequency band as other datasets.

2.2. Combined Feature Vectors Based on Wavelets and PCA

While conducting motor imagery work, special features termed as event-related desynchronization (ERD) and event-related synchronization (ERS) are generated from mu waves and beta waves throughout the entire area of the sensory motor cortex [39]. In many BCI studies, such ERD/ERS components appearing from mu and beta waves were used as features for identification of EEG signals in motor imagery. However, the dominant frequency bands where ERD/ERS appear are subject-specific. Therefore, a wider frequency band is used rather than a frequency band that is of an accurate width [40]. In the present study, we use not only the 8–30 Hz band (that includes mu and beta waves), but also some theta waves, as theta waves also include EEG features for identification in motor imagery [41]. However, since EEG signals are compromised by artifacts, such as eye blinking, eye movements, and muscle noises, we excluded the bands below 6 Hz [42]. Therefore, we use the 6–30 Hz band.
Different methods such as fast Fourier transform (FFT), short-time Fourier transform (STFT), and wavelet transform (WT) can be used to analyze EEG signals. However, since EEG signals are non-stationary signals, flexible multi-resolution-based WT is more effective than FFT and STFT (which have constant frequency resolutions) for EEG analysis [8].
WT is generally categorized into CWT and DWT. To solve the problem of resolution limitation in STFT, CWT uses wavelets that are continuously adjusted and transformed. Since the wavelets used are non-orthogonal, CWT provides redundant representations of signals [43]. DWT is similar to CWT. However, to remove redundancy, DWT uses wavelets that have been discretely adjusted and changed [44]. Therefore, CWT is more appropriate if knowing the specific frequency component is important. On the other hand, DWT is more appropriate if the aggregate information in certain frequency bands is necessary [45]. In the present study, both CWT and DWT were applied to extract useful information on motor imagery (micro and macro).

2.2.1. Feature Extraction by CWT

Since CWT uses windows with variable widths, it is a multi-resolution analysis method that has better frequency resolution than STFT. Let us assume that f ( t ) is a square integrable function. Then, the CWT of continuous-time signal f ( t ) provides an A (number of scales) × L (length of signals) matrix of wavelet coefficients through the following equation:
C W T ( a , b ) = f ( t ) 1 a ψ t b a d t ,
where 0 < a < is the scale, b is the translation, 1 a is the normalizing factor, and ψ ( t b a ) is the complex conjugate of the mother wavelet ψ ( t ) in scale a and translation b [46,47]. C W T ( a , b ) indicates the degree of matching between f ( t ) and ψ ( t b a ) . In the present study, as mother wavelets, we used Morlet wavelets that have been used in previous BCI studies [48,49,50,51] because Morlet wavelets are appropriate for localizing frequency characteristics in time. The power of the wavelet coefficients provides the distributions of individual frequency components in time. Based on a previous study [51], the CWT feature vectors were generated by using log-transformation of power with a band width of 1 Hz between 6 and 30 Hz. The feature vector C n of CWT was defined as follows:
C n = { C n , 1 , C n , 2 , , C n , 48 } .
Here, n = 1 , , N indicates the trial index, and the respective integers indicate channel (2) × frequency band (24) = 48.

2.2.2. Feature Extraction by DWT

DWT decomposes signals into coarse approximation and detailed information to analyze signals in different frequency bands with different resolutions [52]. DWT can be defined as shown below:
D W T ( j , k ) = i k f ( t ) 2 j 2 Ψ ( 2 j t k ) ,
where f ( t ) represents functions of time t. Ψ represents wavelet basis functions and j and k represent frequency resolution and travel time for the time axis. EEG signals were decomposed into four or five levels using Daubechies wavelet 4 (db4). D2, D3, and D4 (or D3, D4, and D5) include the beta, mu, and theta waves, respectively, where the features (ERD/ERS) of motor imagery EEG appear. Therefore, these sub-bands have been used to classify EEG signals. The following statistics of extracted wavelet coefficients were used as features [52,53]:
(1)
Mean of the absolute values of the wavelet coefficients in each sub-band
(2)
Average power of the wavelet coefficients in each sub-band
(3)
Standard deviation of the wavelet coefficients in each sub-band
(4)
Ratio of the absolute mean values of adjacent sub-bands
(5)
Energy of the wavelet coefficients in each sub-band
(6)
Entropy of the wavelet coefficients in each sub-band
(7)
Skewness of the wavelet coefficients in each sub-band
(8)
Kurtosis of the wavelet coefficients in each sub-band
Features 1 and 2 indicate frequency distributions, features 3 and 4 indicate the variance in frequency distributions, and features 5 and 6 indicate time-frequency distributions [54]. Feature 7 indicates the measurements of the asymmetry of frequency distribution, and feature 8 indicates the measurements of the peaks of frequency distributions [55]. The feature vector computed for mu, beta and theta waves for EEG signal classification were defined as follows:
D n = { D n , 1 , D n , 2 , , D n , 48 } .
Here, the respective integers indicate channel (2) × frequency band (3) × statistic (8) = 48.

2.2.3. Combined Feature Vectors by PCA

As explained above, CWT was applied to extract data every 1 Hz bin width within the 6–30 Hz band. DWT was applied to extract theta, mu, and beta waves associated with motor imagery. In the present study, the features extracted in this manner are combined to form a single feature vector. This method gives macro and micro information in time and frequency, enhancing the accuracy of motor imagery classification. To form the composite feature vectors, we connected all of the feature vectors of CWT and DWT. The composite feature vector consists of a total of 96 features:
F n = { C n , 1 , , C n , 48 , D n , 1 , , D n , 48 } .
In general, the dimensions of a composite feature vector are large. For small training samples, because the amount of training data may be less than the number of features, classification algorithms such as SVMs suffer from the curse of dimensionality [56]. Therefore, in order to prevent such a problem, it is crucial to reduce the dimensionality of the features. Among dimensionality reduction methods, PCA has been widely used in diverse areas [57,58]. The purpose of PCA is to find the linear orthogonal transformation matrix (projection matrix W) that has the maximum variance in a dataset consisting of many variables, while reducing the dimensions of the dataset [59]. The PCA projection matrix W can be obtained by selecting K eigenvectors that have the highest eigenvalues. We use the first K components that contain 98% of variance in the data. Therefore, the reduced combined feature vectors S N × K can be obtained by applying the PCA projection matrix W to our composite feature vectors set F as shown in the following equation:
S = F W .

2.3. GMM-Supervectors

SVMs have high computational cost due to large amounts of data required for the training process, which is sensitive to noise. One way to solve these problems is to reduce the size of the training dataset [60]. The proposed method uses the GMM to generate a noise-robust small training dataset from the original training data. Subsequently, the obtained mean vector of the Gaussian components was used as the new training dataset for the SVM. The new small training dataset contains the information of the original training data, while also reducing the size. Here, we applied the concept of the method proposed in [61] to generate GMM-supervectors.
The GMM is a generative model to estimate clustering or densities using statistical methods. Since it also uses covariance matrices, it includes information about the distribution of features, and has generative models that are relatively less impacted by noise than discriminative models. Using the GMM method, the overall training data can be expressed through a sufficiently small number of representative training samples. In GMM, the distribution of training data for each class is modeled using m l Gaussian components. Therefore, the GMM is a parametric probability density function expressed as the sum of the weights of Gaussian densities of the components [62]. Suppose we have the GMM-UBM using the EM algorithm to generate representative training samples. The GMM-UBM is defined as:
p ( s l | θ l ) = i = 1 m l ω l , i g ( s l μ l , i , Σ l , i ) .
s l are the K-dimensions feature vectors for class l ( l = { 1 , 2 } ) , and θ l = { ω l , i , μ l , i , Σ l , i } is a set of all parameters of the GMM-UBM in class l. ω l , i , μ l , i and Σ l , i are the prior probabilities (mixture weight), average vector, and diagonal covariance matrix for the ith element of class l. Here, ω l , i is a probability value and therefore must satisfy 0 ω i 1 , Σ i = 1 m l ω l , i = 1 . g s l | μ l , i , Σ l , i shows the Gaussian component of the ith element for class l. In a K-dimensional space, the respective Gaussian components were defined as follows:
g ( s l | μ l , i , Σ l , i ) = 1 ( 2 π ) K / 2 Σ l , i 1 / 2 exp 1 2 ( s l μ l , i ) T Σ l , i 1 ( s l μ l , i ) .
Given m l components, the complete set θ l of GMM-UBM parameters was determined by maximum likelihood [63]. For class 1, the data was used by the EM algorithm to generate the parameters of the GMM-UBM. Only the mean vectors from the GMM-UBM were selected, which are referred to as the GMM-supervectors [61]. The GMM-supervectors for class 2 are obtained using the same procedure. Subsequently, in order to create a representative training sample that is robust against noise, we connected the GMM-supervectors for each class. As a result, together with the selected mean vectors, we are able to form the following representative training sample, which represents the overall training data:
μ 1 , 1 μ 1 , k μ m 1 , 1 μ m 1 , k μ m 1 + 1 , 1 μ m 1 + 1 , k μ m 1 + m 2 , 1 μ m 1 + m 2 , k .
Here, μ i , j represents the jth feature of the ith representative training sample. i = 1 , , m 1 are representative training samples belonging to class 1 and i = m 1 + 1 , , m 2 are representative training samples belonging to class 2. This representative training sample M is used as input data for the SVM. Figure 2 shows the mean vector of the class-specific GMM-supervectors generated by using two features for subject 7 in the BCI competition IV dataset IIb. The colored-in shape indicates the mean of the Gaussian components.

2.4. Support Vector Machine (SVM)

The SVM is a discriminative model that has been widely used for linear and nonlinear classifications due to its high prediction accuracy. The SVM determines the optimal hyperplane (i.e., decision boundary) that has the largest margin between two classes. Data from classes closest to a decision boundary are called support vectors.
When a dataset D = { x i , y i } i = 1 N in which y i { 1 , 1 } is given, the SVM aims to find an optimal hyperplane that separates the samples in the feature space. For a nonlinear problem, this hyperplane is given by f ( x ) = ω · Φ ( x i ) + b , where ω is the optimal set of weights, Φ ( x i ) represents a nonlinear mapping on x i , and b is the optimal bias. The primal optimization problem of the SVM is as follows:
min ω , b , ξ 1 2 ω T ω + C i = 1 N ξ i , S u b j e c t t o y i ( ω T Φ ( x i ) + b ) 1 ξ i , ξ i 0 ,
where C > 0 is the penalty parameter and ξ i represents the degree of misclassification of the ith sample. This optimization problem can be solved by transforming it into a dual problem using Lagrange optimization:
max i = 1 N α i 1 2 i = 1 N j = 1 N α i α j y i y j K ( x i , x j ) , S u b j e c t t o : i = 1 N α i y i = 0 , 0 α i C ,
where α i is the Lagrange multiplier obtained by solving the quadratic programming problem. K ( x i , x j ) is a kernel function. In the present study, radial basis kernel functions were used as the SVM’s kernel functions:
K ( x i , x j ) = exp x i x j 2 2 σ ,
where σ is a kernel parameter that is related to kernel width. In the present study, cross-validation (CV) was applied to evaluate and select the optimal values of C and σ through the grid search [64]. The range of parameters was given as follows: C = 2 5 , , 2 15 , σ = 2 15 , , 2 3 . The fold number CV was set to 10.

3. Experimental Results

To assess the applicability of the proposed method, we conducted experiments on three different datasets recorded by the Graz BCI group (Graz University of Technology, Graz, Austria). First, by comparing the DWT, CWT, and combined feature vectors for the three datasets in terms of accuracy, we proved the efficiency of combined feature vectors. Next, to assess the efficiency of our method, we carried out a comparative experiment against state-of-the-art algorithms. The best parameters for SVM in the classification process were selected by applying 10-fold cross validation to the training data. The training data that is downsized using the proposed method is generated differently each time. To ensure more objective comparative test results, we repeated the test 10 times for each subject. In other words, 10×10-fold cross-validation was used to evaluate the performance of proposed method. The experiment was carried out using a CPU 3.4 GHz processor, 4 GB RAM, Windows 7 (Microsoft, Redmond, WA, USA), and Matlab 2014b (version 8.4, MathWorks, Natick, MA, USA).

3.1. Performance of the Combined Features Vector

First, we checked whether combined features are valid as features for motor imagery EEG signal classification. Table 2 shows the classification accuracy of the SVM classifier, comparing single feature extraction methods and combined feature vectors. The results show that the accuracy based on combined feature vectors with PCA are approximately 0.5 to 6.1% better than other features on average. In particular, the combined feature vectors with PCA revealed a statistically significant improvement in classification accuracy compared to DWT (p < 0.05) and CWT (p < 0.05). Although accuracy was reduced compared to CWT for Subject 4, improved accuracy was observed for the other subjects. For Subjects 8 and 10, the classification accuracy was markedly improved. The combined feature vectors using PCA show lower dimensionality and higher average accuracy compared to when PCA is not applied. Although combined feature vector with PCA showed reduction in accuracy for some subjects, on average, the accuracy was improved by approximately 0.5%. In addition, the number of features was reduced to approximately 35.7% (34.3) of the entire number of features (96).
Table 3, Table 4, and Table 5 show the performance comparison of the combined feature vectors with winning methods for each dataset, in terms of MI, accuracy, and kappa. Because three different datasets were used, the method of assessment used for comparison differs depending on the dataset. The proposed method exhibited better performance in all aspects when compared with the results for the winning methods of each dataset.
We compared the MI of the proposed method against the MI of the competition-winning methods of BCI competitions II and III. Table 3 and Table 4 show the MIs for the proposed method using all the training data for BCI competition II and III, the proposed method using 30% of all training data, and each of the BCI competition-winning methods. In Table 3, the maximum MIs for the proposed method using all and 30% of the training data were 0.84 and 0.67, respectively. These results represent 0.23 and 0.06 improvements, respectively, over the result achieved by the first winner of BCI competition II. On the other hand, in BCI competition III shown in Table 4, the proposed method using all training data, named ALL-SVM, exhibited lower performance than the first winner. However, for Subject 3, ALL-SVM had a maximum MI of 0.3562, which represents better performance than the 0.3489 of the first winner. In addition, the ALL-SVM and 30%-SVM methods both showed better performance than the second winner.
Next, we consider the kappa values of the proposed method and compare them to the winning methods of BCI competition, which has the largest number of subjects (Table 5). The results show that the ALL-SVM method had a better mean kappa value (0.62) than the first winner (0.60). The results also show that the ALL-SVM method was better than the first winner for five subjects (4, 5, 8, 9, and 10). It was shown that, while 30%-SVM achieved similar kappa values to the second winner, the kappa values were less than those of the first winner in most of the subjects. However, in some subjects (4 and 9), the kappa result was quite high.

3.2. Performance of a Fast and Robust SVM Training Method

In this subsection, we evaluate classification accuracies depending on the size m of the representative training sample, and experimental results depending on training time. Figure 3 shows that, as the size of the training dataset increases, the change in accuracy according to reduction rate remains constant. For subjects 9 and 11, when the size of the training data was reduced to 15%, and 25%, lower losses (less than 1%) were observed. For subjects 2 and 3, when the size of the training data was reduced to 65%, losses of 1% were observed. On the other hand, for subject 1, because the initial training dataset was small (140), the difference in accuracy according to reduction rate was greater than for the other subjects.
The proposed method shows average losses of 1.47% in classification accuracy when the training dataset has been reduced to 30%. However, as can be seen in Figure 4, the mean speed of the training process for all subjects increased approximately 7.30 times on average. Looking at subjects with small training datasets only, the improvement was 1.18 times on average, while for the rest of the subjects with large training datasets, the average improvement was 7.36. In particular, the speed of the training process for subject 9 was observed to increase by up to 14.35 times with a loss of some 1% when the size of the training dataset was reduced to 15%.

3.3. Comparison with State-of-the-Art Algorithms

To compare our method against current SVM methods for BCI systems, we carried out comparative experiments against state-of-the-art algorithms such as PSVM, PEGASOS, and RSVM, which are effective in enhancing SVM speed. Library for SVM (LIBSVM), which uses random sampling, was used as another reference algorithm for performance assessment (also called Random method). This is the most widely used SVM algorithm. In the experiments, the state-of-the-art algorithms used wavelet-based combined feature vectors as the input. The proposed method used the GMM-supervector generated by wavelet-based combined feature vector as the input. For each of the three datasets, 10×10-fold cross-validation was used to evaluate the performance of the classifiers. The proposed method and the state-of-the-art SVM algorithms were trained to classify the motor imagery EEG.
Figure 5 shows the mean classification accuracies of the proposed method and four state-of-the-art algorithms depending on the size of the training dataset for all subjects. It is clearly shown that the proposed method achieves higher accuracies than all of the other state-of-the-art algorithms at all reduction rates. The greater the reduction rate of the training data, the greater the difference in classification accuracy between the proposed method and other state-of-the-art algorithms. While the proposed method has an accuracy of 76.4% when using only 5% of training data, the accuracies for PSVM, RSVM, PEGASOS, and Random method were 63.9%, 70.5%, 64.4%, and 64.4%, respectively. Comparing the cases where all training data is used and where 30% of the training data is used, the proposed method has a classification accuracy loss of 1.47% on average. On the other hand, the classification accuracy losses for PSVM, RSVM, PEGASOS and Random method when compared to 100% training data use were 2.0%, 1.4%, 2.5%, and 3.1%, respectively. When compared against the highest classification accuracies, the classification accuracy losses for PSVM, RSVM, and PEGASOS were 4.2%, 4.8%, and 4.5%, respectively. These differences increase with the reduction rate.
Figure 6 shows the mean training time of the proposed method and the state-of-the-art algorithms depending on the size of the training dataset for all subjects. Training time of the proposed method includes the GMM-supervector generation process. Nevertheless, the proposed method becomes faster than PSVM, RSVM and PEGASOS. Comparing the cases where all training data is used and where 30% of the training data is used, the proposed method was almost 7.30 times faster. On the other hand, PSVM, RSVM, PEGASOS and Random method when compared to using the entire training data, increased almost 3.71 times, 3.14 times, 1.20 times, and 6.96 times, respectively. In other words, the proposed method showed the greatest decrease in training time.

4. Discussion

In the present study, we used wavelet-based combined feature vectors as features suitable for classification of motor imagery EEG signals. As shown in Table 2, it was confirmed that, while the classification accuracy gained using DWT was lower than that for CWT, DWT itself had information based on which motor imagery EEG signals could be classified. That is to say that DWT, which contains macro information relating to a broad frequency band, and CWT, which contains micro information relating to a narrow 1 Hz band, have potential as features of motor imagery BCI. The data in DWT represents macro information, including information on a broad frequency band, and the data in CWT represents micro information on a narrow 1 Hz band. As macro data is a trend created by a collection of micro data, it can be said to be the effect of a cause. Having both cause and effect is more helpful in resolving problems than having only the cause or only the effect. This was ultimately proven by the combined feature vectors (shown in Table 2) exhibiting higher classification accuracy than individual features, in most of the subjects. Figure 3 shows that, for some subjects, the classification accuracy for the representative training sample is higher than when all the training data was used. Therefore, it may be said that the proposed method helps to improve the classification accuracy of the existing SVM. Furthermore, the representative training sample generated through GMM, which is robust against over-fitting, is more helpful in improving the generalization ability of the SVM than the existing training data. Figure 3 also shows that, if the amount of training data is large, the loss in accuracy is not significant, even at higher reduction rates. This means that the proposed method is more useful in reducing large training datasets than small training datasets. In BCI applications, both accuracy and speed are important. Therefore, it is important to reduce the size of the training data while maintaining as high a level of accuracy as possible. The proposed method was shown to have similar accuracy as state-of-the-art algorithms at both high and low reduction rates. These results indicate that the proposed method, by evaluating an appropriate representative training sample for the overall training data, helps to maintain classification accuracy. The results also show that, as the proposed method has achieved good classification accuracy using less training data than state-of-the-art algorithms, it is able to carry out a faster training process. That is, the comparative experiment against state-of-the-art algorithms proves that the proposed method is effective and stable. In addition, when using only 30% of the training data, the training time of the proposed method is about 2.3 s. This value is faster than other fast SVMs except the Random method. Therefore, the proposed method does not significantly affect computation time for the training process. Test time is short (about 0.004 s) in each training data size. Therefore, the proposed method can be applied to real-time BCI system implementation.

5. Conclusions

A wavelet and PCA-based combined feature vectors method and the fast and robust SVM training method have been proposed to improve the accuracy and speed of motor imagery BCI. The proposed method reduced the overall training data size to 30% while achieving low loss (1%). Moreover, the speed of SVM training was increased by up to a factor of 7.30. In addition, because of the smaller number of training data points, testing speed was naturally improved. The proposed combined feature vectors methods were superior to methods with a single feature for most subjects. Although the combined feature vectors exhibited lower classification performance than single features in some subjects, the differences observed were at acceptable levels. The GMM-based fast and robust SVM training method showed better trade-offs between accuracy and speed than the state-of-the-art algorithms. The method proposed in the experiment, by exhibiting high reduction rates for large training data alongside good classification accuracy, showed high potential for use in BCI applications. On the other hand, while the proposed method exhibited good classification accuracy for small training datasets, it exhibited relatively low reduction rates for large training datasets. While the proposed method is effective, there are some remaining issues to be resolved. The first is that the times at which EEGs associated with motor imagery occur vary from person to person and trial to trial. For this reason, in the experiment conducted in this study, we used different motor imagery periods for some subjects. However, this choice was empirical. Therefore, future studies will focus on developing methods to automatically set optimal motor imagery periods for subjects. The second is the question of what the optimal reduction rate of training data is. The reduction rate varies depending on the size of the training data. With a loss of 1% as the standard, our results showed a high reduction rate for a large amount of training data, while the reduction rate for a small amount of training data was low. Accordingly, we will consider methods of automatically setting the optimum reduction rate while maintaining accuracy and reducing the SVM training data size as much as possible. Lastly, it was shown that the combined feature vectors and training data reduction method was effective in motor imagery EEG signals with two classes. Accordingly, by applying the method to motor imagery EEG signals with more classes, we will investigate the versatility of this method. Fourth, we will consider common spatial pattern (CSP), one of the widely used feature extraction methods, to extract features that are more suitable for motor imagery-based BCI. CSP has been used in many studies related to motor imagery. Ang et al. found motor imagery for control and rehabilitation by improving the signal-to-noise ratio of EEG using CSP [12]. Zhang et al. optimized the spatial pattern of EEG using the modified CSP [14]. We will therefore consider a new combined feature extraction method that combines CSP and time-frequency methods in future work. Fifth, the proposed GMM-supervector method reduces the size of large training samples to speed up the training of the SVM. In other words, the proposed methods and traditional fast SVMs take a different approach, but they have the same purpose: to speed up the training. However, since the proposed method reduces the training sample, it can be combined with other classifiers such as LDA, quadratic discriminant analysis (QDA), and logistic classification as well as SVM. There are some exceptions, however, in some optimization methods using a random sampling or subset of training sample, and the proposed method may not be suitable because training data reduction is applied twice. Therefore, we will investigate the combined scalability of GMM-supervector method and other classifiers in future work. Lastly, we will consider a multimodal signal [66] that combines EEG with additional psychophysiological signals such as the pupil, and deep learning to further improve classification accuracy of motor imagery-based BCIs.

Acknowledgments

This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Science, ICT & Future Planning (No. NRF-2017R1A2B1008797).

Author Contributions

David Lee participated in the study conception and design, drafting and critical revision of the manuscript. Sang-Hoon Park helped design the experiment and coordinate the data collection, and was also involved in data analyses and manuscript writing. Sang-Goog Lee carried out the proofreading of the paper.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
BCIBrain–Computer Interface
CVCross-Validation
CWTContinuous Wavelet Transform
CSPCommon spatial pattern
DWTDiscrete Wavelet Transform
EEGElectroencephalography
EMExpectation–Maximization
ERDEvent-Related Desynchronization
ERSEvent-Related Synchronization
FFTFast Fourier Transform
GMMGaussian Mixture Model
GMM-UBMGaussian Mixture Model Universal Background Model
LDALinear Discriminant Analysis
PCAPrincipal Component Analysis
STFTShort-Time Fourier Transform
SVMsSupport Vector Machines
WTWavelet Transform

References

  1. Hsu, W. EEG-Based Motor Imagery Classification using Neuro-Fuzzy Prediction and Wavelet Fractal Features. J. Neurosci. Methods 2010, 189, 295–302. [Google Scholar] [CrossRef] [PubMed]
  2. Hsu, W. Embedded Prediction in Feature Extraction: Application to Single-Trial EEG Discrimination. Clin EEG Neurosci. 2013, 44, 31–38. [Google Scholar] [CrossRef] [PubMed]
  3. Kalcher, J.; Flotzinger, D.; Neuper, C.; Gölly, S.; Pfurtscheller, G. Graz Brain-Computer Interface II: Towards Communication between Humans and Computers Based on Online Classification of Three Different EEG Patterns. Med. Biol. Eng. Comput. 1996, 34, 382–388. [Google Scholar] [CrossRef] [PubMed]
  4. Wolpaw, J.R.; McFarland, D.J. Multichannel EEG-Based Brain-Computer Communication. Electroencephalogr. Clin. Neurophysiol. 1994, 90, 444–449. [Google Scholar] [CrossRef]
  5. Song, X.; Perera, V.; Yoon, S. A Study of EEG Features for Multisubject Brain-Computer Interface Classification. In Proceedings of the IEEE Signal Processing in Medicine and Biology Symposium (SPMB 2014), Philadelphia, PA, USA, 13 December 2014; p. 1. [Google Scholar]
  6. Santhanam, G.; Ryu, S.I.; Byron, M.Y.; Afshar, A.; Shenoy, K.V. A High-Performance brain–computer Interface. Nature 2006, 442, 195–198. [Google Scholar] [CrossRef] [PubMed]
  7. Thompson, D.E.; Blain-Moraes, S.; Huggins, J.E. Performance Assessment in Brain-Computer Interface-Based Augmentative and Alternative Communication. Biomed. Eng. Online 2013, 12, 43. [Google Scholar] [CrossRef] [PubMed]
  8. Nicolas-Alonso, L.F.; Gomez-Gil, J. Brain Computer Interfaces, a Review. Sensors 2012, 12, 1211–1279. [Google Scholar] [CrossRef] [PubMed]
  9. Coyle, D.; Prasad, G.; McGinnity, T.M. A Time-Series Prediction Approach for Feature Extraction in a Brain-Computer Interface. IEEE Trans. Neural Syst. Rehabil. Eng. 2005, 13, 461–467. [Google Scholar] [CrossRef] [PubMed]
  10. Besserve, M.; Martinerie, J.; Garnero, L. Improving Quantification of Functional Networks with Eeg Inverse Problem: Evidence from a Decoding Point of View. Neuroimage 2011, 55, 1536–1547. [Google Scholar] [CrossRef] [PubMed]
  11. Kayikcioglu, T.; Aydemir, O. A Polynomial Fitting and k-NN Based Approach for Improving Classification of Motor Imagery BCI Data. Pattern Recog. Lett. 2010, 31, 1207–1215. [Google Scholar] [CrossRef]
  12. Ang, K.K.; Guan, C. EEG-Based Strategies to Detect Motor Imagery for Control and Rehabilitation. IEEE Trans. Neural Syst. Rehabil. Eng. 2017, 25, 392–401. [Google Scholar] [CrossRef] [PubMed]
  13. Martin-Smith, P.; Ortega, J.; Asensio-Cubero, J.; Gan, J.Q.; Ortiz, A. A Supervised Filter Method for Multi-Objective Feature Selection in EEG Classification Based on Multi-Resolution Analysis for BCI. Neurocomputing 2017, 250, 45–56. [Google Scholar] [CrossRef]
  14. Zhang, Y.; Zhou, G.; Jin, J.; Wang, X.; Cichocki, A. Optimizing Spatial Patterns with Sparse Filter Bands for Motor Imagery Based brain computer Interface. J. Neurosci. Methods 2015, 255, 85–91. [Google Scholar] [CrossRef] [PubMed]
  15. Park, C.; Took, C.C.; Mandic, D.P. Augmented Complex Common Spatial Patterns for Classification of Noncircular EEG from Motor Imagery Tasks. IEEE Trans. Neural Syst. Rehabil. Eng. 2014, 22, 1–10. [Google Scholar] [CrossRef] [PubMed]
  16. Sankar, A.S.; Nair, S.S.; Dharan, V.S.; Sankaran, P. Wavelet Sub Band Entropy Based Feature Extraction Method for BCI. Procedia Comput. Sci. 2015, 46, 1476–1482. [Google Scholar] [CrossRef]
  17. Cortes, C.; Vapnik, V. Support-Vector Networks. Mach. Learn. 1995, 20, 273–297. [Google Scholar] [CrossRef]
  18. Meyer, D.; Leisch, F.; Hornik, K. The Support Vector Machine Under Test. Neurocomputing 2003, 55, 169–186. [Google Scholar] [CrossRef]
  19. Wang, L.; Zhang, X.; Zhong, X.; Zhang, Y. Analysis and Classification of Speech Imagery EEG for BCI. Biomed. Signal Process. Control 2013, 8, 901–908. [Google Scholar] [CrossRef]
  20. Dokare, I.; Kant, N. Performance Analysis of SVM, KNN and BPNN Classifiers for Motor Imagery. Int. J. Eng. Trends Technol. 2014, 10, 19–23. [Google Scholar] [CrossRef]
  21. Xu, Q.; Zhou, H.; Wang, Y.; Huang, J. Fuzzy Support Vector Machine for Classification of EEG Signals Using Wavelet-Based Features. Med. Eng. Phys. 2009, 31, 858–865. [Google Scholar] [CrossRef] [PubMed]
  22. Eslahi, S.V.; Dabanloo, N.J. Fuzzy Support Vector Machine Analysis in EEG Classification. Int. Res. J. Appl. Basic Sci. 2013, 5, 161–165. [Google Scholar]
  23. Perseh, B.; Sharafat, A.R. An Efficient P300-Based BCI using Wavelet Features and IBPSO-Based Channel Selection. J. Med. Signals Sens. 2012, 2, 128–143. [Google Scholar] [PubMed]
  24. Dornhege, G.; Blankertz, B.; Curio, G.; Muller, K. Boosting Bit Rates in Noninvasive EEG Single-Trial Classifications by Feature Combination and Multiclass Paradigms. IEEE Trans. Biomed. Eng. 2004, 51, 993–1002. [Google Scholar] [CrossRef] [PubMed]
  25. Pavlidis, G. Using Other Statistical Features. In Mixed Raster Content: Segmentation, Compression, Transmission; Springer: Singapore, 2016; p. 324. [Google Scholar]
  26. Li, Y.; Lin, C.; Huang, J.; Zhang, W. A New Method to Construct Reduced Vector Sets for Simplifying Support Vector Machines. In Proceedings of the IEEE International Conference on Engineering of Intelligent Systems (ICEIS 2006), Islamabad, Pakistan, 14–15 January 2006; pp. 1–5. [Google Scholar]
  27. Wu, Y.; Liu, Y. Robust Truncated Hinge Loss Support Vector Machines. J. Am. Stat. Assoc. 2007, 102, 974–983. [Google Scholar] [CrossRef]
  28. Almasi, O.N.; Rouhani, M. Fast and De-Noise Support Vector Machine Training Method Based on Fuzzy Clustering Method for Large Real World Datasets. Turk. J. Elec. Eng. Comp. Sci. 2016, 24, 219–233. [Google Scholar] [CrossRef]
  29. Fu, Z.; Robles-Kelly, A.; Zhou, J. Mixing Linear SVMs for Nonlinear Classification. IEEE Trans. Neural Networks 2010, 21, 1963–1975. [Google Scholar] [PubMed]
  30. Angiulli, F.; Astorino, A. Scaling Up Support Vector Machines using Nearest Neighbor Condensation. IEEE Trans. Neural Netw. 2010, 21, 351–357. [Google Scholar] [CrossRef] [PubMed]
  31. Fung, G.M.; Mangasarian, O.L. Multicategory Proximal Support Vector Machine Classifiers. Mach. Learning 2005, 59, 77–97. [Google Scholar] [CrossRef]
  32. Lee, Y.; Huang, S. Reduced Support Vector Machines: A Statistical Theory. IEEE Trans. Neural Networks 2007, 18, 1–13. [Google Scholar] [CrossRef] [PubMed]
  33. Shalev-Shwartz, S.; Singer, Y.; Srebro, N.; Cotter, A. Pegasos: Primal estimated sub-gradient solver for SVM. Math. Program. 2011, 127, 3–30. [Google Scholar] [CrossRef]
  34. Jing, C.; Hou, J. SVM and PCA Based Fault Classification Approaches for Complicated Industrial Process. Neurocomputing 2015, 167, 636–642. [Google Scholar] [CrossRef]
  35. Blankertz, B.; Muller, K.; Curio, G.; Vaughan, T.M.; Schalk, G.; Wolpaw, J.R.; Schlogl, A.; Neuper, C.; Pfurtscheller, G.; Hinterberger, T. The BCI Competition 2003: Progress and Perspectives in Detection and Discrimination of EEG Single Trials. IEEE Trans. Biomed. Eng. 2004, 51, 1044–1051. [Google Scholar] [CrossRef] [PubMed]
  36. Blankertz, B.; Muller, K.; Krusienski, D.J.; Schalk, G.; Wolpaw, J.R.; Schlogl, A.; Pfurtscheller, G.; Millan, J.R.; Schroder, M.; Birbaumer, N. The BCI Competition III: Validating Alternative Approaches to Actual BCI Problems. IEEE Trans. Neural Syst. Rehabil. Eng. 2006, 14, 153–159. [Google Scholar] [CrossRef] [PubMed]
  37. Tangermann, M.; Müller, K.; Aertsen, A.; Birbaumer, N.; Braun, C.; Brunner, C.; Leeb, R.; Mehring, C.; Miller, K.J.; Mueller-Putz, G. Review of the BCI Competition IV. Front. Neurosci. 2012, 6, 55. [Google Scholar] [CrossRef] [PubMed]
  38. Yaacoub, C.; Mhanna, G.; Rihana, S. A Genetic-Based Feature Selection Approach in the Identification of Left/Right Hand Motor Imagery for a Brain-Computer Interface. Brain Sci. 2017, 7, 12. [Google Scholar] [CrossRef] [PubMed]
  39. Pfurtscheller, G.; Da Silva, F.L. Event-Related EEG/MEG Synchronization and Desynchronization: Basic Principles. Clin. Neurophysiol. 1999, 110, 1842–1857. [Google Scholar] [CrossRef]
  40. Yamawaki, N.; Wilke, C.; Liu, Z.; He, B. An Enhanced Time-Frequency-Spatial Approach for Motor Imagery Classification. IEEE Trans. Neural Syst. Rehabil. Eng. 2006, 14, 205–254. [Google Scholar] [CrossRef] [PubMed]
  41. Ahn, M.; Cho, H.; Ahn, S.; Jun, S.C. High Theta and Low Alpha Powers may be Indicative of BCI-Illiteracy in Motor Imagery. PLoS ONE 2013, 8, e80886. [Google Scholar] [CrossRef] [PubMed]
  42. Yong, X.; Ward, R.K.; Birch, G.E. Generalized Morphological Component Analysis for EEG Source Separation and Artifact Removal. In Proceedings of the 4th International IEEE/EMBS Conference on Neural Engineering, Antalya, Turkey, 29 April 2009–2 May 2009; pp. 343–346. [Google Scholar]
  43. Chinarro, D. Wavelet Transform Techniques. In System Engineering Applied to Fuenmayor Karst Aquifer (San Julián De Banzo, Huesca) and Collins Glacier (King George Island, Antarctica); Springer: Berlin, Germany, 2014; pp. 26–27. [Google Scholar]
  44. Valens, C. A really Friendly Guide to Wavelets. Available online: http://www.cs.unm.edu/~williams/cs530/arfgtw.pdf (accessed on 22 August 2017).
  45. Chen, S.; Zhu, H.Y. Wavelet Transform for Processing Power Quality Disturbances. EURASIP J. Adv. Signal Process. 2007, 1, 047695. [Google Scholar] [CrossRef]
  46. Addison, P.S.; Walker, J.; Guido, R.C. Time–Frequency Analysis of Biosignals. IEEE Eng. Med. Biol. Mag. 2009, 28, 14–29. [Google Scholar] [CrossRef] [PubMed]
  47. Najmi, A.; Sadowsky, J. The Continuous Wavelet Transform and Variable Resolution Time-Frequency Analysis. Johns Hopkins APL Tech. Dig. 1997, 18, 134–140. [Google Scholar]
  48. Herman, P.; Prasad, G.; McGinnity, T.M.; Coyle, D. Comparative Analysis of Spectral Approaches to Feature Extraction for EEG-Based Motor Imagery Classification. IEEE Trans. Neural Syst. Rehabil. Eng. 2008, 16, 317–326. [Google Scholar] [CrossRef] [PubMed]
  49. Lemm, S.; Schafer, C.; Curio, G. BCI Competition 2003-Data Set III: Probabilistic Modeling of sensorimotor/spl mu/rhythms for Classification of Imaginary Hand Movements. IEEE Trans. Biomed. Eng 2004, 51, 1077–1080. [Google Scholar] [CrossRef] [PubMed]
  50. Brodu, N.; Lotte, F.; Lécuyer, A. Exploring Two Novel Features for EEG-Based Brain-Computer Interfaces: Multifractal Cumulants and Predictive Complexity. Neurocomputing 2012, 79, 87–94. [Google Scholar] [CrossRef] [Green Version]
  51. Brodu, N.; Lotte, F.; Lécuyer, A. Comparative Study of Band-Power Extraction Techniques for Motor Imagery Classification. In Proceedings of the 2011 IEEE Symposium on Computational Intelligence, Cognitive Algorithms, Mind, and Brain (CCMB 2011), Paris, France, 11–15 April 2011; pp. 1–6. [Google Scholar]
  52. Subasi, A. EEG Signal Classification using Wavelet Feature Extraction and a Mixture of Expert Model. Expert Syst. Appl. 2007, 32, 1084–1093. [Google Scholar] [CrossRef]
  53. Subasi, A. Application of Adaptive Neuro-Fuzzy Inference System for Epileptic Seizure Detection Using Wavelet Feature Extraction. Comput. Biol. Med. 2007, 37, 227–244. [Google Scholar] [CrossRef] [PubMed]
  54. Murugappan, M.; Rizon, M.; Nagarajan, R.; Yaacob, S.; Zunaidi, I.; Hazry, D. EEG Feature Extraction for Classifying Emotions Using FCM and FKM. Int. J. Comput. Commun. 2007, 1, 21–25. [Google Scholar]
  55. Hashemi, A.; Arabalibiek, H.; Agin, K. Classification of Wheeze Sounds Using Wavelets and Neural Networks. In Proceedings of the 2011 International Conference on Biomedical Engineering and Technology, Kuala Lumpur, Malaysia, 17–19 June 2011; pp. 127–131. [Google Scholar]
  56. Yu, Y.; McKelvey, T.; Kung, S. A Classification Scheme for High-Dimensional-Small-Smaple-Size Data Using Soda and Ridege-SVM with Microwave Measurement Applications. In Proceedings of the 2013 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Vancouver, BC, Canada, 26–31 May 2013; pp. 3542–3546. [Google Scholar]
  57. Li, H.; Chutatape, O. Automated Feature Extraction in Color Retinal Images by a Model Based Approach. IEEE Trans. Biomed. Eng 2004, 51, 246–254. [Google Scholar] [CrossRef] [PubMed]
  58. Sinha, R.K.; Aggarwal, Y.; Das, B.N. Backpropagation Artificial Neural Network Classifier to Detect Changes in Heart Sound due to Mitral Valve Regurgitation. J. Med. Syst. 2007, 31, 205–209. [Google Scholar] [CrossRef] [PubMed]
  59. Naeem, M.; Brunner, C.; Pfurtscheller, G. Dimensionality Reduction and Channel Selection of Motor Imagery Electroencephalographic Data. Comput. Intell. Neurosci. 2009, 2009, 1–8. [Google Scholar] [CrossRef] [PubMed]
  60. Wang, S.; Li, Z.; Liu, C.; Zhang, X.; Zhang, H. Training Data Reduction to Speed Up SVM Training. Appl. Intell. 2014, 41, 405–420. [Google Scholar] [CrossRef]
  61. Campbell, W.M.; Sturim, D.E.; Reynolds, D.A. Support Vector Machines using GMM Supervectors for Speaker Verification. IEEE Signal Process. Lett. 2006, 13, 308–311. [Google Scholar] [CrossRef]
  62. Reynolds, D. Gaussian Mixture Models. In Encyclopedia of Biometrics; Springer: Boston, MA, USA, 2009; pp. 827–832. [Google Scholar]
  63. Dempster, A.P.; Laird, N.M.; Rubin, D.B. Maximum Likelihood from Incomplete Data Via the EM Algorithm. J. R. Stat. Soc. Ser. B (Methodol.) 1977, 39, 1–38. [Google Scholar]
  64. Hsu, C.; Chang, C.; Lin, C. A Practical Guide to Support Vector Classification. Available online: https://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf (accessed on 6 October 2017).
  65. Zhou, S.; Gan, J.Q.; Sepulveda, F. Classifying Mental Tasks Based on Features of Higher-Order Statistics from EEG Signals in brain-computer Interface. Inf. Sci. 2008, 178, 1629–1640. [Google Scholar] [CrossRef]
  66. Rozado, D.; Duenser, A.; Howell, B. Improving the performance of an EEG-based motor imagery brain computer interface using task evoked changes in pupil diameter. PLoS ONE 2015, 10, e0121262. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Block diagram of motor imagery brain-computer interface (BCI) using the wavelet-based combined feature vector and gaussian mixture model (GMM)-supervector.
Figure 1. Block diagram of motor imagery brain-computer interface (BCI) using the wavelet-based combined feature vector and gaussian mixture model (GMM)-supervector.
Sensors 17 02282 g001
Figure 2. GMM-supervector for two features for Subject 7 in dataset IIb of the BCI competition IV.
Figure 2. GMM-supervector for two features for Subject 7 in dataset IIb of the BCI competition IV.
Sensors 17 02282 g002
Figure 3. Classification accuracy based on reduction rate of whole training data on individual subjects.
Figure 3. Classification accuracy based on reduction rate of whole training data on individual subjects.
Sensors 17 02282 g003
Figure 4. Computation time for training procedure based on reduction rate of whole training data on individual subjects.
Figure 4. Computation time for training procedure based on reduction rate of whole training data on individual subjects.
Sensors 17 02282 g004
Figure 5. Mean classification accuracy based on selected training data on all subjects.
Figure 5. Mean classification accuracy based on selected training data on all subjects.
Sensors 17 02282 g005
Figure 6. Computation time for training procedure based on selected training data on all subjects.
Figure 6. Computation time for training procedure based on selected training data on all subjects.
Sensors 17 02282 g006
Table 1. Summary information of the data for 12 subjects from BCI Competition II, III, and IV.
Table 1. Summary information of the data for 12 subjects from BCI Competition II, III, and IV.
Subject123456789101112
Number of Training Data Points140540540400400400420420400400440400
Number of Test Data Points140540540320280320320320320320320320
Table 2. Comparative results of the feature extraction methods in terms of the average classification accuracy (%).
Table 2. Comparative results of the feature extraction methods in terms of the average classification accuracy (%).
SubjectDWTCWTCombined Feature Vectors
without PCAwith PCA
AccuracyNumber of
Features
AccuracyNumber of
Features
192.994.196.49697.533
273.381.483.19683.140
362.580.780.59683.339
475.277.779.19676.735
552.660.160.09661.434
655.455.651.89656.232
795.596.296.29696.130
888.387.494.09694.132
979.287.890.29688.134
1074.872.681.49680.736
1190.687.789.39690.032
1278.783.384.29684.834
Mean76.680.482.29682.734.3
p-valuep < 0.05p < 0.05p = 0.20---
DWT: discrete wavelet transform, CWT: continuous wavelet transform, PCA: principal component analysis.
Table 3. Mutual information of the proposed combined feature vectors (100% and 30% of training data), methods in previous literature [21,65], and the winning methods of dataset I of BCI Competition II.
Table 3. Mutual information of the proposed combined feature vectors (100% and 30% of training data), methods in previous literature [21,65], and the winning methods of dataset I of BCI Competition II.
RankingMethodsSubject 1
Maximal MI (bit)Accuracy (%)
1ALL-SVM0.8497.50
230%-SVM0.6793.79
3FSVM in [21]0.6687.86
4SVM in [21]0.6589.83
5NN in [65]0.6490.00
6LDA in [65]0.6389.29
71st winner0.6189.29
8SVM in [65]0.5890.00
92nd winner0.4684.29
SVM: support vector machine, FSVM fuzzy SVM, NN: neural network, LDA: linear discriminant analysis.
Table 4. Mutual information of the proposed combined feature vectors (100% and 30% of training data), methods in [21] and the winning methods of dataset II.
Table 4. Mutual information of the proposed combined feature vectors (100% and 30% of training data), methods in [21] and the winning methods of dataset II.
RankingMethodsMaximal MI(bit)
Subject 2Subject 3Mean
11st winner0.43820.34890.3936
2ALL-SVM0.34470.35620.3505
330%-SVM0.31050.32160.3161
42nd winner0.41740.17190.2947
5FSVM in [21]0.07180.08630.0791
6SVM in [21]0.07180.08090.0764
Table 5. Maximum Kappa value of the proposed combined feature vectors (100% and 30% of training data), and winning methods of the dataset III.
Table 5. Maximum Kappa value of the proposed combined feature vectors (100% and 30% of training data), and winning methods of the dataset III.
RankingMethods456789101112Mean
1ALL-SVM0.540.240.120.920.880.760.610.800.700.62
21st winner0.400.210.220.950.860.610.560.850.740.60
330%-SVM0.510.170.120.920.830.760.550.790.670.59
32nd winner0.420.210.140.940.710.620.610.840.780.59
53rd winner0.190.120.120.770.570.490.370.850.610.45

Share and Cite

MDPI and ACS Style

Lee, D.; Park, S.-H.; Lee, S.-G. Improving the Accuracy and Training Speed of Motor Imagery Brain–Computer Interfaces Using Wavelet-Based Combined Feature Vectors and Gaussian Mixture Model-Supervectors. Sensors 2017, 17, 2282. https://0-doi-org.brum.beds.ac.uk/10.3390/s17102282

AMA Style

Lee D, Park S-H, Lee S-G. Improving the Accuracy and Training Speed of Motor Imagery Brain–Computer Interfaces Using Wavelet-Based Combined Feature Vectors and Gaussian Mixture Model-Supervectors. Sensors. 2017; 17(10):2282. https://0-doi-org.brum.beds.ac.uk/10.3390/s17102282

Chicago/Turabian Style

Lee, David, Sang-Hoon Park, and Sang-Goog Lee. 2017. "Improving the Accuracy and Training Speed of Motor Imagery Brain–Computer Interfaces Using Wavelet-Based Combined Feature Vectors and Gaussian Mixture Model-Supervectors" Sensors 17, no. 10: 2282. https://0-doi-org.brum.beds.ac.uk/10.3390/s17102282

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop