Epileptic seizure forecasting with long short-term memory (LSTM) neural networks
Daniel E. Payne, Jordan D. Chambers, Anthony Burkitt, Mark J. Cook,, Levin Kuhlman, Dean R. Freestone, David B. Grayden

TL;DR
This study employs LSTM neural networks to analyze EEG feature changes over time, significantly improving seizure prediction accuracy and extending potential intervention windows beyond previous limits.
Contribution
The paper introduces a novel LSTM-based approach that monitors EEG feature dynamics over various time windows, enabling more accurate and flexible seizure forecasting.
Findings
LSTM models outperform random predictors in seizure forecasting.
Monitoring EEG changes over time improves prediction across different window sizes.
Potential for intervention windows up to 40 minutes, exceeding previous limits.
Abstract
Objective: Forecasting epileptic seizures can reduce uncertainty for patients and allow preventative actions. While many models can predict the occurrence of seizures from features of the EEG, few models incorporate changes in features over time. Long Short-Term Memory (LSTM) neural networks are a machine learning architecture that can display temporal dynamics due to the recurrent connections. In this paper, we used LSTMs to monitor changes in EEG features over time to improve the accuracy of seizure forecasts and to alter the time window of the forecast. Methods: Long-term intracranial EEG recordings from eight patients from the NeuroVista dataset were used. A Fourier transform of 1-minute segments of EEG was fed into a Convolutional Neural Network (CNN). The outputs from the CNN were input to three different LSTM models at different time intervals: 1 minute, 1 hour and 1 day. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEEG and Brain-Computer Interfaces
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
