Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

A hierarchical architecture for recognising intentionality in mental tasks on a brain-computer interface

  • Asier Salazar-Ramirez,

    Roles Investigation, Software, Visualization, Writing – original draft

    Affiliation Department of Computer Architecture and Technology, University of the Basque Country (UPV/EHU), Donostia-San Sebastián, Spain

  • Jose I. Martin ,

    Roles Conceptualization, Data curation, Investigation, Project administration, Software, Validation, Writing – original draft

    j.martin@ehu.eus

    Affiliation Department of Computer Architecture and Technology, University of the Basque Country (UPV/EHU), Donostia-San Sebastián, Spain

  • Raquel Martinez,

    Roles Formal analysis, Methodology, Supervision, Writing – review & editing

    Affiliation Department of System Engineering and Automation, University of the Basque Country (UPV/EHU), Bilbao, Spain

  • Andoni Arruti,

    Roles Investigation, Resources, Software, Visualization, Writing – original draft

    Affiliation Department of Computer Architecture and Technology, University of the Basque Country (UPV/EHU), Donostia-San Sebastián, Spain

  • Javier Muguerza,

    Roles Conceptualization, Formal analysis, Funding acquisition, Methodology, Project administration, Supervision, Writing – review & editing

    Affiliation Department of Computer Architecture and Technology, University of the Basque Country (UPV/EHU), Donostia-San Sebastián, Spain

  • Basilio Sierra

    Roles Funding acquisition, Resources, Supervision, Validation, Writing – review & editing

    Affiliation Department of Computer Science and Artificial Intelligence, University of the Basque Country (UPV/EHU), Donostia-San Sebastián, Spain

Abstract

A brain-computer interface (BCI), based on motor imagery EEG, uses information extracted from the electroencephalography signals generated by a person who intends to perform any action. One of the most important issues of current research is how to detect automatically whether the user intends to send some message to a certain device. This study presents a proposal, based on a hierarchical structured system, for recognising intentional and non-intentional mental tasks on a BCI system by applying machine learning techniques to the EEG signals. First-level clustering is performed to distinguish between intentional control (IC) and non-intentional control (NC) state patterns. Then, the patterns recognised as IC are passed on to a second stage where supervised learning techniques are used to classify them. In BCI applications, it is critical to correctly classify NC states with a low false positive rate (FPR) to avoid undesirable effects. According to the literature, we selected a maximum FPR of 10%. Under these conditions, our proposal achieved an average test accuracy of 66.6%, with an 8.2% FPR, for the BCI competition IIIa dataset. The main contribution of this paper is the hierarchical approach, based on machine learning paradigms, which performs intentional and non-intentional discrimination and, depending on the case, classifies the intended command selected by the user.

Introduction

It was in 1924 when Hans Berger achieved to record the first human electroencephalogram [1]. Since then, the study of the brain has been a matter of interest for scientists, researchers and medical professionals. Related to the study of the activity of the brain, in the 1970s, researchers of the field of engineering began to show interest on brain activity and started producing the first Brain-Computer Interface (BCI) applications. In the early days of BCI, these applications had mainly a medical background and were focused on restoring either lost audition/visibility capabilities or mobility by allowing users to interact with a computer using their thoughts. However, the span covered by BCI nowadays has vastly increased and it is not only focused on medical applications but also to other applications from different fields, such as assistive technologies for elder people, videogame and entertainment, smart home control or even in for military applications.

Nevertheless, the interaction with computers via thinking is far from being a trivial problem as it requires monitoring and processing of the user’s brain activity. To do so, the electrical activity of the brain has to be captured by means of sensors. There are different ways to capture the activity of the brain [2]: electroencephalography (EEG), magneto encephalography, functional magnetic resonance imaging and, most recently, near-infrared spectroscopy. Anyway, independently from the signal capturing methodology, the signals coming from the brain have to be passed on to the computer that will be in charge of processing the information and deciding whether any specific action has to be taken or not [3], [4]. To get the answer to this question, the computer will analyse the characteristics of those signals and compare them to some specific patterns related to the actions to be taken. Finally, the computer will send a command to a final actuator or software application if it the decides that the signals match one of those patterns.

When choosing the operation mode of BCI systems, an option is to work with synchronous protocols in which the user of the system changes between the desired mental control states following a specific repetitive pattern [5], [6]. Therefore, synchronous systems are based on the recognition of EEG events that are tied to specific cues. Nevertheless, it is important to consider that the brain is not continuously sending orders to the limbs: a person can maintain the limbs within a state of inaction or change voluntarily between control states without needing to go through any other state in between [7]. Bearing this in mind, any BCI should be able to differentiate between intentional control (IC) states (when the user produces a desired control order to activate certain activity on the actuators) and non-intentional control (NC) states (the time period during which no desired control orders are produced) so that false responses are avoided [8]. In addition, the system should be able to distinguish among the different EEG patterns for IC states to relate each of them to the activation of a specific activity. Among the research works found in the literature, the authors in [9] consider the design of a self-paced BCI as a pattern rejection problem, where NC states must be rejected by the BCI, whereas IC states must be accepted and properly classified. Similar strategies are used in the referenced works [1012]. They define a threshold that the signal must reach to indicate activity detection.

Thus, as previously explained, the problem can be divided into two classification tasks: a primary binary classification between IC states and NC states (positive and negative classes, respectively) and a secondary classification in which the IC patterns are assigned to a specific limb movement class. Considering this, it is crucial to minimise the false positive rate (FPR) during the primary classification, as false positive detections (FP, when an NC state is classified as IC) would lead to undesired actuator activities ([9], [12], [13]). Moreover, undesired system actuation due to a high FPR would also produce user frustration, which would subsequently make the BCI system not usable (for instance, no one would use a wheelchair that moved differently than desired due to the risks this may produce). The FPR is defined as the ratio between FP and the sum of FP and true negatives (TNs, the NC states that have not been classified as IC): FPR = FP/(FP + TN). Thus, considering the importance of minimising the FPR, different research has established a limit of 10% as the maximum permissible FPR value at which to consider a BCI as being a feasible tool ([9], [14], [15]).

This work is focused on designing a hierarchical system that uses a combination of several machine learning algorithms to classify motor imagination of movements where a mental process carried out by an individual simulates a given action. The motor imagery task is one of the most studied types of BCI systems [1619]. The main contribution presented in this article is to address the imaginary motor classification problem based on a two-level hierarchical structure that combines both supervised and unsupervised algorithms. The goal of the first-level classification is to distinguish whether the user EEG is producing an IC. After that, if the first level classification corresponds to an IC pattern, then that pattern enters the second level classification to determine to which mental task the pattern belongs, i.e., right hand, left hand, foot or tongue imaginary movement. For the first level classification, the authors propose to cluster the EEG patterns by using a K-means algorithm in combination with a thresholding function. For the second level classification, the proposal is to use a support vector machine classifier. This hierarchical proposal maintains the FPR below 10%. The data used, the approaches explored and the applied methodology presented in this work are an extension of a preliminary study included in [20].

First, in section “Materials and methods”, this article gives an explanation of the experimental protocol that was followed for acquiring the data and for pre-processing it. In addition, this section also explains the previous two approaches that used only supervised algorithms and, after that, presents the proposal of the authors that includes unsupervised classification to enhance the performance of the imaginary motor classification. The experimental results of the research are presented in section “Experimental results (test dataset)”, and in “Discussion” section, those results will be discussed in comparison to those obtained by other studies in the literature. Finally, the authors will present the conclusions of the research and references will be given.

Materials and methods

Data set and experimental methodology

New data: Modification of the original database.

For this study, the authors used data from the BCI competition III (specifically, the IIIa dataset) [21]. This dataset has already been used several times for benchmark evaluations, and its ease of accessibility makes it well suited for the reliability and reproducibility of the presented work.

The data of this dataset came from 3 volunteers named K3b, K6b and L1b. 60 electrodes were placed on the scalp of the volunteers to capture the EEG data at a sampling rate of 250 Hz. The data was collected while the subjects were sitting and staring at a computer; they had to produce imaginary movements of a single body part (right hand, left hand, foot or tongue) as a response to a random cue shown on the computer screen. For every instance, the subjects started watching a blank computer screen. At t = 2 s, a cross (“+”) would appear on the screen and a beep would be played to capture the attention of the subject. Then, 1 s later (at t = 3 s), an arrow would appear in addition to the cross; the arrow would remain for 1 s pointing to the direction corresponding to the limb with which the participant had to perform an imaginary movement. The imaginary movement had to last for 3 seconds: from the appearance of the arrow until the “+” cross disappeared from the screen (from t = 4 s to t = 7 s). Then, participants were given a 2 s break before the next imaginary movement attempt. Once all the trials had been recorded, the EEG signals were band filtered to the 1-50Hz range and, later, notch filtered at 50Hz to remove any possible noise coming from the power grid.

After the collection process (the structure of one of these imaginary movement trials is depicted in Fig 1), the dataset contained 840 cases (360 for K3b and 240 for K6b and L1b), all of which were labelled for a single body part class. The number of cases for each of the four classes is equal, so the database has a balanced class distribution.

Although the imaginary movements were time locked to the cues, to make the problem closer to a real-life operation, the researchers decided to include those instances belonging to the intervals previous to the cues in the study. In this way, the classifiers not only have to distinguish among different IC patterns but also must be able to differentiate between intended and unintended control brain activities. When it comes to including new data to build the NC class it is important that the data is not biased by any outer stimuli. In this sense, it might be possible to think that the interval from 0-3 s would be good to feed this class, but both the fixation cross and the attention capturing beep could bias the data. Thus, similarly to what done in [22], only the data related to the 0-2 s time intervals have been labelled as belonging to a new NC class as they are clean from any outer stimuli. As a consequence of adding this new class, the database increased in 240 instances for participant K3b and in 160 instances for K6b and L1b. Therefore, the total number of instances ended being 600 for K3b (360 IC and 240 NC), 400 for K6b (240 IC and 160 NC) and L1b (240 IC and 160 NC).

Database pre-processing, feature extraction and dataset preparation.

After modifying the database, the team considered the work presented in [23] and decided to apply the common spatial patterns method (CSP) [24], [25] to the original set of 60 EEG signals. The application of this technique gives as result a projection matrix that permits to obtain a set of transformed signals (also called projections) sorted according to their meaningfulness for predicting an instance as belonging to a target class. As there are 5 different classes, in this study the technique was applied 5 times following a pair-wise approach (once per class: 1 NC and 4 IC), subsequently obtaining 5 different projection matrices. Thus, for each class a new set of 60 rearranged projections was calculated. Later, only the first 5 projections of each class were selected (the most representative) and then they were band filtered into three different frequency bands: 8-12 Hz, 12-20 Hz and 20-30 Hz.

After pre-processing, the data went through the feature extraction process. We considered 7 features to be of interest (see Table 1): minimum and maximum voltage values, mean voltage, voltage range, average power of the signals, rate of zero voltage crossings and rate of samples above zero volts. As a result of the whole pre-processing, a total of 525 numerical values were obtained for each instance in the database (5 classes x 5 projections x 3 filter bands x 7 meaningful features).

thumbnail
Table 1. Mathematical descriptions of the extracted 7 features.

https://doi.org/10.1371/journal.pone.0218181.t001

Once the data was conditioned, it was randomly divided for each of the subjects into three smaller datasets: TrainingSet1, TrainingSet2 and TestSet. These three datasets would be used for the training and testing (as their names state) of the proposed two-level hierarchical system. For subject K3b, the datasets were as follows: TrainingSet1, contained 240 instances (30 for each of the IC classes and 120 corresponding to NC); TrainingSet2, had 120 instances (all of them IC, distributed equally as 30 instances per class); and finally, TestSet, had 120 cases for NC and 30 instances for each of the IC classes. The datasets of the other two subjects contained 160, 80 and 160 instances, respectively (the proportions between all the classes in each set was the same as for K3b).

This process of randomly separating the data into three independent datasets was repeated 5 times. It has been done this way in order to attempt 5 runs for training and testing the different approaches presented later the following sections of the article. On the one hand, all the TrainingSet1 and TrainingSet2 have been used to respectively train the first and second levels of the hierarchical system following the 10-fold cross-validation methodology. Consequently, the values that will be given in the tables showing the results for the training phases will correspond to the average values of the 50 estimations obtained from this 5-run 10-fold cross-validation strategy. On the other hand, all TestSet data have been used to test the final performance of the system and the results presented in tables for the test phase are representative for the average scores obtained from the test 5 runs. Moreover, with the intention of giving more consistent information, the result tables of the test phase will also give the standard deviations obtained from those 5 runs.

Finally, each instance having so many features could be troublesome due to the curse of dimensionality (a frequent problem in classification tasks that typically have data from a small number of training instances but whose dimensions are too large to handle effectively). Therefore, it was necessary to reduce the dimensionality of the data to make the learning algorithm simpler. Looking to dismiss the features that provide useless information or that are redundant, the researchers decided to apply the correlation-based feature selection method [26], as was also done in [23]. What this method does is to look for the features that correlate best to a single class while at the same time they are very weakly correlated to the other classes. We applied this technique by means of the Weka platform [27]: we started with a blank feature set and added new features using a greedy search option (best first). Only the training data was used to determine which features to discard for being less useful. However, the same features discarded from the training data would be removed from the testing datasets in order to make the dimensions of the instances entering the classifier coherent in both training and testing processes. After this process, the dataset instances ended having an average amount of 65, 31 and 36 features over the 5 runs for subjects K3B, L1b and K6b, respectively.

So, as a summary, first the EEG signals were rearranged using the CSP method and only the first 5 projections for each class were passed onto the pre-processing stage in which these projections were separated in three different frequency bands. Later, the previously mentioned 7 features were extracted for each of those bands (getting S1 Dataset which is included in the “Supporting information” section). These went through 5-runs of random data partition and dataset building process in order to build 5 different datasets for training (TrainingSet1 and TrainingSet2) and testing (TestSet) the hierarchical classifying system presented in this work. Finally, the correlation based feature selection method was used to reduce the dimensionality the dataset instances, getting as a result the new datasets used to train and test the proposed hierarchical classifier (TrainingSet1, TrainingSet2 and TestSet). Fig 2 presents a diagram summarizing the whole pre-processing and data preparation process.

thumbnail
Fig 2. Diagram of the whole construction process of the new datasets.

https://doi.org/10.1371/journal.pone.0218181.g002

Previous approaches

This subsection presents two approaches using only supervised learning algorithms: (a) a one-level system composed of a classifier dealing with the five classes (NC, right hand, left hand, tongue and foot imaginary movement) and (b) a two-level system, introducing first a classifier with the aim of distinguishing between IC and NC signals and presenting only the cases labelled as IC in the first level of the system to the four-class classifier of the second level.

The goal of this analysis is to show the limitations that the approaches solely based on supervised learning methods have in keeping the FPR below 10%. Therefore, in this work we will present a new system based on unsupervised learning algorithms that is able to maintain the FPR below this threshold.

One-level system.

As previously mentioned, the first approach was to classify all states within a single stage and was conducted using supervised learning algorithms. To date, several algorithms have been used in the literature related to BCI systems [28], [29]. Among them, we opted for the following 11 algorithms: decision trees (DTs), random forests (RFs), a 10 decision tree combination of Ada boost (AdaB) and bagging (Bag) algorithms, logistic regression (LR), k-nearest neighbours (specifically 1-NN and 5-NN), support vector machines (SVMs), the 1R rule, a radial-basis function (RBF) network and naïve Bayes (NB). We have chosen these algorithms because this selection is representative of the machine learning state of the art and because it includes approaches from different machine learning paradigms (algorithms based on rules, on trees, on distances, probabilistic methods, function-based algorithms and ensembles of classifiers). Initially, the team tried to fine-tune the settings of the algorithms. Anyway, after seeing that changing the settings was most likely to improve the performance for some of the subjects at the expense of a loss for the others, the final implementation of all the listed algorithms was performed using the structures and parameters that come by default in Weka software.

We analysed the performance of these classification algorithms to develop the one-level classifier for the five classes (NC, left hand, right hand, tongue or foot). All of the classifiers were trained using part of the TrainingSet1 and TrainingSet2 datasets: 300 cases (60 cases of each of the five classes) for subject K3b and 200 cases (40 cases of each class) for subjects L1b and K6b. Table 2 shows the accuracy of each classifier for the three subjects. On average, the best overall classifier was the SVM algorithm, with an accuracy of 72.3%.

thumbnail
Table 2. Performance classification of a one-level system.

https://doi.org/10.1371/journal.pone.0218181.t002

We applied the nonparametric Wilcoxon test [30], with a 95% significance level, to determine if there are statistically significant differences between the accuracy of the analysed algorithms. The test shows that the differences between the accuracy of the SVM classifier and the rest of the classifiers are statistically significant, in favour of the SVM classifier (with p-values of 0.02).

Therefore, the performance of the SVM-based system was tested with the TestSet datasets (last column of Table 2). The accuracy obtained using the SVM classifier was 70.4% on average for the three subjects. The main problem of this approach is that the FPR (average 30.7%) is above the desirable threshold (10%). This makes the system unfeasible from a practical point of view.

Two-level system based on supervised learning.

With the aim of improving the accuracy, or at least maintaining it, but keeping the FPR below 10%, we built a two-level hierarchical system based only on supervised learning. The first level is specialised to distinguish between NC and IC states without distinguishing between the four possible IC states. The second level will classify between the four possible IC states only the cases labelled as IC by the first level of the system.

We used the same classifiers we selected to build the one-level system. Table 3 shows the results obtained using TrainingSet1 in the estimations of the first level for each classifier and subject considered. In all cases, the FPR is above 10%. The best averaged result is obtained by the 5-NN classifier with an average accuracy for the three subjects of 82.4% and an FPR of 16.4%. Table 4 shows the accuracy achieved by each classifier for the three subjects and the average results in the estimation of the second level classifier using TrainingSet2 datasets. The best overall classifier was the SVM algorithm, with an average accuracy of 78.2%.

thumbnail
Table 3. Estimation of the best classifier for the first level in the two-level system with supervised classifiers: Accuracy and FPR.

https://doi.org/10.1371/journal.pone.0218181.t003

thumbnail
Table 4. Estimation of the best classifier for the second level in the two-level system with supervised classifiers: Accuracy.

https://doi.org/10.1371/journal.pone.0218181.t004

As in the previous subsection, we applied the Wilcoxon test (95%) to analyse the existence of statistically significant differences in the accuracy of the classifiers. In the first level of the system, the test shows that there are no statistically significant differences between the 5-NN classifier and the others. However, at the second level, there are statistically significant differences in favour of the SVM classifier (with p-value of 0.02).

The results of this system for the test sets (TestSet datasets) corroborate the results obtained with the training datasets. The average FPR is 18.2(±5.6)%, which is still above the maximum threshold allowed for this type of application, and the average accuracy for the whole system was 71.2(±3.3)%.

In summary, we were not able to find a system based only on supervised learning algorithms to differentiate between the four IC states that maintained the FPR under 10% using Weka’s default settings. However, the team explored fine-tuned options for the systems that obtained the best performances in both topologies: a fine-tuned single level SVM classifying system and a two level classifying system using 5-NN and SVM supervised learning algorithms. In both cases the team tuned the threshold used to determine whether an instance belongs to the IC classes, getting as result systems with FPR ratios below the required 10%. Nevertheless, in both cases the overall accuracy of the system decreased drastically, being lower than the accuracy of hierarchical model proposed in this work. As a consequence, we decided to apply an unsupervised learning algorithm at the first level for the system looking to group NC and IC states in different clusters. This way, it is possible to define a minimum proportion of IC cases (IC-threshold) in a cluster to label this cluster as IC class. The next subsection presents this new proposal.

Unsupervised learning-based hierarchical classifier

The new proposal also has a hierarchical structure. The first level determines the presence or absence of intentional activity in the EEG signal by applying clustering techniques and a threshold function. The second level determines whether the detected intentional activity is a left hand, right hand, tongue or foot imaginary movement. Fig 3 shows a diagram that present how this two level hierarchical classification process is done.

thumbnail
Fig 3. Structure of the two-level hierarchical classification system.

https://doi.org/10.1371/journal.pone.0218181.g003

First level: Intentionality detection.

For determining whether an instance belonged to the IC or NC class, i.e., for the first level classification, we used the Euclidean distance K-means algorithm included in Weka. Once the instances had been clustered, each of the clusters went through a labelling process in which they were labelled as NC or IC setting as a constraint that the FPR had to always be below 10%. To help fulfil this condition, we applied a strategy similar to that proposed in [31]: every cluster labelled as IC had to contain at least a minimum percentage of IC instances (named the IC threshold).

Having defined the strategy to follow, it was necessary to determine the K value of the K-means algorithm and the IC threshold for the IC clusters. The training was performed using 12 values for K: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55 and 60. The training was performed using dataset TrainingSet1 and applying the 5-run 10-fold cross validation methodology and setting the average linkage distance as the criterion for assigning the test instances to the previously defined clusters. The training was repeated using different IC-threshold percentages for labelling a cluster as belonging to an IC class.

Fig 4 shows the average results obtained per subject, and the results averaged for the three subjects. Taking into account these average results, the best performance is obtained for K = 35 and an IC-threshold of 80%, with an accuracy of 73.5% and an FPR of 7.4%. With a high IC threshold, the accuracy decreases, whereas with a low IC threshold, the FPR increases. Thus, the IC threshold was selected from a range of appropriate values for the FPR rate, maintaining this ratio below 10% and maximising the accuracy. The best option is one in which the highest average accuracy for the three subjects is obtained while maintaining the FPR below 10%.

thumbnail
Fig 4. Estimation of the K value and IC threshold: Accuracy and FPR depending on the value of the K parameter and the IC threshold.

The values are the average for the 5-runs using 10-fold CV. Those values with FPR below 10% are shaded in grey, * indicates the highest accuracies, and the best options are underlined bold letters. The values within the bold box show cases without statistically significant differences in accuracy.

https://doi.org/10.1371/journal.pone.0218181.g004

After applying the analysis of statistically significant differences in relation to the obtained accuracy, a value of 80% for the IC threshold shows statistically significant differences with the rest of the tested values. Regarding the K parameter, we found several values without statistically significant differences, ranging from 20 to 40 (K = 35 is the option that maximises and minimises respectively the average values of accuracy and FPR); however, this range is statistically significantly different from the rest of the K values. We applied the Wilcoxon test with a 95% significance level. The p-values obtained are lower than 0.02 in all cases.

Second level: Intentional action classification.

After seeing that setting an IC-threshold of 80% and a K = 35 obtained the best results for the first level classification, the team had to choose the best algorithm for the second level classification. For the second level classification, we considered only supervised learning algorithms. According to the results obtained in the previous experiments presented (see Table 4), the best overall classifier was the SVM algorithm, with an average accuracy of 78.2%. Therefore, the team opted for this algorithm.

To summarise, the hierarchical BCI system proposed in this work consists of a combination of a first level classifier based on a distance thresholding K-means clustering and an SVM as the second level classifier. Whereas the first level classifier is used to distinguish between IC and NC classes, the second classifier is used only to determine the different classes within the clusters labelled IC. This approach maintains the FPR under the reference threshold of 10%, as explained in the following section, where the results obtained for the test dataset (TestSet) will be presented.

Experimental results (test dataset)

As previously mentioned, the final step of the design process is to verify that the system is able to differentiate between classes for new EEG signal patterns. To do so, new data that the system has not previously used is needed, i.e., the test datasets (TestSet) that had previously been obtained from the 5 repetitions of the random dataset construction process. Therefore, the average results of applying the first level classification to TestSet over 5 runs are presented in Table 5, where the following information is given: the average confusion matrix, the FPR and the accuracy of the primary classification.

thumbnail
Table 5. Classification performance for the first level using the TestSet dataset.

https://doi.org/10.1371/journal.pone.0218181.t005

First, for subject K3b, Table 5 shows that the system failed to classify 9 NC instances that were considered to correspond to one of the four IC movements. This misclassification produced a 7.2% FPR. In addition, from the total 120 instances, 65 of them would be passed to the second level classifier as they had been considered to belong to an IC class. With regard to subject L1b and K6b, 7 and 8 NC instances were incorrectly classified, leading to 8.5% and 9.5% FPR values, respectively. Subjects L1b and K6b had 120 initial instances, of which 46 and 40 were classified as IC patterns, respectively. These instances were subsequently selected to go through the second level classification. The FPR average rate of the classifier is 8.2%, within the limits of the application.

After the first classification, the patterns clustered as IC were passed to the second level SVM classifier. During this second classification, these instances were classified for one of the four possible imaginary movements: right hand, left hand, foot and tongue. Table 6 presents both the average confusion matrix and accuracies for the three subjects (89.2%, 78.3% and 57.5%, respectively). Regarding the confusion matrix, it can be seen that the biggest problem for the BCI system was to distinguish between the two hands. In the case of subject K6b, tongue movement achieved the poorest accuracy.

thumbnail
Table 6. Classification performance for the second level with the TestSet dataset.

https://doi.org/10.1371/journal.pone.0218181.t006

Analysing the overall performance of the system in terms of classifying the five different patterns (NC class and 4 IC imaginary movements), the accuracy for subject K3b is 70.4%, 68.1% for subject L1b, and 59.4% for subject K6b (Table 7). These variations on the performance of the participants, being K3b the best and K6b the worst also had happened in [32]. This difference is produced because the three participants had been given different degrees of BCI training. Therefore, as stated in [23], the results obtained when classifying imaginary movement patterns vary considerably depending on the skillfulness of the participant. Whereas K6b was a total beginner, L1b and K3b had already had some experience with BCI (being K3b the one who had trained the most). Taking into account all subjects, the average accuracy of the system is 66.6%, with an FPR of 8.2%.

thumbnail
Table 7. Classification performance for the proposed system with the TestSet dataset.

https://doi.org/10.1371/journal.pone.0218181.t007

It is also important to analyse the times used by the system: if the time between epochs is shorter that the time needed by the system to classify then the use of the system would not be feasible. Thus, the team analysed the times needed both to train and to test the proposed two level hierarchical system. These times can be seen in Table 8. For the training, the times shown in Table 8 correspond, on the one hand, to the average time for a single training instance, and, on the other hand, to the average time needed to train the whole system. It is interesting to bear in mind that the clustering model and the SVM model can be generated independently and so, that it is possible to do create the models in parallel. With regard to the testing phase, only the average time per instance has been given. In addition, it is worth remembering that the feature selection time for the test datasets is negligible compared to the times shown in this table as the features would have already been selected during the training phase.

thumbnail
Table 8. Average training and testing times needed by the system.

https://doi.org/10.1371/journal.pone.0218181.t008

The values given in Table 8 correspond to the average times needed for all the three subjects, using all the available data per subject to train the system by means of a machine using Windows 7 (64 bit) with an Intel Core i7-3770, 3.4 GHz processor. As it can be seen, the system needs 140 ms of training time per instance and it is possible to train the whole system in less than 2 min. Regarding the test, the system is able to classify a new pattern in 12 ms, which is a much shorter time compared to the window shifting time of the systems based on sliding window methods as the ones proposed in [12], [13] and [14], which use times between 0.5 s and 2 s and that will be further discussed in the next section.

Finally, we tried another variation of the system substituting the 4-class classifier of the second level with a 5-class classifier, including the NC class in the second level, to address the misclassified NC patterns in the first level of the system (as they have been misclassified as IC, they pass to the next level). This option allows us to be more relaxed with the IC threshold in the cluster labelling phase with more IC patterns arriving at the second level because the system was able to recover the misclassified NC patterns at the second level.

Table 9 shows these results for the test dataset, selecting some sub-optimal values of K and IC-threshold parameters for the first level. The global average accuracy increased by 3 points (from 66.6% to 69.8%), and the average FPR increased from 8.2% to 10.9%, especially for subject K6b (from 9.5% to 15%). Depending on the context of the application and the profile of the users (the degree of skilfulness), this option could be suitable to increase accuracy while maintaining the FPR under the desirable value for specific skilful users. For instance, for users with a profile similar to the K3b user, experienced users, the system could improve the accuracy 4 points while maintaining the FPR under 10%.

thumbnail
Table 9. Classification performance for the system with a 5-class classifier in the second level.

https://doi.org/10.1371/journal.pone.0218181.t009

Discussion

Despite the experimental setup of this work being slightly different from that of other research, it can be considered that the results obtained are similar to those presented in other studies in the literature. Table 10 summarises the information related to similar works found in the bibliography in the context of BCI systems. For each system, Table 10 shows the number of classes or motor imagery movements (and if the system considers the NC state, NC class), the false positive rate (FPR), the accuracy of the system and the algorithms used for building the system.

On the one hand, there are works that do not consider the difficulty of including the NC state in the classification process. For instance, the work presented by [33] uses an approach based on a hierarchical support vector machine classifier and the BCI competition IV-IIa dataset with four imagery motor tasks. The system achieves an accuracy of 64.4%. The work in [34] achieves an accuracy of 77.6% for the data set IIIa (BCI competition III) using a fuzzy system combined with a multi-class extension of the CSP algorithm. Finally, [23] uses the same dataset but with only four classes (the NC class is not included in the work). They achieved an accuracy of 74.2% by applying an SVM classifier.

On the other hand, regarding the works that include the NC state, the work of [12] presents the results of experiments carried out with three subjects in a two-class problem (right/left motor imagery movements). Their system’s accuracy is approximately 75% for right movement and 73% for left movement, but in both cases, the FPR is greater than 10% (26.7% and 28.3%, respectively). The authors in [35] present results on a hand or foot movement intention detection problem. They achieved an accuracy of 73.5%, but with an FPR of 21.7%, using correlation-based classifiers. The work referenced in [13] presents an evaluation of seven classifiers in a problem of arm movement intention detection (one class problem). They consider 6 subjects in the experiments. The best results were obtained using an SVM classifier, with approximately 72% accuracy. As they stated, the problem is the FPR, which is above 17% (in some cases, it reached up to 75%). In these cases, when the user wants to remain at rest, if the classifier detects a movement, the user will perform an unintentional movement, which would be an inconvenience to the user. The same problem is noted in [14], where in the experimentation of 5 subjects, the achieved accuracy is 84.3%, but with an FPR of 19%.

In all the works mentioned above the FPR is over 10%, which is the maximum threshold allowed for this type of application. In contrast, the referenced work [9] obtained an accuracy of 83.4% for a two-class problem (only left or right hand movements) with an FPR of 10% using an SVM. Finally, the work referenced in [36] achieves an accuracy of 54%, with an FPR rate of 1% using a combination of k-NN and LDA classifiers. In both examples, the complexity of the particular problem is smaller than in our case because they deal with only two classes.

The results obtained show the appropriateness of the new paradigm, which could be used to develop efficient systems in several BCI applications. This research has extremely high impact, especially for motor disabled individuals (e.g., quadriplegic people), providing a non-muscular communication channel that allows them to interact in real world situations, such as guiding a wheelchair, moving a pointer, prosthetic limb control, and controlling any kind of device [14], [19], [37].

Conclusions

This paper presents a BCI system that is capable of distinguishing between intentional and non-intentional control (IC and NC) mental states. In addition, the system is capable of determining the specific imaginary movement of those mental states considered to be IC. The system divides the problem hierarchically: first, the mental patterns are classified with an unsupervised clustering algorithm that determines whether the pattern belongs to an IC or an NC state. Second, a supervised learning algorithm decides the specific imaginary movement class of the patterns that were classified as IC states (left hand, right hand, tongue and foot).

The dataset used during the design process was the dataset IIIa from the well-known BCI competition III. The database was slightly modified by including in the data the first three seconds of each of the attempts as belonging to an NC state. Then, the database was pre-processed to extract and select the most meaningful features. Later, the data went through the previously mentioned two level classifiers: a K-means clustering algorithm performed the primary classification, and the differentiation between IC classes was determined by applying a support vector machine (SVM). The experiment was carried out using the 5-run, 10-fold cross-validation methodology.

The performance achieved by the system was different for the analysed subjects; therefore, the skill of the users with this kind of system seems to influence the final results. On average, for all subjects, the overall accuracy is 66.6%, using an independent test data set. These results were obtained while maintaining the false positive rate (FPR) under 10% (achieving an average 8.2% rate for the subjects participating in the experiment). The robust detection of motor intention is a crucial issue for the development of BCI control systems.

We have compared the final approach with other alternatives that use only supervised algorithms, with and without a hierarchical structure, and using 4- or 5-class classifiers. In all these variants, the FPR obtained is above the maximum limit. This fact confirms the advantage of using a hierarchical approach based on unsupervised learning in comparison with other analysed approaches. It is also able to maintain the FPR below 10%, a critical condition in these applications. A high FPR tends to cause undesirable effects, making the resulting BCI system unusable in real world situations (e.g., undesirable wheelchair movements that could be dangerous for the user).

As future work, we plan to apply this approach to non-segmented data, that is, to build a self-paced BCI system [38], [39] using a sliding time window technique and analysing the influence of the overlap among the windows in the performance of the system. Moreover, we intend to use automatic channel selection techniques [40], [41] to reduce the dimensionality and to build simpler and faster classifiers without accuracy losses. Finally, we will define some feedback to facilitate the training phase for the potential users of this kind of system [42]. Different techniques will be analysed in the search for effectiveness to help disabled people obtain control over their brain potentials (waves) and maximise the accuracy of detecting different brain states.

Supporting information

S1 Dataset. Modified BCI competition III—Dataset 3a.

Modified dataset including the NC instances for the three subjects: K3b, K6b and L1b.

https://doi.org/10.1371/journal.pone.0218181.s001

(ZIP)

References

  1. 1. Britton JW, Frey LC, Hopp J, Korb P, Koubeissi M, Lievens W, et al. Electroencephalography (EEG): An introductory text and atlas of normal and abnormal findings in adults, children, and infants. St EL, Frey LC, editors. American Epilepsy Society, Chicago; 2016.
  2. 2. Choi I, Rhiu I, Lee Y, Yun MH, Nam CS. A systematic review of hybrid brain-computer interfaces: Taxonomy and usability perspectives. PloS one. 2017;12(4):e0176674. pmid:28453547
  3. 3. Guger C, Allison BZ, Edlinger G. Brain-Computer Interface Research: A state-of-the-art summary. Springer; 2014.
  4. 4. Wolpaw JR. The BCI endeavor and the mission of this new journal. Brain-Computer Interfaces. 2014;1:2–4.
  5. 5. Pfurtscheller G, Neuper C. Motor imagery and direct brain-computer communication. Proc IEEE. 2001;89(7):1123–1134.
  6. 6. Cao L, Xia B, Maysam O, Li J, Xie H, Birbaumer N. A Synchronous Motor Imagery Based Neural Physiological Paradigm for Brain Computer Interface Speller. Front Hum Neurosci. 2017;11:274. pmid:28611611
  7. 7. Nooh AA, Yunus J, Daud SM. A review of asynchronous electroencephalogram-based brain computer interface systems. In: Int Conf Biomedical Engineering and Technology. IACSIT Press; 2011.
  8. 8. Power SD, Kushki A, Chau T. Towards a system-paced near-infrared spectroscopy brain-computer interface: differentiating prefrontal activity due to mental arithmetic and mental singing from the no-control state. J Neural Eng. 2011;8:066004. pmid:21975364
  9. 9. Lotte F, Mouchere H, Lecuyer A. Pattern rejection strategies for the design of self-paced EEG-based Brain-Computer Interfaces. In: Proc. 19th IEEE Int Conf Pattern Recognit; 2008. p. 1–5.
  10. 10. Leeb R, Friedman D, Müller-Putz GR, Scherer R, Slater M, Pfurtscheller G. Self-paced (asynchronous) BCI control of a wheelchair in virtual environments: a case study with a tetraplegic. Comput Intell Neurosci. 2007; p. 79642. pmid:18368142
  11. 11. Pan J, Li Y, Zhang R, Gu Z, Li F. Discrimination Between Control and Idle States in Asynchronous SSVEP-Based Brain Switches: A Pseudo-Key-Based Approach. IEEE Trans Neural Syst Rehabil Eng. 2013;21(3):435–443. pmid:23673460
  12. 12. Townsend G, Graimann B, Pfurtscheller G. Continuous EEG classification during motor imagery-simulation of an asynchronous BCI. IEEE Trans Neural Syst Rehabil Eng. 2004;12(2):258–265. pmid:15218939
  13. 13. Planelles D, Hortal E, Costa A, Ubeda A, Iáez E, Azorín JM. Evaluating classifiers to detect arm movement intention from EEG signals. Sensors (Basel, Switzerland). 2014;14:18172–18186.
  14. 14. Huang D, Qian K, Fei DY, Jia W, Chen X, Bai O. Electroencephalography (EEG)-based brain-computer interface (BCI): a 2-D virtual wheelchair control based on event-related desynchronization/synchronization and state control. IEEE Trans Neural Syst Rehabil Eng. 2012;20:379–388. pmid:22498703
  15. 15. Scherer R, Lee F, Schlogl A, Leeb R, Bischof H, Pfurtscheller G. Toward self-paced brain-computer communication: navigation through virtual worlds. IEEE Trans Biomed Eng. 2008;55:675–682. pmid:18270004
  16. 16. García-Laencina PJ, Rodríguez-Bermudez G, Roca-Dorda J. Exploring dimensionality reduction of EEG features in motor imagery task classification. Expert Syst Appl. 2014;41:5285–5295.
  17. 17. Hsu WY. Fuzzy Hopfield neural network clustering for single-trial motor imagery EEG classification. Expert Syst Appl. 2012;39:1055–1061.
  18. 18. Nicolas-Alonso LF, Gomez-Gil J. Brain computer interfaces, a review. Sensors (Basel, Switzerland). 2012;12:1211–1279.
  19. 19. Shi T, Wang H, Zhang C. Brain Computer Interface system based on indoor semi-autonomous navigation and motor imagery for Unmanned Aerial Vehicle control. Expert Syst Appl. 2015;42:4196–4206.
  20. 20. Abascal J, Arruti A, Martin JI, Muguerza J. A Hierarchical BCI System Able to Discriminate between Non Intentional Control State and Four Intentional Control Activities; 2014. Proceedings of the International Conference on Physiological Computing Systems.
  21. 21. Blankertz B, Muller KR, Krusienski DJ, Schalk G, Wolpaw JR, Schlogl A, et al. The BCI Competition III: Validating Alternative Approaches to Actual BCI Problems. IEEE Trans Neural Syst Rehabil Eng. 2006;14:153–159. pmid:16792282
  22. 22. Song Y, Sepulveda F. A novel onset detection technique for brain-computer interfaces using sound-production related cognitive tasks in simulated-online system. J Neural Eng. 2017;14:016019. pmid:28091395
  23. 23. AlZoubi O, Koprinska I, Calvo RA. Classification of Brain-computer Interface Data. In: Proc 7th Australasian Data Mining Conf. vol. 87 of AusDM’08. Darlinghurst, Australia, Australia: Australian Computer Society, Inc.; 2008. p. 123–131. Available from: http://dl.acm.org/citation.cfm?id=2449288.2449309.
  24. 24. Ramoser H, Muller-Gerking J, Pfurtscheller G. Optimal spatial filtering of single trial EEG during imagined hand movement. IEEE Trans Rehabil Eng. 2000;8(4):441–446. pmid:11204034
  25. 25. Vidaurre C, Sannelli C, Samek W, Dähne S, Müller KR. Machine Learning Methods of the Berlin Brain-Computer Interface. IFAC (International Federation of Automatic Control). 2015;48:447–452.
  26. 26. Hall MA. Correlation-based feature selection for discrete and numeric class machine learning. In: Proc Int Conf Mach Learn. Morgan Kaufmann; 2000. p. 359–366.
  27. 27. Witten IH, Frank E. Data Mining: Practical Machine Learning Tools and Techniques. Morgan Kaufmann; 2016.
  28. 28. Bashashati H, Ward RK, Birch GE, Bashashati A. Comparing Different Classifiers in Sensory Motor Brain Computer Interfaces. PloS one. 2015;10:e0129435. pmid:26090799
  29. 29. Celecia A, Gonzalez R, Vellasco M, Vellasco P. Ensemble of classifiers applied to motor imagery task classification for BCI applications; 2017. Int Jt Conf Neural Netw.
  30. 30. Hollander M, Wolfe DA. Nonparametric Statistical Methods. Wiley; 1999.
  31. 31. Bashashati A, Mason SG, Borisoff JF, Ward RK, Birch GE. A Comparative Study on Generating Training-Data for Self-Paced Brain Interfaces. IEEE Trans Neural Syst Rehabil Eng. 2007;15(1):59–66. pmid:17436877
  32. 32. Lee FYT, Scherer R, Leeb R, Neuper C, Bischof H, Pfurtscheller G. A comparative analysis of multi-class EEG classification for brain-computer interface; 2006. 10th Computer Vision Winter Workshop (CVWW).
  33. 33. Dong E, Li C, Li L, Du S, Belkacem AN, Chen C. Classification of multi-class motor imagery with a novel hierarchical SVM algorithm for brain-computer interfaces. Med Biol Eng Comput. 2017;55:1809–1818. pmid:28238175
  34. 34. Nguyen T, Hettiarachchi I, Khatami A, Gordon-Brown L, Lim CP, Nahavandi S. Classification of Multi-Class BCI Data by Common Spatial Pattern and Fuzzy System. IEEE Access. 2018;6:27873–27884.
  35. 35. Aliakbaryhosseinabadi S, Jiang N, Vuckovic A, Lontis R, Dremstrup K, Farina D, et al. Detection of Movement Intention from Movement-Related Cortical Potentials with Different Paradigms. In: Replace, Repair, Restore, Relieve-Bridging Clinical and Engineering Solutions in Neurorehabilitation. vol. 7. Springer; 2014. p. 237–244.
  36. 36. Bashashati A, Ward RK, Birch GE. Towards development of a 3-state self-paced brain-computer interface. Comput Intell Neurosci. 2007; p. 84386. pmid:18288260
  37. 37. Nijboer F. Technology transfer of brain-computer interfaces as assistive technology: barriers and opportunities. Ann Phys Rehabil Med. 2015;58:35–38. pmid:25595535
  38. 38. Yu Y, Zhou Z, Yin E, Jiang J, Tang J, Liu Y, et al. Toward brain-actuated car applications: Self-paced control with a motor imagery-based brain-computer interface. Comput Biol Med. 2016;77:148–155. pmid:27544071
  39. 39. Melinscak F, Montesano L, Minguez J. Asynchronous detection of kinesthetic attention during mobilization of lower limbs using EEG measurements. J Neural Eng. 2016;13:016018. pmid:26735705
  40. 40. Alotaiby T, El-Samie FEA, Alshebeili SA, Ahmad I. A review of channel selection algorithms for EEG signal processing. EURASIP J Adv Signal Process. 2015;2015.
  41. 41. Astigarraga A, Arruti A, Muguerza J, Santana R, Martin JI, Sierra B. User Adapted Motor-Imaginary Brain-Computer Interface by means of EEG Channel Selection Based on Estimation of Distributed Algorithms. Math Probl Eng. 2016;2016:1–12.
  42. 42. Alimardani M, Nishio S, Ishiguro H. The Importance of Visual Feedback Design in BCIs; from Embodiment to Motor Imagery Learning. PloS one. 2016;11:e0161945. pmid:27598310