A Joint Optimization Guided Deep Learning Model based on CNN and Channel-Wise Transformers for Robust Sleep Stage
Abstract:
Sleep stage classification is a critical task in sleep research, with significant implications for diagnosing and treating sleep disorders. Traditional methods rely on manual scoring of polysomnography (PSG) data, which is time-consuming and prone to human error. While recent advances in deep learning have enabled automated sleep stage classification, challenges persist in handling the complex, non-linear patterns of physiological signals. Existing models are often computationally expensive, require sophisticated feature extraction methods, and are unsuitable for real-time implementation. To address these limitations, we propose a lightweight and efficient dual-branch deep-learning model that leverages the feature extraction capabilities of CNNs and the channel-wise attention mechanisms of Transformers. Unlike conventional transformers, it avoids excessive computational complexity while effectively capturing both local and global dependencies in physiological signals. The model is validated on four benchmark datasets-SleepEDF-20, SleepEDF-78, SleepEDFx, and SHHS-and demonstrates superior performance compared to several baseline algorithms. Our proposed algorithm achieves state-of-the-art results across all datasets, highlighting its robustness and scalability for real-world applications. The code for the proposed algorithm is publicly available at link, enabling reproducibility and further research. Combining the strengths of CNNs and Transformers, it offers a promising solution for accurate and efficient sleep stage classification, paving the way for improved diagnosis and treatment of sleep disorders. The code is available at https://github.com/ang-frozen/embc2025.
Related Concept Videos
Understanding Sleep
The circadian rhythm, a nearly 24-hour cycle, is deeply influenced by environmental light cues. Light exposure directly affects the hypothalamus, which in turn regulates...
Stages of Sleep
Before sleep begins, in wakefulness, the brain exhibits primarily beta waves, which are high in frequency and low in amplitude, indicating alertness...
Sleep Apnea
The condition is more prevalent among...
Sleep-Wake Cycles
NREM Sleep
NREM sleep comprises four progressive stages that seamlessly merge:
Classification of Signals
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
Neural Regulation
