paper-with-me

홈 › Papers

Energy-Efficient Real-Time 4-Stage Sleep Classification at 10-Second Resolution

2025-08-06 · Zahra Mohammadi, Parnian Fazel, Siamak Mohammadi arxiv

Sleep stage classification is critical for diagnosing and managing disorders like sleep apnea and insomnia. However, conventional methods like polysomnography are costly and impractical for long-term, home-based monitoring. This study presents an energy-efficient approach for detecting four sleep stages (wake, rapid eye movement (REM), light sleep, deep sleep) using a single-lead electrocardiogram (ECG) signal. We evaluate various machine learning and deep learning models, introducing two windowing strategies: (1) a 5-minute window with 30-second steps for machine learning and (2) a 30-second window with 10-second steps for deep learning, enabling 10-second temporal resolution for real-time predictions. While deep learning models like MobileNet-v1 achieve high accuracy (92%) and F1-score (91%), their energy demands make them unsuitable for wearables. To address this, we design SleepLiteCNN, optimized for ECG-based sleep staging, achieving 89\% accuracy and 89% F1-score while minimizing energy use. Applying 8-bit quantization further reduces energy consumption to 5.48 microJ per inference, with 90% accuracy and F1-score. Additionally, field-programmable gate array (FPGA) deployment shows significant reductions in resource usage. This approach provides a practical, energy-efficient solution for continuous ECG-based sleep monitoring in resource-constrained wearable devices.

📄 PDF Abstract BibTeX arXiv:2508.11664

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A CNN-Transformer Deep Learning Model for Real-time Sleep Stage Classification in an Energy-Constrained Wireless Device

2022-11-20 · Zongyan Yao, Xilin Liu

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 designe…

Automatic Sleep Stage ClassificationEEGElectroencephalogram (EEG)

Deep Learning for Sleep Stages Classification: Modified Rectified Linear Unit Activation Function and Modified Orthogonal Weight Initialisation

2022-02-18 · Akriti Bhusal, Abeer Alsadoon, P. W. C. Prasad, Nada Alsalami 외

Background and Aim: Each stage of sleep can affect human health, and not getting enough sleep at any stage may lead to sleep disorder like parasomnia, apnea, insomnia, etc. Sleep-related diseases could be diagnosed using…

Classification

GraphSleepNet: Adaptive Spatial-Temporal Graph Convolutional Networks for Sleep Stage Classification

2020-07-09 · International Joint Conference on Artificial Intelligence 2020 7 · Ziyu Jia, Youfang Lin, Jing Wang, Ronghao Zhou 외

Sleep stage classification is essential for sleep assessment and disease diagnosis. However, how to effectively utilize brain spatial features and transition information among sleep stages continues to be challenging. In…

Automatic Sleep Stage ClassificationClassificationEEGElectroencephalogram (EEG)+2

Real-Time Sleep Staging using Deep Learning on a Smartphone for a Wearable EEG

2018-11-25 · Abhay Koushik, Judith Amores, Pattie Maes

We present the first real-time sleep staging system that uses deep learning without the need for servers in a smartphone application for a wearable EEG. We employ real-time adaptation of a single channel Electroencephalo…

EEGElectroencephalogram (EEG)General ClassificationSleep Stage Detection+1

SleepLiteCNN: Energy-Efficient Sleep Apnea Subtype Classification with 1-Second Resolution Using Single-Lead ECG

2025-08-01 · Zahra Mohammadi, Siamak Mohammadi arxiv

Apnea is a common sleep disorder characterized by breathing interruptions lasting at least ten seconds and occurring more than five times per hour. Accurate, high-temporal-resolution detection of sleep apnea subtypes - O…