| Literature DB >> 35360138 |
Bo Liu1, Hongli Chang2, Kang Peng3, Xuenan Wang4.
Abstract
Major depressive disorder (MDD) is a common and highly debilitating condition that threatens the health of millions of people. However, current diagnosis of depression relies on questionnaires that are highly correlated with physician experience and hence not completely objective. Electroencephalography (EEG) signals combined with deep learning techniques may be an objective approach to effective diagnosis of MDD. This study proposes an end-to-end deep learning framework for MDD diagnosis based on EEG signals. We used EEG signals from 29 healthy subjects and 24 patients with severe depression to calculate Accuracy, Precision, Recall, F1-Score, and Kappa coefficient, which were 90.98%, 91.27%, 90.59%, and 81.68%, respectively. In addition, we found that these values were highest when happy-neutral face pairs were used as stimuli for detecting depression. Compared with exiting methods for EEG-based MDD classification, ours can maintain stable model performance without re-calibration. The present results suggest that the method is highly accurate for diagnosis of MDD and can be used to develop an automatic plug-and-play EEG-based system for diagnosing depression.Entities:
Keywords: EEGNet; convolutional neural network (CNN); depression recognition; electroencephalogram (EEG); end-to-end
Year: 2022 PMID: 35360138 PMCID: PMC8963113 DOI: 10.3389/fpsyt.2022.864393
Source DB: PubMed Journal: Front Psychiatry ISSN: 1664-0640 Impact factor: 4.157
Figure 1An EEG End-to-End Depression Recognition Framework.
Figure 2Topological structure map of 128-electrode channels mapped to a two-dimensional picture. The circle represents the electrode, and the label inside is the serial number and name of the electrode.
EEGNet model structure and parameters.
|
|
|
|
|
|---|---|---|---|
| input_1 (InputLayer) | (None, 128, 125, 1) | 0 | |
| conv2d (Conv2D) | 8#(1,100) | (None, 128, 125, 8) | 800 |
| batch_normalization (BatchNormalization) | (None, 128, 125, 8) | 32 | |
| depthwise_conv2d (DepthwiseConv2D) | (128,1) | (None, 1, 125, 16) | 2048 |
| batch_normalization_1 (BatchNormalization) | (None, 1, 125, 16) | 64 | |
| activation (Activation) | elu | (None, 1, 125, 16) | 0 |
| average_pooling2d (AveragePooling2D) | (1,4) | (None, 1, 31, 16) | 0 |
| dropout (Dropout) | 0.5 | (None, 1, 31, 16) | 0 |
| separable_conv2d (SeparableConv2D) | 16#(1,16) | (None, 1, 31, 16) | 512 |
| batch_normalization_2 (BatchNormalization) | (None, 1, 31, 16) | 64 | |
| activation_1 (Activation) | elu | (None, 1, 31, 16) | 0 |
| average_pooling2d_1 (AveragePooling2D) | (1,8) | (None, 1, 3, 16) | 0 |
| dropout_1 (Dropout) | 0.5 | (None, 1, 3, 16) | 0 |
| flatten (Flatten) | (None, 48) | 0 | |
| dense (Dense) | 2 | (None, 2) | 98 |
| softmax (Activation) | (None, 2) | 0 | |
| Total params: 3,618 | |||
| Trainable params: 3,538 | |||
| Non-trainable params: 80 | |||
Figure 3Leave-One-Subject-Out Cross-Validation.
Confusion Matrix and Evaluation Index.
|
|
| ||
|---|---|---|---|
|
|
| ||
|
|
|
|
|
|
|
|
| |
| Evaluation Index | (1) | ||
| (2) | |||
| (3) | |||
| (4) | |||
| (5) | |||
Figure 4Recognition scores of end-to-end depression recognition.
Figure 5Scatter plot of four experimental results (Accuracy) for each subject.
Figure 6Confusion matrix for four experiments. (A) All trials, (B) Fcue trials, (C) Scue trials, and (D) Hcue trials.
Figure 7Model optimization curve.
Comprehensive comparison of existing state-of-the-art methods with proposed method.
|
|
|
|
|
|
|
|---|---|---|---|---|---|
|
|
| ||||
| Feature-level fusion ( | (86, 92) | EEG (3) | 60 linear and | Ten-fold CV | 86.98 |
| 36 nonlinear features | |||||
| Multivariate pattern analysis ( | (27, 28) | EEG (128) | 249 EEG features | LOSOCV | 92.73 |
| Multimodal fusion ( | (81,89) | EEG (3) | 6 EEG features | Nested CV | 86.64 |
| and voice(1) | and 15 voice features | ||||
| Case-Based Reasoning Model ( | (86, 92) | EEG (3) | 113 EEG features | Ten-fold CV | 91.25 |
| SVM ( | (20, 19) | EEG (64) | 3 potential biomarker | Ten-fold CV | 89.7 |
| KNN ( | (92, 121) | EEG (3) | 270 features | Ten-fold CV | 79.27 |
| Independent component analysis ( | (13, 13) | EEG (64) | - | - | - |
| Brain Function Networks ( | (24, 24) | EEG (64) | LC-CC in theta band | Ten-fold CV | 93.31 |
| Correlated Feature Selection ( | (17, 17) | EEG (128) | 10 EEG features | LOSOCV | 88.94 |
| Ours | (24, 29) | EEG (128) | - | LOSOCV | 90.98 |
CV, Cross-Validation; LOSOC, Leave-One-Subject-Out Cross-Validation;MDD, Major Depression Disorder; HC, Healthy Control.