Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DeepSleepNet: a Model for Automatic Sleep Stage Scoring based on Raw Single-Channel EEG

About

The present study proposes a deep learning model, named DeepSleepNet, for automatic sleep stage scoring based on raw single-channel EEG. Most of the existing methods rely on hand-engineered features which require prior knowledge of sleep analysis. Only a few of them encode the temporal information such as transition rules, which is important for identifying the next sleep stages, into the extracted features. In the proposed model, we utilize Convolutional Neural Networks to extract time-invariant features, and bidirectional-Long Short-Term Memory to learn transition rules among sleep stages automatically from EEG epochs. We implement a two-step training algorithm to train our model efficiently. We evaluated our model using different single-channel EEGs (F4-EOG(Left), Fpz-Cz and Pz-Oz) from two public sleep datasets, that have different properties (e.g., sampling rate) and scoring standards (AASM and R&K). The results showed that our model achieved similar overall accuracy and macro F1-score (MASS: 86.2%-81.7, Sleep-EDF: 82.0%-76.9) compared to the state-of-the-art methods (MASS: 85.9%-80.5, Sleep-EDF: 78.9%-73.7) on both datasets. This demonstrated that, without changing the model architecture and the training algorithm, our model could automatically learn features for sleep stage scoring from different raw single-channel EEGs from different datasets without utilizing any hand-engineered features.

Akara Supratak, Hao Dong, Chao Wu, Yike Guo• 2017

Related benchmarks

TaskDatasetResultRank
Sleep Stage ClassificationSleepEDF-20
F1 Score85.9
35
Sleep Stage ClassificationSleep-EDFX
Accuracy (ACC)77.49
28
Sleep Stage ClassificationSHHS
F1 Macro0.6955
23
Sleep stage scoringMASS (subject-wise)
Accuracy86.2
22
Sleep Stage ClassificationISRUC-Sleep
F1 (Wake)81.55
21
Sleep Stage ClassificationSleep-EDF SC 20
Macro F176.9
19
Sleep StagingSleep-EDF-SC EEG
Macro F176.9
18
Sleep Stage ClassificationSleep-EDF
Accuracy82
16
Sleep StagingSleepEDF-20
Accuracy80.8
15
Sleep stage scoringSleep-EDF Independent Training and Test Sets (subject-wise)
MF180.4
13
Showing 10 of 20 rows

Other info

Code

Follow for update