Inner Speech Decoding for CLIS Patients
Inner Speech Decoding for CLIS Patients
Preprocessing EEG signals involved filtering frequency bands between 0.5 to 64 Hz, baseline drift correction using polynomial fitting subtraction, and motion artifact removal employing Variational Mode Decomposition. Additionally, Principal Component Analysis (PCA) helped in selecting the most representative channels. These steps are crucial to ensure the clarity and accuracy of the extracted signals, reduce noise and interference, and enhance the feature extraction process, which is vital for reliable machine learning models' performance .
The multi-session EEG data collection protocol is significant as it helps balance data quantity with quality, crucial for robust model training and testing. It involves several sessions with breaks for subject adjustment, which mitigates fatigue and ensures consistent signal quality. This protocol allows for capturing diverse EEG patterns and enhances the model's ability to generalize across varying states of concentration and relaxation, which is fundamental for developing reliable inner speech recognition systems .
The performance results indicate that the Classical Machine Learning Model ETC achieved the highest accuracy and F1 scores of 74.38% and 74.18% respectively, suggesting better applicability for practical use in inner speech recognition. In contrast, models like 1D CNN and 2D CNN showed lower performance with accuracies of 30.29% and 32.47%, implying that they might not be as reliable or ready for practical deployment without further optimization or redesign. The relative efficiency of the ETC model demonstrates potential feasibility in real-world applications, contingent on overcoming preprocessing challenges and feature extraction optimizations .
Filtering in EEG preprocessing targets specific frequency bands (0.5 to 64 Hz) to remove unwanted noise and signal artifacts that can distort EEG data. It addresses issues such as removing low frequency drifts and high frequency noise, ensuring that the data accurately represent the brain activity related to inner speech. Filtering improves the signal quality and is crucial for reliable feature extraction and subsequent model performance .
Classical and deep learning models play a crucial role in improving communication for CLIS sufferers by decoding EEG signals indicative of inner speech. These models can classify distinct word representations used in a GUI, potentially allowing patients greater interaction capabilities. However, limitations include variability in model performance, with classical models like ETC showing better accuracy than deep learning models, which require more optimization. Additional challenges include managing noise, subject variability, and data scarcity, which can compromise the models' reliability and accuracy .
Developing a decoding system for inner speech recognition in Locked-in Syndrome patients faces several challenges, including subject variability, which can lead to differing results across individuals; data scarcity, as acquiring sufficient high-quality EEG data is difficult; and noise interference, which can skew EEG signals and affect their interpretation. These obstacles complicate the reliable and accurate recognition of inner speech through Classical Machine Learning (CLM) and Deep Learning (DL) techniques .
The selected EEG signal class labels for CLIS patient communication included 'up', 'down', 'left', 'right', 'select', and 'cancel'. These were intended for integration into a GUI, allowing patients to navigate through and select different options using their inner speech. The aim was to enable a broader range of interactions and fulfill basic communication needs using these six elementary commands .
Subject variability affects the efficacy of EEG-based decoding systems in recognizing inner speech by introducing differences in EEG signals based on individual neurological and physiological factors. These discrepancies can lead to model inconsistencies and lower accuracy, as models may not generalize well across different subjects. This variability underscores the need for adaptive models and robust preprocessing protocols to manage inter-subject differences effectively .
Feature extraction in the time, frequency, and time-frequency domains impacts the model's overall results by providing a multidimensional representation of the EEG data, essential for capturing different signal characteristics. Time domain features may reflect amplitude changes, frequency domain features highlight power spectrum variations, and time-frequency features combine both aspects to track dynamic changes over time. These comprehensive features improve model training by offering a robust data set that leads to higher accuracy and reliability—as seen with the ETC model's performance—while reducing overfitting and improving generalization across datasets .
The mRMR (Minimum Redundancy Maximum Relevance) feature selection technique is used to identify the most informative features while reducing redundancy among them. By selecting the best 30 features from a total of 191 extracted from the EEG data, mRMR enhances the model's performance by ensuring that the chosen features contribute significantly to prediction accuracy. It optimizes computational efficiency and model generalization, leading to higher accuracy and F1 scores, as observed with the ETC model achieving 74.38% accuracy .