Volume 9 - Year 2022 - Pages 01-05
DOI: 10.11159/jbeb.2022.001

EEG Based Schizophrenia and Bipolar Disorder Classification by Means of Deep Learning Methods


Miguel Ángel Luján1, Jorge Mateo Sotos2, Ana Torres Aranda2, Alejandro L. Borja1

1Universidad de Castilla-La Mancha, Departamento Ingeniería Eléctrica, Electrónica, Automática y Comunicaciones
Campus Universitario 02071, Albacete, Spain
miguelangel.lujan1@alu.uclm.es; alejandro.lucas@uclm.es
2Universidad de Castilla-La Mancha, Departamento Ingeniería Eléctrica, Electrónica, Automática y Comunicaciones
Campus Universitario 16071, Cuenca, Spain
jorge.mateo@uclm.es; ana.torres@uclm.es


Abstract - In this paper, different techniques based on deep learning algorithms used for the classification and diagnosis of patients with mental disorders i.e., schizophrenia and bipolar disorder, are presented. To this aim, the signals obtained from 32 unipolar electrodes of non-invasive electroencephalogram analysis are studied to obtain its main features. More specifically, the analysis performed utilizes an innovative radial basis function neural network based on fuzzy means algorithm. Furthermore, the analysis of the variance of statistical parameters and entropy is applied. In total, 312 subjects with schizophrenia and 105 patients with bipolar disorder have been evaluated. The results obtained show a correct classification in patients compared to healthy controls. The proposed methods achieved a better performance than other machine learning techniques such as support vector machine or k-nearest neighbour, with an accuracy close to 96%. It can be concluded that this type of classifications will allow the training of algorithms that can be used to identify and classify different mental disorders with very high accuracy.

Keywords: EEG, Deep learning, Bipolar disorder, Schizophrenia.

© Copyright 2022 Authors This is an Open Access article published under the Creative Commons Attribution License terms. Unrestricted use, distribution, and reproduction in any medium are permitted, provided the original work is properly cited.

Date Received: 2022-08-22
Date Accepted: 2022-08-30
Date Published: 2022-09-01

1. Introduction

Schizophrenia and Bipolar disorder are related to a neurocognitive deficit that affects different domains. According to the diagnostic criteria of the American Psychiatric Association (DSM-IV) [1], schizophrenia is characterised by significant impairments related to changes in behaviour and reality such as hallucinations, delusions and disorganized thinking. On the other hand, bipolar patients show disturbances in executive, working memory, verbal memory, visual memory, sustained attention, perceptions, and difficulties in relationships with others. Generally, initial diagnosis of both mental disorders is based on subjective observing, depending on patient’s actions, behavioural changes, history of mental illnesses in the family, etc., following DSM-IV criteria and compared to other patient groups and controls.

However, these methods present, in many cases, difficult diagnosis in early disorder stages. Therefore, additional analysis and tools are employed. In this regard, the use of electrophysiological activity can provide important information for the clinical diagnosis of patients. The measured electroencephalogram (EEG) signals appear to be very useful for the identification of brain rhythms, diagnosis of brain disorders, detection of brain impairments, and consequently the possibility to provide precise treatment to correct or improve certain brain-health conditions [2]-[5].

In this study, the utility of EEG recordings together with feature analysis and deep leaning classification to distinguishing brain disorders is presented. In particular, a radial basis function (RBF) neural network (NN) [6]-[8] has been employed. This type of network has some characteristics that make it ideal for schizophrenia or bipolar disorder. Good performance with different patterns can be achieved, also RBF employs fast training procedures, and it includes simple network configurations. In addition, its network structure can grow to the desired degree of accuracy [9].

The paper is divided into the following sections: In Section 2 the methodology employed for signal acquisition and signal processing are presented. It also shows the machine learning techniques that can be applied for classification. Section 3 outlines the main results obtained. Finally, the conclusions of the work are summarized in Section 4.

2. Methodology

In this study, real EEG recordings have been used to investigate the operation of the NN system proposed. Three hundred and twelve schizophrenic patients and one hundred and five euthymic bipolar disorder patients were tested for brain-disorder diagnosis measured by EEG recordings. The structured clinical interview for DSM-IV (SCID) was administered to all subjects to obtain DSM-IV diagnoses. All participants provided written informed consent after being explained the study and the procedures involved. The study was approved by the Clinical Research Ethics Committee of the Cuenca Health Area. The EEG records were recorded at the Psychiatric Service of the Virgen de la Luz Hospital in Cuenca (Spain). The equipment available at the Hospital was used to perform the EEGs. The International System 10-20 was used to place the electrodes by the medical staff. The EEG records of the different patients presented various noise samples, such as muscle noise, artefacts, baseline etc. To get a more accurate result of the neural network these signals were filtered out. Information about the position of the electrodes is used to create the maps. In our case, according to the 10-20 system for data acquisition.

Figure 1 shows the steps followed from EEG measurements to patient classification. First, electrophysiological data were recorded using a 32-channel Brain Vision system with a sampling frequency of 500Hz and signal gain equal to 75 K (150x at the headbox). According to the international 10-20 system, EEG data were continuously recorded from the 32 electrodes (Z: Midline; FZ: Midline Frontal; CZ: Midline Central; PZ: Midline Parietal; Even numbers, right hemisphere locations; odd numbers, left hemisphere locations; Fp: Frontopolar; F: Frontal; C: Central; T: Temporal; P: Parietal; O: Occipital).

Thereafter, the stored data was pre-processed in order to remove external interferences. The noise present in the signal was due to the electrical distribution network, the surrounding electronic equipment, or may be due to the body functioning i.e., body movements, eye-blinking, breathing, or sweating. To remove these noise components, present in the signal, a notch and a high pass filtering were applied. Once the brain signal is clear of interferences and artifacts, a feature extraction (mean and entropy) was performed. It determined the characteristics of the signal for classification during the execution of ANOVAS and machine learning methods. Specifically, a deep learning method by means of a radial basis function (RBF) neural network (NN) based on fuzzy means (FM) algorithm was used for signal classification.

Figure 1. Methodology steps followed for patient classification.

The FM algorithm was applied using MALTAB to choose the NN structure and the centres of the hidden nodes [7]-[8], where the proposed algorithm uses an initial fuzzy partition (FP) of input space and a number of fuzzy sets that are defined for each input variable. The novel RBF method realizes a uniform division of the discourse universe for its input pj (j = 1,2, ..., M) into cj fuzzy sets Fj1, Fj2, ..., Fjc with functions of form as follows:


where vsj represents the central element to which the unit’s membership value is set and lsj is half of the respective width. The sum of the degrees of correspondence at any point in the discourse universe is close to 1, for each input variable. Defining a FP into the M dimensional input space results in the initial FP of every input. From this, the following algorithm is proposed to find from the input data vector the nearest fuzzy subspace [7]-[8].

3. Results and discussion

The results obtained during the study indicate that patients with bipolar disorder can be classified accurately from recorded EEG signals. Table 1 and Table 2 present the values of Balanced Accuracy, Recall, Precision and F1 score of well-known classification methods i.e., support vector machine (SVM) and K-nearest neighbors (KNN), and the proposed algorithm for schizophrenia and bipolar disorder, respectively.

Table 1. Balanced accuracy, recall, precision and F1 score for different machine learning models and the proposed method for schizophrenia patients.

Method

Balanced Accuracy (%)

Recall (%)

Precision (%)

F1 score (%)

SVM

84,74

84,84

84,64

84,14

KNN

87,94

88,08

87,81

87,68

Ours

93,40

93,49

93,30

92,73

 

Table 2. Balanced accuracy, recall, precision and F1 score for different machine learning models and the proposed method for bipolar disorder patients.

Method

Balanced Accuracy (%)

Recall (%)

Precision (%)

F1 score (%)

SVM

88,17

88,28

87,54

87,91

KNN

89,63

89,74

88,99

89,36

Ours

96,78

96,89

96,09

96,49

Systems based on SVM and KNN obtained values of accuracy, recall, precision and F1 scores below 90 % in all cases. The proposed system, based on NN, obtained the highest performance, achieving values above 93% and 96 % for schizophrenia and bipolar disorder, respectively. It is important to mention that all figures of merits were obtained in all cases for real EEG records.

In addition, different parameters extracted from the cleaned EEG signals were subsequently analyzed using an analysis of variance (ANOVA) study with Bonferroni tests. Specifically, the EEG signals acquired were divided in windows of 5 seconds and subsequently processed with MALTAB to obtain the entropy for all electrodes and volunteers. Thereafter, the significance between patients and healthy controls was obtained by means of the software IBM SPSS Statistics.

The results exhibited significant differences in the left part of the frontal and occipital lobes as it is shown in Figure 2 and Figure 3.

Figure 2. P-value comparison in patients with bipolar disorder and controls for all electrodes.
Figure 3. P-value comparison in patients with schizophrenia and controls for all electrodes.

The ANOVAs analyses with Bonferroni tests show significant modifications in the left part of the frontal and occipital lobes (see p-values below 0.005 in deep green), therefore demonstrating the deterioration suffered by patients with schizophrenia in synaptic connections of the aforementioned brain areas.

The results obtained in this paper, improve similar research performed in the past. For instance, other machine learning and deep leaning algorithms applied to classify schizophrenia and bipolar disorder obtained values of accuracy up to around 91% as it can be observed in the summary presented in table 3.

Table 3. Classification performance of last research papers including up to date machine learning and deep learning methods.

Paper

Mental Disorder

Method

 

Accuracy (%)

 

[10]

Schizophrenia

RF

70,80

Schizophrenia

KNN

83,30

Schizophrenia

RF

79,20

Schizophrenia

SVM

91,70

[11]

Bipolar disorder

SVM

80,19

[12]

Schizophrenia

RF

81,10

[13]

Schizophrenia

LSTM

72,50

Bipolar disorder

LSTM

67,50

[14]

Bipolar disorder

ANN

89,80

Ours

Schizophrenia

RBF+FM

93,40

Ours

Bipolar disorder

RBF+FM

96,78

These results suggested that patients with schizophrenia and bipolar disorder can be successfully classified employing deep learning methods using radial basis functions. In addition, our results led to improved accuracy values, which set useful strategies for the development of novel and future classification algorithms.

4. Conclusion

The study performed proves that EEG records can be used for discrimination of schizophrenia and bipolar disorder patients with healthy controls. Before classification, data obtained from EEG signals are processed so that the main features such as mean, or entropy can be extracted. Furthermore, machine learning techniques have been applied for classification. Two well-known classifiers namely, SVM and KNN, and a novel proposed NN have been employed. The RBF neural network based on FM algorithm shows the best results obtained with Balanced Accuracy, Recall, Precision and F1 score better than 93% for schizophrenia and 96 % for bipolar disorder. Furthermore, different ANOVAs studies with Bonferroni tests shows significant modifications in the left part of the frontal and occipital lobes. Finally, the experimental results presented in this paper demonstrate the usefulness of the proposed classification approach that could be employed during clinic analysis as a complementary tool to help psychiatrists diagnosing patients with mental illness.

References

[1]   Diagnostic and statistical manual of mental disorders, DSM- IV-TR, American Psychiatric Association, Washington DC, 2000.

[2] M.Á. Luján, M.V. Jimeno, J. Mateo Sotos, J.J. Ricarte, and A.L. Borja, “A Survey on EEG Signal Processing Techniques and Machine Learning: Applications to the Neurofeedback of Autobiographical Memory Deficits in Schizophrenia,” Electronics, vol. 10, no. 23, p. 3037, 2021. View Article

[3] S. Asadzadeh, T.Y. Rezaii, S. Beheshti, A. Delpak, and S. Meshgini, “A systematic review of EEG source localization techniques and their applications on diagnosis of brain abnormalities,” Journal of neuroscience methods, vol. 339, p. 108740, 2020. View Article

[4] S. Waninger, C. Berka, M.S. Karic, S. Korszen, P.D. Mozley, C. Henchcliffe, Y. Kang, J. Hesterman, T. Mangoubi, and A. Verma, “Neurophysiological Biomarkers of Parkinson's Disease,” Journal of Parkinson's disease, vol. 10, num. 2, pp. 471-480, 2020. View Article

[5] A.R. Antony, and Z. Haneef, “Systematic review of EEG findings in 617 patients diagnosed with COVID-19,” Seizure, vol. 83, pp. 234-241, 2020. View Article

[6]  C. Jiang, and Y. Li, “Health big data classification using improved radial basis function neural network and nearest neighbor propagation algorithm,” IEEE Access, vol. 7, pp. 176782-176789, 2019. View Article

[7] F.B. Rizaner, and A. Rizaner, “Approximate solutions of initial value problems for ordinary differential equations using radial basis function networks,” Neural Processing Letters, vol. 48, num. 2, pp. 1063-1071, 2018. View Article

[8] H. Lee, J. Choi, S. Kim, S.C. Jun, and B. Lee, “A Compressive Sensing-Based Automatic Sleep-Stage Classification System With Radial Basis Function Neural Network,” IEEE Access, vol. 7, pp.186499-186509, 2019. View Article

[9] J. Han, J. Pei, and M. Kamber, “Data mining: concepts and techniques”, Elsevier, 2012.

[10] Ke PF, Xiong DS, Li JH, Pan ZL, Zhou J, Li SJ, Song J, Chen XY, Li GX, Chen J, Li XB, Ning YP, Wu FC, Wu K. An integrated machine learning framework for a discriminative analysis of schizophrenia using multi-biological data. Sci Rep. 2021 Jul 19;11(1):14636. doi: 10.1038/s41598-021-94007-9. View Article

[11] Tekin Erguzel T, Tas C, Cebi M. A wrapper-based approach for feature selection and classification of major depressive disorder-bipolar disorders. Comput Biol Med. 2015 Sep; 64:127-37. doi: 10.1016/j.compbiomed.2015.06.021. View Article

[12] Zhang L. EEG Signals Classification Using Machine Learning for The Identification and Diagnosis of Schizophrenia. 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), 2019, 4521-4524, doi: 10.1109/EMBC.2019.8857946. View Article

[13] Matsubara T, Tashiro T, Uehara K. Deep Neural Generative Model of Functional MRI Images for Psychiatric Disorder Diagnosis. IEEE Trans Biomed Eng. 2019 Oct;66(10):2768-2779. doi: 10.1109/TBME.2019.2895663. View Article

[14] Erguzel T.T., Sayar G.H., Tarhan N. Artificial intelligence approach to classify unipolar and bipolar depressive disorders. Neural Comput & Applic. 2016, 27:1607-1616. View Article