TL;DR
This paper introduces MSA-CNN, a lightweight multi-scale CNN with attention mechanisms designed for sleep stage classification, achieving high accuracy with significantly fewer parameters than existing models.
Contribution
The paper presents a novel, highly efficient multi-scale CNN architecture that reduces model complexity while maintaining superior performance in sleep stage classification.
Findings
MSA-CNN outperforms nine baseline models in accuracy and Cohen's kappa.
The large MSA-CNN achieves state-of-the-art results with only ~10,000 parameters.
Model analysis reveals key modules contributing to performance improvements.
Abstract
Recent advancements in machine learning-based signal analysis, coupled with open data initiatives, have fuelled efforts in automatic sleep stage classification. Despite the proliferation of classification models, few have prioritised reducing model complexity, which is a crucial factor for practical applications. In this work, we introduce Multi-Scale and Attention Convolutional Neural Network (MSA-CNN), a lightweight architecture featuring as few as ~10,000 parameters. MSA-CNN leverages a novel multi-scale module employing complementary pooling to eliminate redundant filter parameters and dense convolutions. Model complexity is further reduced by separating temporal and spatial feature extraction and using cost-effective global spatial convolutions. This separation of tasks not only reduces model complexity but also mirrors the approach used by human experts in sleep stage scoring. We…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Attention Is All You Need
