Electroencephalography Signal Processing: A Comprehensive Review and Analysis of Methods and Techniques
Abstract
:1. Introduction
- We present a detailed examination of the EEG signal analysis process, including the stages of signal acquisition, denoising, and feature engineering.
- The procedure used to denoise the EEG signal is described in full, along with the accompanying evaluation standards.
- We examine feature engineering in detail in this paper, looking at time–frequency, high-order spectral, and nonlinear dynamic analysis.
- We give a thorough analysis of both traditional and deep learning methods for categorizing EEG signals. We also provide an overview of the typical datasets utilized for EEG signal processing.
- We highlight current issues with EEG signal processing techniques and offer potential solutions as well as future research prospects.
2. The Pipeline of EEG Signal Analysis
2.1. Acquisition
Algorithm 1 Pipeline of EEG signal analysis |
|
2.2. Denoising
2.2.1. Regression Method
Algorithm 2 Regression-based denoising of EEG signals |
Input: EEG signal X, artifact signal Y |
Output: Clean EEG signal Z |
function Regression () |
Calculate regression coefficients between X and Y |
Remove artifact from EEG signal |
return Clean EEG signal Z |
end function |
2.2.2. Blind Source Separation
Algorithm 3 ICA based denoising of EEG signals |
Input: X: EEG data matrix |
Input: : number of independent components to estimate |
Output: S: matrix of independent components |
Output: A: estimated demixing matrix |
Center and whiten the X. |
Initialize A randomly. |
repeat |
Update A by exploiting non-Gaussianity of independent sources. |
until convergence |
Compute S from A and X. |
Identify artifact components in S. |
Remove artifact components from S. |
Reconstruct cleaned data from S. |
return S, A |
Algorithm 4 Typical principal component analysis |
|
2.2.3. Canonical Correlation Analysis
Algorithm 5 CCA based denoising of EEG signal [72] |
|
2.2.4. Wavelet Transform
Algorithm 6 DWT based denoising of EEG signal [79] |
|
2.2.5. Empirical Mode Decomposition
Algorithm 7 Empirical Mode Decomposition (EMD) for EEG Artifact Removal [82] |
|
2.3. Evaluation Criteria for Denoising
2.4. Feature Engineering
2.4.1. Time–Frequency Analysis
2.4.2. High-Order Spectral Analysis
2.4.3. Nonlinear Dynamic Analysis
2.5. EEG Based Classifications
2.5.1. Traditional Classification Method
Ref. | Domain | Proposed Method | Conclusion |
---|---|---|---|
Alharbi and Alotaibi [136] | GD | Proposed Hamming window bandpass FIR filter model for automatic gender identification using classifiers | The RF classifier based on negative emotion EEG signal had the lowest error percentage |
Parmar [137] | Dyslexia | Evaluated the performance of the nonlinear kernel of SVM Gaussian kernel (RBF), polynomial kernel, and sigmoid kernel | The maximum accuracy rate of RBF kernel for nonverbal stimuli reached 62.4%, with good performance |
Ling and Aihua [138] | BCI | Constructed a multi-class SVM classifier combining DT and SVM | The highest classification accuracy reached 80.8% |
Hossain [139] | CR | Used a new method to decode English letters directly from EEG signals | The accuracy of KNN was 81.6% better than SVM and NB in the classification of EEG signals with different letters |
Padayatty and K [140] | Schizophrenia | Design of a suitable classifier to distinguish SZ EEG signals from HC EEG signals | SVM provided the best performance with a correct classification rate of 90.14% for SZ and an overall accuracy rate of 89.58% for the EEG data considered |
Yuehua and Jinxiang [141] | Vertigo state | Classification of vertigo states based on machine learning and EEG signal analysis | The RF model had the best classification, with an accuracy rate of 82.5% |
Shuyi [142] | Alcoholic | Used NTFT and k-cross validation method | KNN classifier achieved good results in average accuracy which were up to 99% |
Satyanarayana [143] | Emotions | An SVM emotion classifier based on EEG | The results obtained were 83% accurate in detecting emotions |
2.5.2. Deep Learning
3. Future Directions and Common Challenges
- EEG data often contain noise and artifacts from various sources, such as muscle movements, eye blinks, electrocardiogram signals, and electrical interference. These unwanted components can significantly affect the quality of EEG signals.
- EEG signals are non-stationary, meaning that their statistical properties change over time, making it difficult to analyze them using traditional methods. This characteristic requires specialized techniques to capture the time-varying nature of EEG signals.
- EEG electrodes record signals originating from multiple sources in the brain, which can result in a phenomenon called volume conduction. The superposition of signals from multiple sources makes it challenging to locate the exact source of specific signals.
- The EEG signal acquisition measures the potential difference between the acting electrode and the reference electrode. This leads to the problem of electrode reference. The data obtained can vary depending on the selection of the reference electrode. Selecting the best point for the reference electrode can be a challenging task.
- One of the challenges in EEG-based deep learning models is their interpretability. If we can interpret the deep learning model accurately, patients may have more trust in the machine learning diagnosis than in the diagnosis given by a doctor [89].
- EEG signals vary between individuals due to differences in skull thickness, conductivity, and brain structure, making it difficult to compare data between subjects. Specialized analysis methods must be employed to account for individual differences while comparing EEG signals.
- Interpreting EEG signals requires expertise in both neuroscience and signal processing, as they are indirect measures of neural activity. Proper analysis with different machine learning algorithms might help to decode specific features of the signal that relate to cognitive or behavioral states.
4. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Fan, J.; Fang, L.; Wu, J.; Guo, Y.; Dai, Q. From brain science to artificial intelligence. Engineering 2020, 6, 248–252. [Google Scholar] [CrossRef]
- Lane, R.D.; Ryan, L.; Nadel, L.; Greenberg, L. Memory reconsolidation, emotional arousal, and the process of change in psychotherapy: New insights from brain science. Behav. Brain Sci. 2015, 38, e1. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- da Silva, F.L. EEG and MEG: Relevance to neuroscience. Neuron 2013, 80, 1112–1128. [Google Scholar]
- Da Silva, F.L. EEG: Origin and measurement. In EEG-fMRI: Physiological Basis, Technique, and Applications; Springer: Berlin/Heidelberg, Germany, 2023; pp. 23–48. [Google Scholar]
- Saibene, A.; Caglioni, M.; Corchs, S.; Gasparini, F. EEG-Based BCIs on Motor Imagery Paradigm Using Wearable Technologies: A Systematic Review. Sensors 2023, 23, 2798. [Google Scholar] [CrossRef] [PubMed]
- Islam, M.K.; Rastegarnia, A. Recent advances in EEG (non-invasive) based BCI applications. Front. Comput. Neurosci. 2023, 17, 1151852. [Google Scholar] [CrossRef]
- Patil, A.U.; Lin, C.; Lee, S.H.; Huang, H.W.; Wu, S.C.; Madathil, D.; Huang, C.M. Review of EEG-based neurofeedback as a therapeutic intervention to treat depression. Psychiatry Res. Neuroimaging 2023, 329, 111591. [Google Scholar] [CrossRef]
- Mulert, C.; Lemieux, L. EEG-fMRI: Physiological Basis, Technique, and Applications; Springer: Berlin/Heidelberg, Germany, 2023. [Google Scholar]
- Cecchetti, G.; Agosta, F.; Canu, E.; Basaia, S.; Barbieri, A.; Cardamone, R.; Bernasconi, M.P.; Castelnovo, V.; Cividini, C.; Cursi, M.; et al. Cognitive, EEG, and MRI features of COVID-19 survivors: A 10-month study. J. Neurol. 2022, 269, 3400–3412. [Google Scholar] [CrossRef]
- Chaddad, A. Brain function diagnosis enhanced using denoised fNIRS raw signals. J. Biomed. Sci. Eng. 2014, 2014, 43965. [Google Scholar] [CrossRef] [Green Version]
- Chaddad, A.; Kamrani, E.; Le Lan, J.; Sawan, M. Denoising fNIRS signals to enhance brain imaging diagnosis. In Proceedings of the 2013 29th Southern Biomedical Engineering Conference, Miami, FL, USA, 3–5 May 2013; pp. 33–34. [Google Scholar]
- Chaddad, A. Brain function evaluation using enhanced fNIRS signals extraction. In Proceedings of the 2014 48th Annual Conference on Information Sciences and Systems (CISS), Princeton, NJ, USA, 19–21 March 2014; pp. 1–4. [Google Scholar]
- Yoganathan, K.; Malek, N.; Torzillo, E.; Paranathala, M.; Greene, J. Neurological update: Structural and functional imaging in epilepsy surgery. J. Neurol. 2023, 270, 2798–2808. [Google Scholar] [CrossRef]
- Lopez-Gordo, M.A.; Sanchez-Morillo, D.; Valle, F.P. Dry EEG electrodes. Sensors 2014, 14, 12847–12870. [Google Scholar] [CrossRef]
- Orban, M.; Elsamanty, M.; Guo, K.; Zhang, S.; Yang, H. A Review of Brain Activity and EEG-Based Brain–Computer Interfaces for Rehabilitation Application. Bioengineering 2022, 9, 768. [Google Scholar] [CrossRef] [PubMed]
- Liu, M.; Ushiba, J. Brain–machine Interface (BMI)-based Neurorehabilitation for Post-stroke Upper Limb Paralysis. Keio J. Med. 2022, 71, 82–92. [Google Scholar] [CrossRef] [PubMed]
- Fischer, M.H.F.; Zibrandtsen, I.C.; Høgh, P.; Musaeus, C.S. Systematic Review of EEG Coherence in Alzheimer’s Disease. J. Alzheimer’s Dis. 2023, 91, 1261–1272. [Google Scholar] [CrossRef]
- Jiao, B.; Li, R.; Zhou, H.; Qing, K.; Liu, H.; Pan, H.; Lei, Y.; Fu, W.; Wang, X.; Xiao, X.; et al. Neural biomarker diagnosis and prediction to mild cognitive impairment and Alzheimer’s disease using EEG technology. Alzheimer’s Res. Ther. 2023, 15, 1–14. [Google Scholar] [CrossRef]
- Shir, D.; Lazar, E.B.; Graff-Radford, J.; Aksamit, A.J.; Cutsforth-Gregory, J.K.; Jones, D.T.; Botha, H.; Ramanan, V.K.; Prusinski, C.; Porter, A.; et al. Analysis of clinical features, diagnostic tests, and biomarkers in patients with suspected Creutzfeldt-Jakob disease, 2014–2021. JAMA Netw. Open 2022, 5, e2225098. [Google Scholar] [CrossRef]
- McClelland, V.M.; Fischer, P.; Foddai, E.; Dall’Orso, S.; Burdet, E.; Brown, P.; Lin, J.P. EEG measures of sensorimotor processing and their development are abnormal in children with isolated dystonia and dystonic cerebral palsy. NeuroImage Clin. 2021, 30, 102569. [Google Scholar] [CrossRef]
- Alvi, A.M.; Siuly, S.; Wang, H. A long short-term memory based framework for early detection of mild cognitive impairment from EEG signals. IEEE Trans. Emerg. Top. Comput. Intell. 2022, 7, 375–388. [Google Scholar] [CrossRef]
- Thakor, N.V.; Tong, S. Advances in quantitative electroencephalogram analysis methods. Annu. Rev. Biomed. Eng. 2004, 6, 453–495. [Google Scholar] [CrossRef] [PubMed]
- Lotte, F.; Bougrain, L.; Cichocki, A.; Clerc, M.; Congedo, M.; Rakotomamonjy, A.; Yger, F. A review of classification algorithms for EEG-based brain–computer interfaces: A 10 year update. J. Neural Eng. 2018, 15, 031005. [Google Scholar] [CrossRef] [Green Version]
- Aggarwal, S.; Chugh, N. Review of machine learning techniques for EEG based brain computer interface. Arch. Comput. Methods Eng. 2022, 29, 3001–3020. [Google Scholar] [CrossRef]
- Subha, D.P.; Joseph, P.K.; Acharya U, R.; Lim, C.M. EEG signal analysis: A survey. J. Med. Syst. 2010, 34, 195–212. [Google Scholar] [CrossRef]
- Gaddipati, B.; Nelakuditi, U.R.; Medithe, J.W.C. Single lead EEG acquisition system for health care applications. In Proceedings of the 2016 International Conference on Inventive Computation Technologies (ICICT), Coimbatore, India, 26–27 August 2016; Volume 1, pp. 1–4. [Google Scholar]
- Choi, H.; Park, J.; Yang, Y.M. A Novel Quick-Response Eigenface Analysis Scheme for Brain–Computer Interfaces. Sensors 2022, 22, 5860. [Google Scholar] [CrossRef]
- Haas, L.F. Hans berger (1873–1941), richard caton (1842–1926), and electroencephalography. J. Neurol. Neurosurg. Psychiatry 2003, 74, 9. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Stytsenko, K.; Jablonskis, E.; Prahm, C. Evaluation of consumer EEG device Emotiv EPOC. In Proceedings of the MEi: CogSci Conference, Ljubljana, Slovenia, 21–23 September 2011; p. 99. [Google Scholar]
- Holewa, K.; Nawrocka, A. Emotiv EPOC neuroheadset in brain–computer interface. In Proceedings of the 2014 15th International Carpathian Control Conference (ICCC), Velke Karlovice, Czech Republic, 28–30 May 2014; pp. 149–152. [Google Scholar]
- Duvinage, M.; Castermans, T.; Dutoit, T.; Petieau, M.; Hoellinger, T.; Saedeleer, C.D.; Seetharaman, K.; Cheron, G. A P300-based quantitative comparison between the Emotiv Epoc headset and a medical EEG device. Biomed. Eng. 2012, 765, 2012–2764. [Google Scholar]
- Martins, R.; Selberherr, S.; Vaz, F. A CMOS IC for portable EEG acquisition systems. IEEE Trans. Instrum. Meas. 1998, 47, 1191–1196. [Google Scholar] [CrossRef]
- Cui, Y.; Tian, F.; Zhao, Q.; Hu, B. Design and Application of a Portable Sleep Inertia Detection System Based on EEG Signals. In Proceedings of the 2021 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), Houston, TX, USA, 9–12 December 2021; pp. 3012–3017. [Google Scholar]
- Yu, Y.; Li, N.; Li, Y.; Liu, W. A portable waterproof EEG acquisition device for dolphins. Sensors 2021, 21, 3336. [Google Scholar] [CrossRef]
- Gottlibe, M.; Rosen, O.; Weller, B.; Mahagney, A.; Omar, N.; Khuri, A.; Srugo, I.; Genizi, J. Stroke identification using a portable EEG device–A pilot study. Neurophysiol. Clin. 2020, 50, 21–25. [Google Scholar] [CrossRef] [PubMed]
- Chen, J.; Li, X.; Mi, X.; Pan, S. A high precision EEG acquisition system based on the CompactPCI platform. In Proceedings of the 2014 7th International Conference on Biomedical Engineering and Informatics, Dalian, China, 14–16 October 2014; pp. 511–516. [Google Scholar]
- Swann, N.; Poizner, H.; Houser, M.; Gould, S.; Greenhouse, I.; Cai, W.; Strunk, J.; George, J.; Aron, A.R. Deep brain stimulation of the subthalamic nucleus alters the cortical profile of response inhibition in the beta frequency band: A scalp EEG study in Parkinson’s disease. J. Neurosci. 2011, 31, 5721–5729. [Google Scholar] [CrossRef] [Green Version]
- Li, B.; Cheng, T.; Guo, Z. A review of EEG acquisition, processing and application. J. Phys. Conf. Ser. 2021, 1907, 012045. [Google Scholar] [CrossRef]
- Bajaj, N.; Carrión, J.R.; Bellotti, F. Phyaat: Physiology of auditory attention to speech dataset. arXiv 2020, arXiv:2005.11577. [Google Scholar]
- Luck, S.J. An Introduction to the Event-Related Potential Technique; MIT Press: Cambridge, MA USA, 2014. [Google Scholar]
- Wang, J.; Wang, M. Review of the emotional feature extraction and classification using EEG signals. Cogn. Robot. 2021, 1, 29–40. [Google Scholar] [CrossRef]
- Ma, C.; Zhang, M.; Sun, X.; Wang, H.; Gao, Z. Dynamic threshold distribution domain adaptation network: A cross-subject fatigue recognition method based on EEG signals. IEEE Trans. Cogn. Dev. Syst. 2023, early access. [Google Scholar] [CrossRef]
- Gamage, T.A.; Kalansooriya, L.P.; Sandamali, E.R.C. An Emotion Classification Model for Driver Emotion Recognition Using Electroencephalography (EEG). In Proceedings of the 2022 International Research Conference on Smart Computing and Systems Engineering (SCSE), Colombo, Sri Lanka, 1 September 2022; Volume 5, pp. 76–82. [Google Scholar]
- Shen, J.; Zhang, Y.; Liang, H.; Zhao, Z.; Dong, Q.; Qian, K.; Zhang, X.; Hu, B. Exploring the Intrinsic Features of EEG Signals via Empirical Mode Decomposition for Depression Recognition. IEEE Trans. Neural Syst. Rehabil. Eng. 2023, 31, 356–365. [Google Scholar] [CrossRef] [PubMed]
- Saedi, S.; Fini, A.A.F.; Khanzadi, M.; Wong, J.; Sheikhkhoshkar, M.; Banaei, M. Applications of electroencephalography in construction. Autom. Constr. 2022, 133, 103985. [Google Scholar] [CrossRef]
- Han, C.H.; Choi, G.Y.; Hwang, H.J. Deep Convolutional Neural Network Based Eye States Classification Using Ear-EEG. Expert Syst. Appl. 2022, 192, 116443. [Google Scholar] [CrossRef]
- Pawuś, D.; Paszkiel, S. The application of integration of EEG signals for authorial classification algorithms in implementation for a mobile robot control using movement imagery—Pilot study. Appl. Sci. 2022, 12, 2161. [Google Scholar] [CrossRef]
- Chen, X.; Li, C.; Liu, A.; McKeown, M.J.; Qian, R.; Wang, Z.J. Toward open-world electroencephalogram decoding via deep learning: A comprehensive survey. IEEE Signal Process. Mag. 2022, 39, 117–134. [Google Scholar] [CrossRef]
- Pei, W.; Wu, X.; Zhang, X.; Zha, A.; Tian, S.; Wang, Y.; Gao, X. A pre-gelled EEG electrode and its application in SSVEP-based BCI. IEEE Trans. Neural Syst. Rehabil. Eng. 2022, 30, 843–850. [Google Scholar] [CrossRef]
- Jemal, I.; Mezghani, N.; Abou-Abbas, L.; Mitiche, A. An interpretable deep learning classifier for epileptic seizure prediction using EEG data. IEEE Access 2022, 10, 60141–60150. [Google Scholar] [CrossRef]
- Wen, D.; Li, R.; Jiang, M.; Li, J.; Liu, Y.; Dong, X.; Saripan, M.I.; Song, H.; Han, W.; Zhou, Y. Multi-dimensional conditional mutual information with application on the EEG signal analysis for spatial cognitive ability evaluation. Neural Netw. 2022, 148, 23–36. [Google Scholar] [CrossRef]
- Li, G.; Ouyang, D.; Yuan, Y.; Li, W.; Guo, Z.; Qu, X.; Green, P. An EEG data processing approach for emotion recognition. IEEE Sens. J. 2022, 22, 10751–10763. [Google Scholar] [CrossRef]
- Freismuth, D.; TaheriNejad, N. On the treatment and diagnosis of attention deficit hyperactivity disorder with eeg assistance. Electronics 2022, 11, 606. [Google Scholar] [CrossRef]
- Jiang, X.; Bian, G.B.; Tian, Z. Removal of artifacts from EEG signals: A review. Sensors 2019, 19, 987. [Google Scholar] [CrossRef] [Green Version]
- Sheoran, M.; Kumar, S.; Chawla, S. Methods of denoising of electroencephalogram signal: A review. Int. J. Biomed. Eng. Technol. 2015, 18, 385–395. [Google Scholar] [CrossRef]
- Kenemans, J.L.; Molenaar, P.C.; Verbaten, M.N.; Slangen, J.L. Removal of the ocular artifact from the EEG: A comparison of time and frequency domain methods with simulated and real data. Psychophysiology 1991, 28, 114–121. [Google Scholar] [CrossRef] [PubMed]
- Croft, R.J.; Barry, R.J. Removal of ocular artifact from the EEG: A review. Neurophysiol. Clin. Neurophysiol. 2000, 30, 5–19. [Google Scholar] [CrossRef] [PubMed]
- Ranjan, R.; Sahana, B.C.; Bhandari, A.K. Ocular artifact elimination from electroencephalography signals: A systematic review. Biocybern. Biomed. Eng. 2021, 41, 960–996. [Google Scholar] [CrossRef]
- Stachaczyk, M.; Atashzar, S.F.; Farina, D. Adaptive spatial filtering of high-density EMG for reducing the influence of noise and artefacts in myoelectric control. IEEE Trans. Neural Syst. Rehabil. Eng. 2020, 28, 1511–1517. [Google Scholar] [CrossRef]
- Kim, H.C.; Lee, J.H. Systematic evaluation of recursive approach of EEG-segment-based PCA for removal of helium-pump artefact from MRI. Electron. Lett. 2022, 58, 567–569. [Google Scholar] [CrossRef]
- Noorbasha, S.K.; Sudha, G.F. Removal of EOG artifacts and separation of different cerebral activity components from single channel EEG—An efficient approach combining SSA–ICA with wavelet thresholding for BCI applications. Biomed. Signal Process. Control 2021, 63, 102168. [Google Scholar] [CrossRef]
- Stergiadis, C.; Kostaridou, V.D.; Klados, M.A. Which BSS method separates better the EEG Signals? A comparison of five different algorithms. Biomed. Signal Process. Control 2022, 72, 103292. [Google Scholar] [CrossRef]
- Mijović, B.; De Vos, M.; Gligorijević, I.; Taelman, J.; Van Huffel, S. Source Separation From Single-Channel Recordings by Combining Empirical-Mode Decomposition and Independent Component Analysis. IEEE Trans. Biomed. Eng. 2010, 57, 2188–2196. [Google Scholar] [CrossRef] [PubMed]
- Onton, J.; Westerfield, M.; Townsend, J.; Makeig, S. Imaging human EEG dynamics using independent component analysis. Neurosci. Biobehav. Rev. 2006, 30, 808–822. [Google Scholar] [CrossRef] [PubMed]
- Li, Y.; Wang, P.T.; Vaidya, M.P.; Flint, R.D.; Liu, C.Y.; Slutzky, M.W.; Do, A.H. Electromyogram (EMG) Removal by Adding Sources of EMG (ERASE)—A novel ICA-based algorithm for removing myoelectric artifacts from EEG. Front. Neurosci. 2021, 14, 597941. [Google Scholar] [CrossRef]
- Maddirala, A.K.; Veluvolu, K.C. ICA With CWT and k-means for Eye-Blink Artifact Removal From Fewer Channel EEG. IEEE Trans. Neural Syst. Rehabil. Eng. 2022, 30, 1361–1373. [Google Scholar] [CrossRef]
- Patel, R.; Sengottuvel, S.; Janawadkar, M.; Gireesan, K.; Radhakrishnan, T.; Mariyappa, N. Ocular artifact suppression from EEG using ensemble empirical mode decomposition with principal component analysis. Comput. Electr. Eng. 2016, 54, 78–86. [Google Scholar] [CrossRef]
- Xie, Z.; Yu, B.; Xu, W. A Learning Model of Evoked EEG Signals Based on PCA and Semi-supervised SVM. In Proceedings of the 2021 4th International Conference on Robotics, Control and Automation Engineering (RCAE), Wuhan, China, 4–6 November 2021; pp. 121–127. [Google Scholar]
- Sheoran, P.; Saini, J. A new method for automatic electrooculogram and eye blink artifacts correction of EEG signals using CCA and NAPCT. Procedia Comput. Sci. 2020, 167, 1761–1770. [Google Scholar] [CrossRef]
- Mert, A.; Akan, A. Detrended fluctuation thresholding for empirical mode decomposition based denoising. Digit. Signal Process. 2014, 32, 48–56. [Google Scholar] [CrossRef]
- De Clercq, W.; Vergult, A.; Vanrumste, B.; Van Paesschen, W.; Van Huffel, S. Canonical correlation analysis applied to remove muscle artifacts from the electroencephalogram. IEEE Trans. Biomed. Eng. 2006, 53, 2583–2587. [Google Scholar] [CrossRef]
- Hassan, M.; Boudaoud, S.; Terrien, J.; Karlsson, B.; Marque, C. Combination of canonical correlation analysis and empirical mode decomposition applied to denoising the labor electrohysterogram. IEEE Trans. Biomed. Eng. 2011, 58, 2441–2447. [Google Scholar] [CrossRef]
- Miao, M.; Hu, W.; Xu, B.; Zhang, J.; Rodrigues, J.J.P.C.; de Albuquerque, V.H.C. Automated CCA-MWF Algorithm for Unsupervised Identification and Removal of EOG Artifacts From EEG. IEEE J. Biomed. Health Inform. 2022, 26, 3607–3617. [Google Scholar] [CrossRef] [PubMed]
- Ranjan, R.; Sahana, B.C.; Bhandari, A.K. Cardiac Artifact Noise Removal From Sleep EEG Signals Using Hybrid Denoising Model. IEEE Trans. Instrum. Meas. 2022, 71, 1–10. [Google Scholar] [CrossRef]
- Yan, X.; Boudrias, M.H.; Mitsis, G.D. Removal of Transcranial Alternating Current Stimulation EEG Artifacts Using Blind Source Separation and Wavelets. IEEE Trans. Biomed. Eng. 2022, 69, 3183–3192. [Google Scholar] [CrossRef]
- Mowla, M.R.; Ng, S.C.; Zilany, M.S.; Paramesran, R. Artifacts-matched blind source separation and wavelet transform for multichannel EEG denoising. Biomed. Signal Process. Control 2015, 22, 111–118. [Google Scholar] [CrossRef]
- Dautov, C.P.; Ozerdem, M.S. Wavelet transform and signal denoising using Wavelet method. In Proceedings of the 2018 26th Signal Processing and Communications Applications Conference (SIU), Izmir, Turkey, 2–5 May 2018; pp. 1–4. [Google Scholar]
- Khatun, S.; Mahajan, R.; Morshed, B.I. Comparative study of wavelet-based unsupervised ocular artifact removal techniques for single-channel EEG data. IEEE J. Transl. Eng. Health Med. 2016, 4, 1–8. [Google Scholar] [CrossRef]
- Aqil, M.; Jbari, A.; Bourouhou, A. ECG Signal Denoising by Discrete Wavelet Transform. Int. J. Online Eng. 2017, 13, 51–68. [Google Scholar] [CrossRef]
- Zhou, W.; Gotman, J. Removal of EMG and ECG artifacts from EEG based on wavelet transform and ICA. In Proceedings of the The 26th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, San Francisco, CA, USA, 1–5 September 2004; Volume 1, pp. 392–395. [Google Scholar]
- Tibdewal, M.N.; Mahadevappa, M.; Ray, A.K.; Malokar, M.; Dey, H.R. Power line and ocular artifact denoising from EEG using notch filter and wavelet transform. In Proceedings of the 2016 3rd International Conference on Computing for Sustainable Global Development (INDIACom), New Delhi, India, 16–18 March 2016; pp. 1654–1659. [Google Scholar]
- Zhang, D.X.; Wu, X.P.; Guo, X.J. The EEG Signal Preprocessing Based on Empirical Mode Decomposition. In Proceedings of the 2008 2nd International Conference on Bioinformatics and Biomedical Engineering, Shanghai, China, 16–18 May 2008; pp. 2131–2134. [Google Scholar]
- Chen, X.; Chen, Q.; Zhang, Y.; Wang, Z.J. A Novel EEMD-CCA Approach to Removing Muscle Artifacts for Pervasive EEG. IEEE Sens. J. 2019, 19, 8420–8431. [Google Scholar] [CrossRef]
- Yang, H.W.; Jeng, S.K.; Young, H.W.V.; Lin, C.; Wang, Y.H.; Hu, K.; Lo, M.T. A Minimum Arclength Method for Removing Spikes in Empirical Mode Decomposition. IEEE Access 2019, 7, 13284–13294. [Google Scholar] [CrossRef]
- Li, M.; Zhang, Y. An improved MAMA-EMD for the automatic removal of EOG artifacts. Biocybern. Biomed. Eng. 2021, 41, 1182–1196. [Google Scholar] [CrossRef]
- Alyasseri, Z.A.A.; Khader, A.T.; Al-Betar, M.A.; Abasi, A.K.; Makhadmeh, S.N. EEG signals denoising using optimal wavelet transform hybridized with efficient metaheuristic methods. IEEE Access 2019, 8, 10584–10605. [Google Scholar] [CrossRef]
- Chaddad, A.; Peng, J.; Xu, J.; Bouridane, A. Survey of Explainable AI Techniques in Healthcare. Sensors 2023, 23, 634. [Google Scholar] [CrossRef] [PubMed]
- Smilkov, D.; Thorat, N.; Kim, B.; Viégas, F.; Wattenberg, M. Smoothgrad: Removing noise by adding noise. arXiv 2017, arXiv:1706.03825. [Google Scholar]
- Torres, J.M.M.; Medina-DeVilliers, S.; Clarkson, T.; Lerner, M.D.; Riccardi, G. Evaluation of interpretability for deep learning algorithms in EEG emotion recognition: A case study in autism. Artif. Intell. Med. 2023, 143, 102545. [Google Scholar] [CrossRef]
- Mansour, M.; Khnaisser, F.; Partamian, H. An explainable model for eeg seizure detection based on connectivity features. arXiv 2020, arXiv:2009.12566. [Google Scholar]
- Sturm, I.; Lapuschkin, S.; Samek, W.; Muller, K.R. Interpretable deep neural networks for single-trial EEG classification. J. Neurosci. Methods 2016, 274, 141–145. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Hartmann, K.G.; Schirrmeister, R.T.; Ball, T. EEG-GAN: Generative adversarial networks for electroencephalograhic (EEG) brain signals. arXiv 2018, arXiv:1806.01875. [Google Scholar]
- Roy, Y.; Banville, H.; Albuquerque, I.; Gramfort, A.; Falk, T.H.; Faubert, J. Deep learning-based electroencephalography analysis: A systematic review. J. Neural Eng. 2019, 16, 051001. [Google Scholar] [CrossRef]
- Boashash, B.; Carson, H.; Mesbah, M. Detection of seizures in newborns using time-frequency analysis of EEG signals. In Proceedings of the Tenth IEEE Workshop on Statistical Signal and Array Processing (Cat. No.00TH8496), Pocono Manor, PA, USA, 16 August 2000; pp. 564–568. [Google Scholar]
- Hassanpour, H.; Mesbah, M.; Boashash, B. EEG spike detection using time-frequency signal analysis. In Proceedings of the 2004 IEEE International Conference on Acoustics, Speech, and Signal Processing, Montreal, QC, Canada, 17–21 May 2004; Volume 5, p. V. [Google Scholar]
- Khan, N.A.; Mohammadi, M.; Ghafoor, M.; Tariq, S.A. Convolutional Neural Networks Based Time-Frequency Image Enhancement For the Analysis of EEG Signals. Multidimens. Syst. Signal Process. 2022, 33, 863–877. [Google Scholar] [CrossRef]
- Mahmoodian, N.; Haddadnia, J.; Illanes, A.; Boese, A.; Friebe, M. Seizure prediction with cross-higher-order spectral analysis of EEG signals. Signal Image Video Process. 2020, 14, 821–828. [Google Scholar] [CrossRef]
- Murariu, M.G.; Tărniceriu, D.; Hrișcă-Eva, O.D.; Lazăr, A.M. An Approach to Identify Different Types of EEG Epileptic Signals Based on Higher-Order Spectra (HOS) Features. In Proceedings of the 2022 14th International Conference on Electronics, Computers and Artificial Intelligence (ECAI), Ploiesti, Romania, 30 June–1 July 2022; pp. 1–5. [Google Scholar]
- Du, X.; Dua, S.; Acharya, R.U.; Chua, C.K. Classification of epilepsy using high-order spectra features and principle component analysis. J. Med. Syst. 2012, 36, 1731–1743. [Google Scholar] [CrossRef]
- Hosseini, S.A.; Houshmand, M. Analysis of the EEG Signal Using Higher-Order Spectra (HOS) in the Neuro-marketing Application. New Mark. Res. J. 2022, 12, 25–42. [Google Scholar]
- Li, S.; Cha, S.H. Feature extraction based on high order statistics measures and entropy for eeg biometrics. In Proceedings of the 2019 7th International Workshop on Biometrics and Forensics (IWBF), Cancun, Mexico, 2–3 May 2019; pp. 1–6. [Google Scholar]
- Xu, C.; Wang, H.; Huang, J. The Analysis of EEG Signals in Driving Behavior Based on Nonlinear Dynamics. In Proceedings of the 2022 International Symposium on Control Engineering and Robotics (ISCER), Changsha, China, 18–20 February 2022; pp. 271–276. [Google Scholar]
- Shuchun, L.; Diankui, L.; Xiaofeng, Z.; Xiaomin, L.; Yang, L. Research on nonlinear dynamics of high-frequency EEG based on correlation dimension and Lyapunov exponent. Mod. Biomed. Prog. 2017, 17, 561–566. [Google Scholar]
- Dongmei, L. Research on Classification, Location and Prediction Methods of Epileptic EEG Signals Based on Nonlinear Dynamic Characteristics. Master’s Thesis, Xinjiang Medical University, Ürümqi, China, 2017. [Google Scholar]
- Dongwei, C.; Junjie, C. Research on the complexity of Lempel Ziv EEG signals in emotion recognition. J. Taiyuan Univ. Technol. 2014, 45, 758–763. [Google Scholar]
- Meng, C.; Ning, Z.; Youjun, L.; Yan, L.; Qiang, H. Emotional EEG signal analysis based on equal symbolic entropy. Comput. Appl. Res. 2018, 35, 2051–2054, 2091. [Google Scholar]
- Anuragi, A.; Sisodia, D.S.; Pachori, R.B. EEG-based cross-subject emotion recognition using Fourier-Bessel series expansion based empirical wavelet transform and NCA feature selection method. Inf. Sci. 2022, 610, 508–524. [Google Scholar] [CrossRef]
- Sharma, N.; Pachori, R.B. Analysis of EEG signals using nonlinear dynamics: A review. Biocybern. Biomed. Eng. 2021, 41, 716–742. [Google Scholar]
- Hazarika, B.B.; Gupta, D.; Kumar, B. EEG Signal Classification Using a Novel Universum-Based Twin Parametric-Margin Support Vector Machine. Cogn. Comput. 2023, 1–16. [Google Scholar] [CrossRef]
- Wang, J.; Gao, R.; Zheng, H.; Zhu, H.; Shi, C.J.R. SSGCNet: A Sparse Spectra Graph Convolutional Network for Epileptic EEG Signal Classification. IEEE Trans. Neural Netw. Learn. Syst. 2023, early access. [Google Scholar] [CrossRef]
- Hassan, F.; Hussain, S.F.; Qaisar, S.M. Fusion of multivariate EEG signals for schizophrenia detection using CNN and machine learning techniques. Inf. Fusion 2023, 92, 466–478. [Google Scholar] [CrossRef]
- Zhang, X.L.; Begleiter, H.; Porjesz, B.; Wang, W.; Litke, A. Event related potentials during object recognition tasks. Brain Res. Bull. 1995, 38, 531–538. [Google Scholar] [CrossRef]
- Koelstra, S.; Muhl, C.; Soleymani, M.; Lee, J.S.; Yazdani, A.; Ebrahimi, T.; Pun, T.; Nijholt, A.; Patras, I. Deap: A database for emotion analysis; using physiological signals. IEEE Trans. Affect. Comput. 2011, 3, 18–31. [Google Scholar] [CrossRef] [Green Version]
- Zheng, W.L.; Lu, B.L. Investigating critical frequency bands and channels for EEG-based emotion recognition with deep neural networks. IEEE Trans. Auton. Ment. Dev. 2015, 7, 162–175. [Google Scholar] [CrossRef]
- Ang, K.K.; Chin, Z.Y.; Wang, C.; Guan, C.; Zhang, H. Filter bank common spatial pattern algorithm on BCI competition IV datasets 2a and 2b. Front. Neurosci. 2012, 6, 39. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Tangermann, M.; Müller, K.R.; Aertsen, A.; Birbaumer, N.; Braun, C.; Brunner, C.; Leeb, R.; Mehring, C.; Miller, K.J.; Mueller-Putz, G.; et al. Review of the BCI competition IV. Front. Neurosci. 2012, 6, 55. [Google Scholar] [CrossRef] [Green Version]
- Sajda, P.; Gerson, A.; Muller, K.R.; Blankertz, B.; Parra, L. A data analysis competition to evaluate machine learning algorithms for use in brain–computer interfaces. IEEE Trans. Neural Syst. Rehabil. Eng. 2003, 11, 184–185. [Google Scholar] [CrossRef]
- Andrzejak, R.G.; Lehnertz, K.; Mormann, F.; Rieke, C.; David, P.; Elger, C.E. Indications of nonlinear deterministic and finite-dimensional structures in time series of brain electrical activity: Dependence on recording region and brain state. Phys. Rev. E 2001, 64, 061907. [Google Scholar] [CrossRef] [Green Version]
- Shoeb, A.H. Application of Machine Learning to Epileptic Seizure Onset Detection and Treatment. Ph.D. Thesis, Massachusetts Institute of Technology, Cambridge, MA, USA, 2009. [Google Scholar]
- Detti, P.; Vatti, G.; Zabalo Manrique de Lara, G. Eeg synchronization analysis for seizure prediction: A study on data of noninvasive recordings. Processes 2020, 8, 846. [Google Scholar] [CrossRef]
- Zhang, J.; Yin, Z.; Wang, R. Recognition of mental workload levels under complex human–machine collaboration by using physiological features and adaptive support vector machines. IEEE Trans. Hum.-Mach. Syst. 2014, 45, 200–214. [Google Scholar] [CrossRef]
- Venkatachalam, K.; Devipriya, A.; Maniraj, J.; Sivaram, M.; Ambikapathy, A.; Iraj, S.A. A Novel Method of motor imagery classification using eeg signal. Artif. Intell. Med. 2020, 103, 101787. [Google Scholar]
- Zhang, H.; Zhao, M.; Wei, C.; Mantini, D.; Li, Z.; Liu, Q. EEGdenoiseNet: A benchmark dataset for end-to-end deep learning solutions of EEG denoising. arXiv 2020, arXiv:2009.11662. [Google Scholar] [CrossRef]
- Hosseini, M.P.; Hosseini, A.; Ahi, K. A review on machine learning for EEG signal processing in bioengineering. IEEE Rev. Biomed. Eng. 2020, 14, 204–218. [Google Scholar] [CrossRef]
- Choubey, H.; Pandey, A. A combination of statistical parameters for the detection of epilepsy and EEG classification using ANN and KNN classifier. Signal Image Video Process. 2021, 15, 475–483. [Google Scholar] [CrossRef]
- Ping, L.; Yan, Z.; Jun, W. Support vector classifier for EEG signals based on nonlinear feature extraction. J. Shantou Univ. Nat. Sci. Ed. 2009, 24, 6. [Google Scholar]
- Jamunadevi, C.; Ragupathy, P.; Sritha, P.; Pandikumar, S.; Deepa, S. Performance Analysis of Random Forest Classifier in Extracting Features from the EEG signal. In Proceedings of the 2022 International Conference on Advanced Computing Technologies and Applications (ICACTA), Coimbatore, India, 4–5 March 2022; pp. 1–5. [Google Scholar]
- Jiahui, C.; Youguo, W.; Qiqing, Z. Noise benefit in motion imagination classification based on K-nearest neighbor. Comput. Technol. Dev. 2022, 32, 79–84. [Google Scholar]
- Jiaying, L.; Li, Z.; Yan, B.; Fangqing, G. Research on classification of lower limb motor imagery EEG signals based on LDA and KNN. Foreign Electron. Meas. Technol. 2021, 1. [Google Scholar]
- Dongare, S.; Padole, D. Categorization of EEG Using Hybrid Features and Voting classifier for Motor Imagination. In Proceedings of the 2021 International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT), Bangalore, India, 27–28 August 2021; pp. 217–220. [Google Scholar]
- Ren, W.; di, B.; Shuqi, W.; Xuemeng, L.; Dongsheng, Z. The application of decision tree algorithm in the prediction of stroke risk classification. Chin. Conval. Med. 2019, 28, 4. [Google Scholar]
- Huaiwen, C.; Yin, Y. Building a risk prediction model for ischemic stroke in Jiangxi based on machine learning. West. Med. 2022, 34, 1182–1187. [Google Scholar]
- Hanqi, C.; Hao, Z.; Xiaomin, G.; Mingyang, P.; Guanghui, X.; Guozhong, C.; Xindao, Y.; Yu, X. Prediction of prognosis of mechanical thrombectomy in acute stroke by machine learning combined with imaging features. J. Nanjing Med. Univ. Nat. Sci. Ed. 2022, 42. [Google Scholar]
- Yong, S.; Liqiang, W.; Fen, W.; Guoqiang, C.; Yingchao, Z.; Yahui, L.; Ling, Q.; Guangming, Z. Explainable machine learning model is used to predict long-term cerebral ischemic events. Prev. Treat. Cardiovasc. Cerebrovasc. Dis. 2022, 22, 5. [Google Scholar]
- Carrara, I.; Papadopoulo, T. Classification of BCI-EEG based on augmented covariance matrix. arXiv 2023, arXiv:2302.04508. [Google Scholar]
- Alharbi, Y.F.; Alotaibi, Y.A. The Correlate of Emotion and Gender Classification Using EEG Signals. In Proceedings of the 2021 IEEE 6th International Conference on Signal and Image Processing (ICSIP), Nanjing, China, 22–24 October 2021; pp. 790–794. [Google Scholar]
- Parmar, S.K.; Ramwala, O.A.; Paunwala, C.N. Performance Evaluation of SVM with Non-Linear Kernels for EEG-based Dyslexia Detection. In Proceedings of the 2021 IEEE 9th Region 10 Humanitarian Technology Conference (R10-HTC), Bangalore, India, 30 September–2 October 2021; pp. 1–6. [Google Scholar]
- Ling, H.; Aihua, Z. Application of improved decision tree SVM in EEG recognition. Comput. Eng. Des. 2010, 2. [Google Scholar]
- Hossain, M.S.; Hasan, T.; Hasan, M.M.; Rahman, M.M.; Sabiha, M.M. English Character recognition using EEG-based Visual stimulations: A Machine Learning Analysis. In Proceedings of the 2022 International Conference on Innovations in Science, Engineering and Technology (ICISET), Chittagong, Bangladesh, 26–27 February 2022; pp. 373–378. [Google Scholar]
- Padayatty, R.V.; K, T.F.N. Detection of schizophrenia using EEG signals: A Machine learning approach. In Proceedings of the 2022 International Conference on Futuristic Technologies in Control Systems & Renewable Energy (ICFCR), Malappuram, India, 21–22 July 2022; pp. 1–8. [Google Scholar]
- Yuehua, G.; Jinxiang, S. Classification of vertigo states combined with machine learning and EEG signal analysis. China Tissue Eng. Res. 2022, 26. [Google Scholar]
- Shuyi, Z.; Xiaoyan, L.; Jiansong, Z.; Gang, S. Eeg signal analysis method based on standard time-frequency transform. J. Electron. Meas. Instrum. 2018, 7. [Google Scholar]
- Satyanarayana, K.N.V.; Shankar, T.; Poojita, G.; Vinay, G.; Amaranadh, H.N.S.V.l.S.; Babu, A.G. An Approach to EEG based Emotion Identification by SVM classifier. In Proceedings of the 2022 6th International Conference on Computing Methodologies and Communication (ICCMC), Erode, India, 29–31 March 2022; pp. 650–654. [Google Scholar] [CrossRef]
- Subasi, A.; Saikia, A.; Bagedo, K.; Singh, A.; Hazarika, A. EEG-based driver fatigue detection using FAWT and multiboosting approaches. IEEE Trans. Ind. Inform. 2022, 18, 6602–6609. [Google Scholar] [CrossRef]
- Min, J.; Cai, M.; Gou, C.; Xiong, C.; Yao, X. Fusion of forehead EEG with machine vision for real-time fatigue detection in an automatic processing pipeline. Neural Comput. Appl. 2023, 35, 8859–8872. [Google Scholar] [CrossRef]
- Taheri Gorji, H.; Wilson, N.; VanBree, J.; Hoffmann, B.; Petros, T.; Tavakolian, K. Using machine learning methods and EEG to discriminate aircraft pilot cognitive workload during flight. Sci. Rep. 2023, 13, 2507. [Google Scholar] [CrossRef] [PubMed]
- Monteiro, T.G.; Skourup, C.; Zhang, H. A task agnostic mental fatigue assessment approach based on EEG frequency bands for demanding maritime operation. IEEE Instrum. Meas. Mag. 2021, 24, 82–88. [Google Scholar] [CrossRef]
- Wang, M.; Zhao, Y.; Liao, P.C. EEG-based work experience prediction using hazard recognition. Autom. Constr. 2022, 136, 104151. [Google Scholar] [CrossRef]
- Bird, J.J.; Faria, D.R.; Manso, L.J.; Ayrosa, P.P.; Ekart, A. A study on CNN image classification of EEG signals represented in 2D and 3D. J. Neural Eng. 2021, 18, 026005. [Google Scholar] [CrossRef]
- Morabito, F.C.; Campolo, M.; Ieracitano, C.; Ebadi, J.M.; Bonanno, L.; Bramanti, A.; Desalvo, S.; Mammone, N.; Bramanti, P. Deep convolutional neural networks for classification of mild cognitive impaired and Alzheimer’s disease patients from scalp EEG recordings. In Proceedings of the 2016 IEEE 2nd International Forum on Research and Technologies for Society and Industry Leveraging a better tomorrow (RTSI), Bologna, Italy, 7–9 September 2016; pp. 1–6. [Google Scholar]
- Morabito, F.; Campolo, M.; Mammone, N.; Mario, V.; Silvana, F.; Tagliavini, F.; Sofia, V.; Fatuzzo, D.; Gambardella, A.; Labate, A.; et al. Deep Learning Representation from Electroencephalography of Early-Stage Creutzfeldt-Jakob Disease and Features for Differentiation from Rapidly Progressive Dementia. Int. J. Neural Syst. 2016, 27, 1650039. [Google Scholar] [CrossRef]
- Kim, M.j.; Youn, Y.C.; Paik, J. Deep learning-based EEG analysis to classify normal, mild cognitive impairment, and dementia: Algorithms and dataset. NeuroImage 2023, 272, 120054. [Google Scholar] [CrossRef]
- Kunekar, P.R.; Gupta, M.; Agarwal, B. Deep Learning with Multi Modal Ensemble Fusion for Epilepsy Diagnosis. In Proceedings of the 2020 3rd International Conference on Emerging Technologies in Computer Engineering: Machine Learning and Internet of Things (ICETCE), Jaipur, India, 7–8 February 2020; pp. 80–84. [Google Scholar]
- Sagga, D.; Echtioui, A.; Khemakhem, R.; Kallel, F.; Hamida, A.B. Epileptic Seizures Detection on EEG Signal Using Deep Learning Techniques. In Proceedings of the 2022 6th International Conference on Advanced Technologies for Signal and Image Processing (ATSIP), Sfax, Tunisia, 24–27 May 2022; pp. 1–6. [Google Scholar]
- Qing, X.; Cheng, G.; Biao, C.; Shan, C. Classification of epileptic EEG signals based on deep learning. Data Acquis. Process. 2022, 037. [Google Scholar]
- Ouyu, C.; Yijun, L.; Wujian, Y.; Zhiwei, M.; Qi, L. Stroke prediction method based on deep learning and MFCC characteristics. In Information and Computer (Theoretical Edition); 2019. [Google Scholar]
- Kumar, S.; Sengupta, A. EEG Classification For Stroke Detection Using Deep Learning Networks. In Proceedings of the 2022 2nd International Conference on Emerging Frontiers in Electrical and Electronic Technologies (ICEFEET), Patna, India, 24–25 June 2022; pp. 1–6. [Google Scholar]
- Seal, A.; Bajpai, R.; Agnihotri, J.; Yazidi, A.; Herrera-Viedma, E.; Krejcar, O. DeprNet: A Deep Convolution Neural Network Framework for Detecting Depression Using EEG. IEEE Trans. Instrum. Meas. 2021, 70, 1–13. [Google Scholar] [CrossRef]
- Rafiei, A.; Zahedifar, R.; Sitaula, C.; Marzbanrad, F. Automated Detection of Major Depressive Disorder With EEG Signals: A Time Series Classification Using Deep Learning. IEEE Access 2022, 10, 73804–73817. [Google Scholar] [CrossRef]
- Sudhakar, T.; Hari Krishnan, G.; Krishnamoorthy, N.R.; Janney J, B.; Pradeepa, M.; Raghavi, J.P. Sleep Disorder Diagnosis using EEG based Deep Learning Techniques. In Proceedings of the 2021 Seventh International conference on Bio Signals, Images, and Instrumentation (ICBSII), Chennai, India, 25–27 March 2021; pp. 1–4. [Google Scholar]
- Leino, A.; Korkalainen, H.; Kalevo, L.; Nikkonen, S.; Kainulainen, S.; Ryan, A.; Duce, B.; Sipilä, K.; Ahlberg, J.; Sahlman, J.; et al. Deep Learning Enables Accurate Automatic Sleep Staging Based on Ambulatory Forehead EEG. IEEE Access 2022, 10, 26554–26566. [Google Scholar] [CrossRef]
- Kang, M.K.; Hong, K.S. A sleep stage classification method using deep learning by extracting the characteristics of frequency domain from a single EEG channel. In Proceedings of the 2022 13th Asian Control Conference (ASCC), Jeju, Republic of Korea, 4–7 May 2022; pp. 1575–1580. [Google Scholar]
- Almogbel, M.A.; Dang, A.H.; Kameyama, W. EEG-signals based cognitive workload detection of vehicle driver using deep learning. In Proceedings of the 2018 20th International Conference on Advanced Communication Technology (ICACT), Chuncheon, Republic of Korea, 11–14 February 2018; pp. 256–259. [Google Scholar]
- Bhardwaj, R.; Parameswaran, S.; Balasubramanian, V. Performance Comparison of Machine Learning and Deep Learning While Classifying Driver’s Cognitive State. In Proceedings of the 2018 IEEE 13th International Conference on Industrial and Information Systems (ICIIS), Rupnagar, India, 1–2 December 2018; pp. 89–93. [Google Scholar]
- Roy, A.D.; Islam, M.M. Detection of Epileptic Seizures from Wavelet Scalogram of EEG Signal Using Transfer Learning with AlexNet Convolutional Neural Network. In Proceedings of the 2020 23rd International Conference on Computer and Information Technology (ICCIT), Dhaka, Bangladesh, 19–21 December 2020; pp. 1–5. [Google Scholar]
- Ak, A.; Topuz, V.; Midi, I. Motor imagery EEG signal classification using image processing technique over GoogLeNet deep learning algorithm for controlling the robot manipulator. Biomed. Signal Process. Control 2022, 72, 103295. [Google Scholar] [CrossRef]
- Bano, K.S.; Bhuyan, P.; Ray, A. EEG-Based Brain Computer Interface for Emotion Recognition. In Proceedings of the 2022 5th International Conference on Computational Intelligence and Networks (CINE), Bhubaneswar, India, 1–3 December 2022; pp. 1–6. [Google Scholar]
- Miao, Z.; Zhang, X.; Zhao, M.; Ming, D. LMDA-Net: A lightweight multi-dimensional attention network for general EEG-based brain–computer interface paradigms and interpretability. arXiv 2023, arXiv:2303.16407. [Google Scholar]
- Clerc, M.; Bougrain, L.; Lotte, F. Brain-Computer Interfaces 1: Methods and Perspectives; John Wiley & Sons: Hoboken, NJ, USA, 2016. [Google Scholar]
- Corley, I.A.; Huang, Y. Deep EEG super-resolution: Upsampling EEG spatial resolution with generative adversarial networks. In Proceedings of the 2018 IEEE EMBS International Conference on Biomedical & Health Informatics (BHI), Las Vegas, NV, USA, 4–7 March 2018; pp. 100–103. [Google Scholar]
- Wang, F.; Zhong, S.H.; Peng, J.; Jiang, J.; Liu, Y. Data augmentation for EEG-based emotion recognition with deep convolutional neural networks. In Proceedings of the MultiMedia Modeling: 24th International Conference, MMM 2018, Bangkok, Thailand, 5–7 February 2018; pp. 82–93. [Google Scholar]
- Wan, Z.; Yang, R.; Huang, M.; Zeng, N.; Liu, X. A review on transfer learning in EEG signal analysis. Neurocomputing 2021, 421, 1–14. [Google Scholar] [CrossRef]
- Wang, M.; Deng, W. Deep visual domain adaptation: A survey. Neurocomputing 2018, 312, 135–153. [Google Scholar] [CrossRef] [Green Version]
- Wang, Y.; Qiu, S.; Li, D.; Du, C.; Lu, B.L.; He, H. Multi-modal domain adaptation variational autoencoder for eeg-based emotion recognition. IEEE/CAA J. Autom. Sin. 2022, 9, 1612–1626. [Google Scholar] [CrossRef]
- Voigt, P.; Von dem Bussche, A. The EU General Data Protection Regulation (GDPR); A Practical Guide; Springer: Cham, Switzerland, 2017; Volume 10, pp. 10–5555. [Google Scholar]
- Chaddad, A.; Lu, Q.; Li, J.; Katib, Y.; Kateb, R.; Tanougast, C.; Bouridane, A.; Abdulkadir, A. Explainable, domain-adaptive, and federated artificial intelligence in medicine. IEEE/CAA J. Autom. Sin. 2023, 10, 859–876. [Google Scholar] [CrossRef]
- Sun, L.; Wu, J. A scalable and transferable federated learning system for classifying healthcare sensor data. IEEE J. Biomed. Health Inform. 2022. [Google Scholar] [CrossRef] [PubMed]
- Yildirim, O.; Baloglu, U.B.; Acharya, U.R. A deep learning model for automated sleep stages classification using PSG signals. Int. J. Environ. Res. Public Health 2019, 16, 599. [Google Scholar] [CrossRef] [PubMed] [Green Version]
Ref. | Prupose | Acquisition Method | Data Processing |
---|---|---|---|
Ma [42] | Recognize driver fatigue | Commercial Neuroscan system with 40 electrodes | Third-order Butterworth bandpass filter |
Gamage [43] | Detect driver’s EEG to reduce traffic accidents | Evoke the emotions of the test driver with video and audio | EEGLAB Toolbox of Matlab |
Shen [44] | Strengthen the depression recognition performance | Traditional 128-electrode mounted elastic cap and a wearable 3-electrode EEG collector | EEGLAB Toolbox of Matlab |
Saedi [45] | Detect the working status of construction workers | Investigate mental and motor work | A mix of macro and micro scrutiny |
Han [46] | Classification of eye state | EEG measured around the ear | Estimating classification accuracy using 3 CNN models |
Pawuś and Paszkiel [47] | Use BCI to control the robot | Emotiv EPOC | Classic algorithms and the neural network |
Chen [48] | EEG decoding | Obtained in the open world | Supervised deep learning |
Pei [49] | PreG electrode in BCI | Obtained form PreG electrode | SSVEP-based BCI |
Jemal [50] | Epileptic seizure prediction | Publicly available CHB-MIT dataset | Deep neural network model |
Wen [51] | Evaluate spatial cognitive ability | From 7 subjects participating in the game | Coupling strength calculation |
Li [52] | Emotion recognition | SJTU Emotion EEG Dataset | Experiment-level BN |
Freismuth et al. [53] | Treatment and diagnosis of ADHD | Wearable EEG device | HiLCPS framework |
Ref. | Signal Processing Method | Conclusion |
---|---|---|
Li [65] | EMG reference artifacts of neck and head muscles | More precise EMG separation without manual intervention |
Maddirala and Veluvolu [66] | CWT and K-means | It is suitable for situations with few EEG signal channels and can accurately separate artifacts |
Patel [67] | Combining EEMD and PCA | Automatic detection and suppression of human eye artifacts can be achieved |
Xie [68] | PCA with an SVM-based semi-supervised classification model | It is suitable for processing signals with a low signal-to-noise ratio and only a few labels, with high recognition accuracy and less training time |
Sheoran and Saini [69] | Combining CCA and NAPCT | Artifact components are removed without manual intervention |
Miao [73] | CCA and MWF | Eye artifacts can be adaptively removed from multi-channel EEG data without the need for a reference signal |
Zhou and Gotman [80] | Wavelet transform | The combination of wavelet transform and ICA can effectively remove EMG and ECG artifacts in EEG signals |
Tibdewal [81] | Use the adaptive threshold of wavelet coefficients | Effectively reduces artifacts and noise while preserving the original brain signal |
Chen [83] | EEMD and CCA techniques | It can make good use of interchannel information and has a good artifact removal effect in the case of serious signal pollution |
Yang [84] | Extract spikes to the first IMF | Can alleviate splitting effects, but not suitable for separating multipoint spikes |
Li and Zhang [85] | EMD | It can eliminate the effect of multipoint spikes on IMF screening and better remove EOG artifacts |
Dataset | Sample (n) | Types | SF (Hz) |
---|---|---|---|
Zhang [112] | 122 | Object recognition | 256 |
Koelstra [113] | 32 | Emotion analysis | 128 |
Zheng and Lu [114] | 15 | Emotion recognition | 200 |
Ang [115] | 9 | Emotion recognition | 250 |
Tangermann [116] | 9 | BCI | 250 |
Sajda [117] | 9 | BCI | 100 |
Andrzejak [118] | 10 | Seizure detection | 173.86 |
Shoeb [119] | 23 | Seizure detection/prediction | 256 |
Detti [120] | 14 | Seizure detection/prediction | 512 |
Zhang [121] | 6 | Mental workload | 500 |
Venkatachalam [122] | 5 | MIC | 150 |
Zhang [123] | 64 | EEG denoising | 512 |
Ref. | Domain | Propose Method | Conclusion |
---|---|---|---|
H and A. [125] | Epilepsy | Used KNN and ANN classifiers to predict seizures | For KNN classifier, HFD with sample entropy had the highest accuracy of about 98% |
Ping [126] | Epilepsy | Created an SVM classifier based on nonlinear feature extraction | Successfully improved the correct recognition rate |
Jamunadevi [127] | Epilepsy | Used RF for detection and evaluation | RF had better results in eliminating epilepsy error detection |
Jiahui [128] | MI | Added Gaussian noise and performed binary classification | The maximum average classification accuracy of KNN classifier reached 88.57% |
Jiaying [129] | MI | Created a lower extremity MI classification algorithm based on LDA+KNN. | The average classification accuracy of the two paradigms was 67.5% and 84.62%, respectively |
Dongare and Padole [130] | MI | Created a majority voting classifier that combines SVM, LDA, and ANN | The accuracy of performance measurement was 85.36% |
Ren [131] | Stroke | Adopted C4.5 decision tree | Constructed a DT model with 37 nodes |
Huaiwen and Yin [132] | Stroke | Used ROC and AUC for model screening | The SVM model performed best as AUC = 1.000 |
Hanqi [133] | Stroke | Build model based on LASSO, DWI, PWI, and SVM | The accuracy of the combined model was 0.822, which was better than that of the single sequence model |
Yong [134] | Stroke | Used CTA image collection set data and K-fold cross validation | The random forest model had the best prediction effect, with an accuracy of 94.9% and 90.8% in predicting new ischemic stroke |
Ref. | Domain | Proposed Method | Conclusion |
---|---|---|---|
Morabito [150] | Alzheimer’s disease | A method was proposed to generate a suitable feature set using convolution and then use full connectivity to make predictions | The method achieved 80% classification accuracy in Alzheimer’s disease |
Morabito [151] | Alzheimer’s disease | A deep learning processing system to reduce the dimensionality of the feature space | The system achieved nearly 90% classification accuracy in diagnosing Alzheimer’s disease |
Kim [152] | Alzheimer’s disease | A novel end-to-end model designed for the purpose of low-cost and noninvasive diagnosis of brain disorders | Their method achieved a high ROC-AUC score of 0.9 |
Kunekar [153] | Epilepsy | A deep learning and multimodal fusion approach was proposed for the diagnosis of epilepsy | The method allowed for improved diagnostic accuracy and earlier prediction of seizures due to the continuous performance of the data |
Sagga [154] | Epilepsy | Proposed a simple CNN model to identify epileptic seizures | The CNN model achieved 98% accuracy in seizure detection |
Qing [155] | Epilepsy | Using neural network model to process one-dimensional time series and two-dimensional EEG image EEG data types to detect seizures | The classification accuracy of EfficientNetV2 model for epileptic EEG was 98.69% |
Ouyu [156] | Ischemic stroke | A deep learning-based stroke evaluation model for stroke diagnosis | CNN was 22.86% more accurate than logistic regression |
Kumar and Sengupta [157] | Ischemic stroke | Stroke detection using VGG-16 and Resnet-50 models | The accuracy of the model in predicting stroke reached 90% |
Seal [158] | Depression | A CNN DeprNet was proposed for depression diagnosis | The accuracy of the results obtained in recording split and subjective split experiments was 99.37% and 91.4%, respectively |
Rafiei [159] | Depression | Automatic detection of MDD Using EEG data and deep neural network architecture | The accuracy reached 91.67% when all 19 channels were used and 87.5% after the channels were reduced |
Sudhakar [160] | Sleep | Alexnet and GoogleNet used EEG signals to detect sleep disorders | AlexNet was better at detecting sleep disorders with an accuracy of 93.33% |
Leino [161] | Sleep | Combined CNN and RNN to determine the sleep stage of the EEG channel measured by AES | When considering all datasets, the highest automatic scoring accuracy was 79.7% |
Kang and Hong [162] | Sleep | The optimized GoogleNet model was used to construct CNN automatic sleep stage classification in single channel EEG | The accuracy of the sleep state of the EEG F4 channel was the highest at 77.6% |
Almogbel [163] | Cognitive | An end-to-end deep neural network could accommodate the original EEG signals from 4 channels within a month as input | This model could successfully promote EEG signals and classify drivers’ cognitive workload with high accuracy |
Bhardwaj [164] | Cognitive | A highly accurate, EEG based driver fatigue classification system to reduce fatigue related road accidents | Based on different indicators, the accuracy of the deep learning automatic encoder was as high as 99.7% |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Chaddad, A.; Wu, Y.; Kateb, R.; Bouridane, A. Electroencephalography Signal Processing: A Comprehensive Review and Analysis of Methods and Techniques. Sensors 2023, 23, 6434. https://doi.org/10.3390/s23146434
Chaddad A, Wu Y, Kateb R, Bouridane A. Electroencephalography Signal Processing: A Comprehensive Review and Analysis of Methods and Techniques. Sensors. 2023; 23(14):6434. https://doi.org/10.3390/s23146434
Chicago/Turabian StyleChaddad, Ahmad, Yihang Wu, Reem Kateb, and Ahmed Bouridane. 2023. "Electroencephalography Signal Processing: A Comprehensive Review and Analysis of Methods and Techniques" Sensors 23, no. 14: 6434. https://doi.org/10.3390/s23146434
APA StyleChaddad, A., Wu, Y., Kateb, R., & Bouridane, A. (2023). Electroencephalography Signal Processing: A Comprehensive Review and Analysis of Methods and Techniques. Sensors, 23(14), 6434. https://doi.org/10.3390/s23146434