Full text is available at the source.
A hybrid 1D CNN-BiLSTM model for epileptic seizure detection using multichannel EEG feature fusion
Using a combined 1D CNN and BiLSTM model to detect epileptic seizures from multiple EEG signals
AI simplified
Abstract
The proposed model achieved an average accuracy of 95.90% in detecting seizures using EEG data.
- The hybrid model combines spatial features from a convolutional neural network (CNN) and temporal features from a bi-directional long short-term memory network (Bi-LSTM).
- An average sensitivity of 97.18% was observed, indicating high detection capability for actual seizure events.
- The model maintains a low false positivity rate of 0.05 per hour, suggesting reliability in distinguishing between seizure and non-seizure states.
- No additional preprocessing steps are required, which simplifies the diagnostic process for clinicians.
- The method leverages a parallel path network to enhance both memory retention and feature extraction efficiency.
AI simplified