Semi-supervised Seizure Prediction with Generative Adversarial Networks
In this article, we propose an approach that can make use of not only labeled EEG signals but also the unlabeled ones which is more accessible. We also suggest the use of data fusion to further improve the seizure prediction accuracy. Data fusion in our vision includes EEG signals, cardiogram signals, body temperature and time. We use the short-time Fourier transform on 28-s EEG windows as a pre-processing step. A generative adversarial network (GAN) is trained in an unsupervised manner where information of seizure onset is disregarded. The trained Discriminator of the GAN is then used as feature extractor. Features generated by the feature extractor are classified by two fully-connected layers (can be replaced by any classifier) for the labeled EEG signals. This semi-supervised seizure prediction method achieves area under the operating characteristic curve (AUC) of 77.68% and 75.47% for the CHBMIT scalp EEG dataset and the Freiburg Hospital intracranial EEG dataset, respectively. Unsupervised training without the need of labeling is important because not only it can be performed in real-time during EEG signal recording, but also it does not require feature engineering effort for each patient.
Code (0)
등록된 구현이 없습니다.
Tasks
EEGElectroencephalogram (EEG)Feature EngineeringGenerative Adversarial NetworkPredictionSeizure predictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SincVAE: a New Approach to Improve Anomaly Detection on EEG Data Using SincNet and Variational Autoencoder
Over the past few decades, electroencephalography (EEG) monitoring has become a pivotal tool for diagnosing neurological disorders, particularly for detecting seizures. Epilepsy, one of the most prevalent neurological di…
Anomaly DetectionEEGSeizure DetectionA Generative Model to Synthesize EEG Data for Epileptic Seizure Prediction
Prediction of seizure before they occur is vital for bringing normalcy to the lives of patients. Researchers employed machine learning methods using hand-crafted features for seizure prediction. However, ML methods are t…
Data AugmentationEEGElectroencephalogram (EEG)Generative Adversarial Network+3Epileptic Seizure Prediction: A Semi-Dilated Convolutional Neural Network Architecture
Accurate prediction of epileptic seizures has remained elusive, despite the many advances in machine learning and time-series classification. In this work, we develop a convolutional network module that exploits Electroe…
EEGElectroencephalogram (EEG)Seizure predictionTime Series+2Knowledge-Data Fusion Based Source-Free Semi-Supervised Domain Adaptation for Seizure Subtype Classification
Electroencephalogram (EEG)-based seizure subtype classification enhances clinical diagnosis efficiency. Source-free semi-supervised domain adaptation (SF-SSDA), which transfers a pre-trained model to a new dataset with n…
ClassificationDomain AdaptationEEGElectroencephalogram (EEG)+4Synthetic Epileptic Brain Activities Using Generative Adversarial Networks
Epilepsy is a chronic neurological disorder affecting more than 65 million people worldwide and manifested by recurrent unprovoked seizures. The unpredictability of seizures not only degrades the quality of life of the p…
EEGElectroencephalogram (EEG)Generative Adversarial NetworkSeizure Detection