Gated Recurrent Networks for Seizure Detection
Meysam Golmohammadi, Saeedeh Ziyabari, Vinit Shah, Eva Von Weltin,, Christopher Campbell, Iyad Obeid, Joseph Picone

TL;DR
This paper evaluates gated recurrent neural networks, specifically LSTM and GRU units, integrated with CNNs for seizure detection using the TUH EEG Corpus, highlighting the importance of initialization and regularization for optimal performance.
Contribution
It compares LSTM and GRU units within a CNN-RNN hybrid architecture for EEG seizure detection, emphasizing initialization and regularization effects.
Findings
LSTM networks outperform GRU networks in seizure detection accuracy.
Proper initialization and regularization are crucial for training effective RNNs.
Achieved 30% sensitivity at 6 false alarms per 24 hours with LSTM architecture.
Abstract
Recurrent Neural Networks (RNNs) with sophisticated units that implement a gating mechanism have emerged as powerful technique for modeling sequential signals such as speech or electroencephalography (EEG). The latter is the focus on this paper. A significant big data resource, known as the TUH EEG Corpus (TUEEG), has recently become available for EEG research, creating a unique opportunity to evaluate these recurrent units on the task of seizure detection. In this study, we compare two types of recurrent units: long short-term memory units (LSTM) and gated recurrent units (GRU). These are evaluated using a state of the art hybrid architecture that integrates Convolutional Neural Networks (CNNs) with RNNs. We also investigate a variety of initialization methods and show that initialization is crucial since poorly initialized networks cannot be trained. Furthermore, we explore…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Gated Recurrent Unit · Long Short-Term Memory
