paper-with-me

홈 › Papers

Seizure Prediction Using Bidirectional LSTM

2019-12-13 · Hazrat Ali, Feroz Karim, Junaid Javed Qureshi, Adnan Omer Abuassba, Mohammad Farhad Bulbul

Approximately, 50 million people in the world are affected by epilepsy. For patients, the anti-epileptic drugs are not always useful and these drugs may have undesired side effects on a patient's health. If the seizure is predicted the patients will have enough time to take preventive measures. The purpose of this work is to investigate the application of bidirectional LSTM for seizure prediction. In this paper, we trained EEG data from canines on a double Bidirectional LSTM layer followed by a fully connected layer. The data was provided in the form of a Kaggle competition by American Epilepsy Society. The main task was to classify the interictal and preictal EEG clips. Using this model, we obtained an AUC of 0.84 on the test dataset. Which shows that our classifier's performance is above chance level on unseen data. The comparison with the previous work shows that the use of bidirectional LSTM networks can achieve significantly better results than SVM and GRU networks.

📄 PDF Abstract BibTeX arXiv:1912.06385

Code (0)

등록된 구현이 없습니다.

Tasks

EEGElectroencephalogram (EEG)PredictionSeizure prediction

Methods 이 논문이 사용한 방법론

American 설명 없음
Test 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Residual and bidirectional LSTM for epileptic seizure detection

2024-06-17 · Frontiers in Computational Neuroscience 2024 6 · Zhao W, Wang W-F, Patnaik LM, Zhang B-C 외

Electroencephalogram (EEG) plays a pivotal role in the detection and analysis of epileptic seizures, which affects over 70 million people in the world. Nonetheless, the visual interpretation of EEG signals for epilepsy d…

EEGElectroencephalogram (EEG)Seizure Detection

EEG-Based Inter-Patient Epileptic Seizure Detection Combining Domain Adversarial Training with CNN-BiLSTM Network

2025-05-21 · Rina Tazaki, Tomoyuki Akiyama, Akira Furui

Automated epileptic seizure detection from electroencephalogram (EEG) remains challenging due to significant individual differences in EEG patterns across patients. While existing studies achieve high accuracy with patie…

EEGElectroencephalogram (EEG)Seizure Detection

MP-SeizNet: A Multi-Path CNN Bi-LSTM Network for Seizure-Type Classification Using EEG

2022-11-09 · Hezam Albaqami, Ghulam Mubashar Hassan, Amitava Datta

Seizure type identification is essential for the treatment and management of epileptic patients. However, it is a difficult process known to be time consuming and labor intensive. Automated diagnosis systems, with the ad…

EEGElectroencephalogram (EEG)Management

A Robust Deep Learning Approach for Automatic Classification of Seizures Against Non-seizures

2018-12-17 · X. Yao, X. Li, Q. Ye, Y. Huang 외

Identifying epileptic seizures through analysis of the electroencephalography (EEG) signal becomes a standard method for the diagnosis of epilepsy. Manual seizure identification on EEG by trained neurologists is time-con…

EEGElectroencephalogram (EEG)General ClassificationSeizure Detection+1

Transfer Learning of Deep Spatiotemporal Networks to Model Arbitrarily Long Videos of Seizures

2021-06-22 · Fernando Pérez-García, Catherine Scott, Rachel Sparks, Beate Diehl 외

Detailed analysis of seizure semiology, the symptoms and signs which occur during a seizure, is critical for management of epilepsy patients. Inter-rater reliability using qualitative visual analysis is often poor for se…

Action RecognitionManagementTemporal Action LocalizationTransfer Learning