| Literature DB >> 31739605 |
Hong Zeng1,2, Zhenhua Wu1, Jiaming Zhang1, Chen Yang1, Hua Zhang1, Guojun Dai1, Wanzeng Kong1.
Abstract
Deep learning (DL) methods have been used increasingly widely, such as in the fields of speech and image recognition. However, how to design an appropriate DL model to accurately and efficiently classify electroencephalogram (EEG) signals is still a challenge, mainly because EEG signals are characterized by significant differences between two different subjects or vary over time within a single subject, non-stability, strong randomness, low signal-to-noise ratio. SincNet is an efficient classifier for speaker recognition, but it has some drawbacks in dealing with EEG signals classification. In this paper, we improve and propose a SincNet-based classifier, SincNet-R, which consists of three convolutional layers, and three deep neural network (DNN) layers. We then make use of SincNet-R to test the classification accuracy and robustness by emotional EEG signals. The comparable results with original SincNet model and other traditional classifiers such as CNN, LSTM and SVM, show that our proposed SincNet-R model has higher classification accuracy and better algorithm robustness.Entities:
Keywords: SincNet; SincNet-R; deep learning (DL); electroencephalogram (EEG); emotion classification
Year: 2019 PMID: 31739605 PMCID: PMC6895992 DOI: 10.3390/brainsci9110326
Source DB: PubMed Journal: Brain Sci ISSN: 2076-3425
Figure 1The architecture of SincNet.
Figure 2The input EEG data format.
Figure 3The spatial transformation of the input EEG data.
Figure 4The local data acquired from the sampling.
Figure 5EEG filter bank design in frequency domain.
Figure 6The architecture of SincNet-R for emotion classification.
Figure 7The experimental schematic.
Figure 8Emotion EEG classification accuracy comparison between SincNet-R and SincNet on EEGData_1.
Figure 9Emotion EEG classification accuracy comparison between SincNet-R and SincNet on EEGData_2.
Figure 10Classification accuracy comparison with SincNet, CNN, LSTM, and SVM.
Average classification accuracy of SincNet-R, SincNet, CNN, LSTM, and SVM.
| Model | SincNet-R | SincNet | CNN | LSTM | SVM |
|---|---|---|---|---|---|
| Average accuracy (%) | 94.503 | 80.248 | 82.915 | 83.926 | 51.529 |
Variance analysis of SincNet-R, SincNet, CNN, LSTM, and SVM.
| Model | SincNet-R | SincNet | CNN | LSTM | SVM |
|---|---|---|---|---|---|
| Variance | 0.282 | 0.893 | 0.877 | 0.144 | 1.123 |
Figure 11Loss of SincNet-R and SincNet on EEGData_1 and EEGData_2.