paper-with-me

Papers

An Interpretable and Efficient Sleep Staging Algorithm: DetectsleepNet

2024-06-27 · Shengwei Guo

Sleep quality directly impacts human health and quality of life, so accurate sleep staging is essential for assessing sleep quality. However, most traditional methods are inefficient and time-consuming due to segmenting different sleep cycles by manual labeling. In contrast, automated sleep staging technology not only directly assesses sleep quality but also helps sleep specialists analyze sleep status, significantly improving efficiency and reducing the cost of sleep monitoring, especially for continuous sleep monitoring. Most of the existing models, however, are deficient in computational efficiency, lightweight design, and model interpretability. In this paper, we propose a neural network architecture based on the prior knowledge of sleep experts. Specifically, 1) Propose an end-to-end model named DetectsleepNet that uses single-channel EEG signals without additional data processing, which has achieved an impressive 80.9% accuracy on the SHHS dataset and an outstanding 88.0% accuracy on the Physio2018 dataset. 2) Constructure an efficient lightweight sleep staging model named DetectsleepNet-tiny based on DetectsleepNet, which has just 6% of the parameter numbers of existing models, but its accuracy exceeds 99% of state-of-the-art models, 3) Introducing a specific inference header to assess the attention given to a specific EEG segment in each sleep frame, enhancing the transparency in the decisions of models. Our model comprises fewer parameters compared to existing ones and ulteriorly explores the interpretability of the model to facilitate its application in healthcare. The code is available at https://github.com/komdec/DetectSleepNet.git.

📄 PDF Abstract BibTeX arXiv:2406.19246

Code (1)

komdec/detectsleepnet 공식 구현 pytorch

Tasks

Computational EfficiencyEEGSleep QualitySleep Staging

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

SLEEPER: interpretable Sleep staging via Prototypes from Expert Rules

2019-10-14 · Irfan Al-Hussaini, Cao Xiao, M. Brandon Westover, Jimeng Sun

Sleep staging is a crucial task for diagnosing sleep disorders. It is tedious and complex as it can take a trained expert several hours to annotate just one patient's polysomnogram (PSG) from a single night. Although dee…

Automatic Sleep Stage ClassificationSleep Stage DetectionSleep Staging

WaveSleepNet: An Interpretable Network for Expert-like Sleep Staging

2024-04-11 · Yan Pei, Wei Luo

Although deep learning algorithms have proven their efficiency in automatic sleep staging, the widespread skepticism about their "black-box" nature has limited its clinical acceptance. In this study, we propose WaveSleep…

Decision MakingSleep Staging

SERF: Interpretable Sleep Staging using Embeddings, Rules, and Features

2022-09-21 · Irfan Al-Hussaini, Cassie S. Mitchell

The accuracy of recent deep learning based clinical decision support systems is promising. However, lack of model interpretability remains an obstacle to widespread adoption of artificial intelligence in healthcare. Usin…

Sleep QualitySleep Staging

Performance and utility trade-off in interpretable sleep staging

2022-11-07 · Irfan Al-Hussaini, Cassie S. Mitchell

Recent advances in deep learning have led to the development of models approaching the human level of accuracy. However, healthcare remains an area lacking in widespread adoption. The safety-critical nature of healthcare…

Deep LearningEEGElectroencephalogram (EEG)Representation Learning+1

A Context-Aware Temporal Modeling through Unified Multi-Scale Temporal Encoding and Hierarchical Sequence Learning for Single-Channel EEG Sleep Staging

2025-12-28 · Amirali Vakili, Salar Jahanshiri, Armin Salimi-Badr arxiv

Automatic sleep staging is a critical task in healthcare due to the global prevalence of sleep disorders. This study focuses on single-channel electroencephalography (EEG), a practical and widely available signal for aut…

Data Augmentation