paper-with-me

Papers

An Attention-Based Deep Learning Approach for Sleep Stage Classification With Single-Channel EEG

2021-04-28 · Emadeldeen Eldele, Zhenghua Chen, Chengyu Liu, Min Wu, Chee-Keong Kwoh, XiaoLi Li, Cuntai Guan

Automatic sleep stage mymargin classification is of great importance to measure sleep quality. In this paper, we propose a novel attention-based deep learning architecture called AttnSleep to classify sleep stages using single channel EEG signals. This architecture starts with the feature extraction module based on multi-resolution convolutional neural network (MRCNN) and adaptive feature recalibration (AFR). The MRCNN can extract low and high frequency features and the AFR is able to improve the quality of the extracted features by modeling the inter-dependencies between the features. The second module is the temporal context encoder (TCE) that leverages a multi-head attention mechanism to capture the temporal dependencies among the extracted features. Particularly, the multi-head attention deploys causal convolutions to model the temporal relations in the input features. We evaluate the performance of our proposed AttnSleep model using three public datasets. The results show that our AttnSleep outperforms state-of-the-art techniques in terms of different evaluation metrics. Our source codes, experimental data, and supplementary materials are available at https://github.com/emadeldeen24/AttnSleep .

📄 PDF Abstract BibTeX

Code (1)

emadeldeen24/AttnSleep pytorch

Tasks

Automatic Sleep Stage ClassificationEEGElectroencephalogram (EEG)Sleep QualitySleep Stage Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

NanoSleep: A Parameter-Efficient Hybrid Temporal Convolutional Network for Single-Channel Sleep Stage Classification

2026-08-19 · S M Asif Hossain, Shruti Kshirsagar arxiv

Sleep stage classification from single-channel electroencephalography (EEG) is essential for wearable and home-based sleep monitoring. However, many deep learning models achieve high accuracy at the cost of large model s…

Automatic Sleep Stage Classification

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)

Sleep Staging Based on Multi Scale Dual Attention Network

2021-07-18 · Huafeng Wang, Chonggang Lu, Qi Zhang, Zhimin Hu 외

Sleep staging plays an important role on the diagnosis of sleep disorders. In general, experts classify sleep stages manually based on polysomnography (PSG), which is quite time-consuming. Meanwhile, the acquisition proc…

EEGElectroencephalogram (EEG)Sleep Staging

Mixed Neural Network Approach for Temporal Sleep Stage Classification

2016-10-15 · Hao Dong, Akara Supratak, Wei Pan, Chao Wu 외

This paper proposes a practical approach to addressing limitations posed by use of single active electrodes in applications for sleep stage classification. Electroencephalography (EEG)-based characterizations of sleep st…

ClassificationEEGElectroencephalogram (EEG)General Classification

Sleep Model -- A Sequence Model for Predicting the Next Sleep Stage

2023-02-17 · Iksoo Choi, Wonyong Sung

As sleep disorders are becoming more prevalent there is an urgent need to classify sleep stages in a less disturbing way.In particular, sleep-stage classification using simple sensors, such as single-channel electroencep…

ClassificationEEGElectrocardiography (ECG)Electroencephalogram (EEG)+2