Table of Contents
Fetching ...

Robust Feature Engineering Techniques for Designing Efficient Motor Imagery-Based BCI-Systems

Syed Saim Gardezi, Soyiba Jawed, Mahnoor Khan, Muneeba Bukhari, Rizwan Ahmed Khan

TL;DR

The paper tackles low accuracy and high complexity in motor imagery–based EEG BCIs by applying robust feature engineering to the MILimbEEG dataset. It builds a rich feature set across time-domain, frequency-domain, and time-frequency domains, then uses MRMR to select four informative features for classification. A Gaussian-kernel SVM achieves the best results, with 92.5% testing accuracy for motor tasks and 95% for imagery tasks, surpassing prior maxima of 74.36%. This work offers a practical, cost-effective pathway for reliable neuro-rehabilitation BCIs and provides a rigorous evaluation framework for ML models on a diverse MI EEG dataset.

Abstract

A multitude of individuals across the globe grapple with motor disabilities. Neural prosthetics utilizing Brain-Computer Interface (BCI) technology exhibit promise for improving motor rehabilitation outcomes. The intricate nature of EEG data poses a significant hurdle for current BCI systems. Recently, a qualitative repository of EEG signals tied to both upper and lower limb execution of motor and motor imagery tasks has been unveiled. Despite this, the productivity of the Machine Learning (ML) Models that were trained on this dataset was alarmingly deficient, and the evaluation framework seemed insufficient. To enhance outcomes, robust feature engineering (signal processing) methodologies are implemented. A collection of time domain, frequency domain, and wavelet-derived features was obtained from 16-channel EEG signals, and the Maximum Relevance Minimum Redundancy (MRMR) approach was employed to identify the four most significant features. For classification K Nearest Neighbors (KNN), Support Vector Machine (SVM), Decision Tree (DT), and Naïve Bayes (NB) models were implemented with these selected features, evaluating their effectiveness through metrics such as testing accuracy, precision, recall, and F1 Score. By leveraging SVM with a Gaussian Kernel, a remarkable maximum testing accuracy of 92.50% for motor activities and 95.48% for imagery activities is achieved. These results are notably more dependable and gratifying compared to the previous study, where the peak accuracy was recorded at 74.36%. This research work provides an in-depth analysis of the MI Limb EEG dataset and it will help in designing and developing simple, cost-effective and reliable BCI systems for neuro-rehabilitation.

Robust Feature Engineering Techniques for Designing Efficient Motor Imagery-Based BCI-Systems

TL;DR

The paper tackles low accuracy and high complexity in motor imagery–based EEG BCIs by applying robust feature engineering to the MILimbEEG dataset. It builds a rich feature set across time-domain, frequency-domain, and time-frequency domains, then uses MRMR to select four informative features for classification. A Gaussian-kernel SVM achieves the best results, with 92.5% testing accuracy for motor tasks and 95% for imagery tasks, surpassing prior maxima of 74.36%. This work offers a practical, cost-effective pathway for reliable neuro-rehabilitation BCIs and provides a rigorous evaluation framework for ML models on a diverse MI EEG dataset.

Abstract

A multitude of individuals across the globe grapple with motor disabilities. Neural prosthetics utilizing Brain-Computer Interface (BCI) technology exhibit promise for improving motor rehabilitation outcomes. The intricate nature of EEG data poses a significant hurdle for current BCI systems. Recently, a qualitative repository of EEG signals tied to both upper and lower limb execution of motor and motor imagery tasks has been unveiled. Despite this, the productivity of the Machine Learning (ML) Models that were trained on this dataset was alarmingly deficient, and the evaluation framework seemed insufficient. To enhance outcomes, robust feature engineering (signal processing) methodologies are implemented. A collection of time domain, frequency domain, and wavelet-derived features was obtained from 16-channel EEG signals, and the Maximum Relevance Minimum Redundancy (MRMR) approach was employed to identify the four most significant features. For classification K Nearest Neighbors (KNN), Support Vector Machine (SVM), Decision Tree (DT), and Naïve Bayes (NB) models were implemented with these selected features, evaluating their effectiveness through metrics such as testing accuracy, precision, recall, and F1 Score. By leveraging SVM with a Gaussian Kernel, a remarkable maximum testing accuracy of 92.50% for motor activities and 95.48% for imagery activities is achieved. These results are notably more dependable and gratifying compared to the previous study, where the peak accuracy was recorded at 74.36%. This research work provides an in-depth analysis of the MI Limb EEG dataset and it will help in designing and developing simple, cost-effective and reliable BCI systems for neuro-rehabilitation.

Paper Structure

This paper contains 12 sections, 9 equations, 6 figures, 3 tables.

Figures (6)

  • Figure 1: General Overview of Machine Learning
  • Figure 2: Motor/ Motor Imagery Movements performed by the subjects
  • Figure 3: Distribution of Electrodes while recording the data asanza2023milimbeeg
  • Figure 4: General Overview of Methodology.
  • Figure 5: Best Features selected by MRMR Technique, 0 represents BEO, 1 indicates Motor Activity
  • ...and 1 more figures