A CNN-Transformer Deep Learning Model for Real-time Sleep Stage Classification in an Energy-Constrained Wireless Device
Zongyan Yao, Xilin Liu

TL;DR
This paper introduces a CNN-transformer deep learning model designed for real-time sleep stage classification on energy-constrained wireless devices, achieving high accuracy with low computational cost and enabling practical sleep monitoring.
Contribution
The paper presents a novel CNN-transformer architecture optimized for low-power devices, enabling accurate real-time sleep stage classification with subject-specific training.
Findings
F1 scores of 0.91 for wake, 0.37 for N1-N3, 0.84 for REM, and 0.877 for other stages.
Model performs comparably to state-of-the-art methods with lower computational requirements.
Successfully implemented on a low-cost Arduino Nano 33 BLE board.
Abstract
This paper proposes a deep learning (DL) model for automatic sleep stage classification based on single-channel EEG data. The DL model features a convolutional neural network (CNN) and transformers. The model was designed to run on energy and memory-constrained devices for real-time operation with local processing. The Fpz-Cz EEG signals from a publicly available Sleep-EDF dataset are used to train and test the model. Four convolutional filter layers were used to extract features and reduce the data dimension. Then, transformers were utilized to learn the time-variant features of the data. To improve performance, we also implemented a subject specific training before the inference (i.e., prediction) stage. With the subject specific training, the F1 score was 0.91, 0.37, 0.84, 0.877, and 0.73 for wake, N1-N3, and rapid eye movement (REM) stages, respectively. The performance of the model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEEG and Brain-Computer Interfaces · Sleep and Wakefulness Research · Gaze Tracking and Assistive Technology
MethodsTest
