A double-layered Long Short-Term Memory (LSTM) classifier using Hurst Exponent and ARMA features detected pre-ictal versus ictal epilepsy seizures in EEG signals with 99.17% accuracy.
Does a double-layered LSTM classifier improve the detection accuracy of epileptic seizures from EEG signals compared to traditional classifiers?
A double-layered LSTM architecture using Hurst Exponent and ARMA features provides high accuracy (up to 98%) for detecting epileptic seizures from EEG signals.
Absolute Event Rate: 99.17% vs 97.27%
Epilepsy is the most unpredictable and recurrent disease among neurological diseases. Early detection of epileptic seizures can play a critical role in providing timely treatment to patients especially when a patient is in a remote area. This paper uses deep learning framework to detect epilepsy in the Electroencephalography (EEG) signal. The dataset used is publicly available and has a recording of three kinds of EEG signals: pre-ictal, inter-ictal (seizure-free epileptic) and ictal (epileptic with seizure). The proposed Long Short-Term Memory (LSTM) classifier classifies these three kinds of signals with up to 95% accuracy. For binary classification such as detection of inter-ictal or ictal only, its accuracy increases to 98%. The EEG signal is modelled as wide sense non-stationary random signal. Hurst Exponent and Auto-regressive Moving Average (ARMA) features are extracted from each signal. In this work, two different configurations of LSTM architecture: single-layered memory units and double-layered memory units are also modelled. After standardising the features, double-layered LSTM approach gives the highest accuracy in comparison to previously used Support Vector Machine (SVM) classifier and proved to be computationally efficient at Graphics Processing Unit (GPU).
Abbasi et al. (Tue,) conducted a other in Epilepsy. Long Short-Term Memory (LSTM) classifier vs. Support Vector Machine (SVM) classifier was evaluated on Classification accuracy for pre-ictal vs ictal EEG signals. A double-layered Long Short-Term Memory (LSTM) classifier using Hurst Exponent and ARMA features detected pre-ictal versus ictal epilepsy seizures in EEG signals with 99.17% accuracy.