paper-with-me

Papers

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

2017-03-12 · Akara Supratak, Hao Dong, Chao Wu, Yike Guo

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.

📄 PDF Abstract BibTeX arXiv:1703.04046

Code (8)

akaraspt/deepsleepnet 공식 구현 tf
CVxTz/EEG_classification
UKBWorks/AccSleepNet tf
WoongheeLee/DeepSleepNet_Implementation_in_Keras tf
emadeldeen24/eval_ssl_ssc pytorch
famousgrouse/AccSleepNet tf
leesk212/new_deepsleepnet tf
wangjinzhuo/wearables pytorch

Tasks

EEGElectroencephalogram (EEG)Sleep Stage Detection

Similar Papers 제목 키워드 기반

DeepSleepNet-Lite: A Simplified Automatic Sleep Stage Scoring Model with Uncertainty Estimates

2021-08-24 · Luigi Fiorillo, Paolo Favaro, Francesca Dalia Faraci

Deep learning is widely used in the most recent automatic sleep scoring algorithms. Its popularity stems from its excellent performance and from its ability to directly process raw signals and to learn feature from the d…

EEGElectroencephalogram (EEG)

A Multi Constrained Transformer-BiLSTM Guided Network for Automated Sleep Stage Classification from Single-Channel EEG

2023-09-19 · Farhan Sadik, Md Tanvir Raihan, Rifat Bin Rashid, Minhjaur Rahman 외

Sleep stage classification from electroencephalogram (EEG) is significant for the rapid evaluation of sleeping patterns and quality. A novel deep learning architecture, ``DenseRTSleep-II'', is proposed for automatic slee…

Decision MakingEEGElectroencephalogram (EEG)

Automatic Sleep Stage Scoring with Single-Channel EEG Using Convolutional Neural Networks

2016-10-05 · Orestis Tsinalis, Paul M. Matthews, Yike Guo, Stefanos Zafeiriou

We used convolutional neural networks (CNNs) for automatic sleep stage scoring based on single-channel electroencephalography (EEG) to learn task-specific filters for classification without using prior domain knowledge. …

EEGElectroencephalogram (EEG)

SleePyCo: Automatic Sleep Scoring with Feature Pyramid and Contrastive Learning

2022-09-20 · Seongju Lee, Yeonguk Yu, Seunghyeok Back, Hogeon Seo 외

Automatic sleep scoring is essential for the diagnosis and treatment of sleep disorders and enables longitudinal sleep tracking in home environments. Conventionally, learning-based automatic sleep scoring on single-chann…

Contrastive LearningEEGElectroencephalogram (EEG)Sleep Stage Detection

ULW-SleepNet: An Ultra-Lightweight Network for Multimodal Sleep Stage Scoring

2026-02-27 · Zhaowen Wang, Dongdong Zhou, Qi Xu, Fengyu Cong 외 arxiv

Automatic sleep stage scoring is crucial for the diagnosis and treatment of sleep disorders. Although deep learning models have advanced the field, many existing models are computationally demanding and designed for sing…