Predicting Sleeping Quality using Convolutional Neural Networks

Vidya Rohini Konanur Sathish,Wai Lok Woo,Edmond S. L. Ho
DOI: https://doi.org/10.48550/arXiv.2204.13584
2022-04-25
Abstract:Identifying sleep stages and patterns is an essential part of diagnosing and treating sleep disorders. With the advancement of smart technologies, sensor data related to sleeping patterns can be captured easily. In this paper, we propose a Convolution Neural Network (CNN) architecture that improves the classification performance. In particular, we benchmark the classification performance from different methods, including traditional machine learning methods such as Logistic Regression (LR), Decision Trees (DT), k-Nearest Neighbour (k-NN), Naive Bayes (NB) and Support Vector Machine (SVM), on 3 publicly available sleep datasets. The accuracy, sensitivity, specificity, precision, recall, and F-score are reported and will serve as a baseline to simulate the research in this direction in the future.
Signal Processing,Artificial Intelligence,Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to improve the classification performance of sleep quality prediction by using Convolutional Neural Networks (CNN). Specifically, the researchers proposed a new CNN architecture and evaluated its performance on three publicly available sleep data sets. In addition, they also compared this new method with traditional machine - learning methods (such as logistic regression, decision trees, k - nearest neighbors, naive Bayes, and support vector machines) to benchmark the classification performance of different methods. The paper mentions that identifying sleep stages and patterns is crucial for the diagnosis and treatment of sleep disorders. With the advancement of intelligent technology, sensor data related to sleep patterns can now be easily captured. Therefore, the main goal of the research is to use this data to develop more effective classification models, thereby better understanding sleep quality and potential sleep disorders. To achieve this goal, the researchers designed two new 1D CNN architectures (referred to as CONV - 1D1 and CONV - 1D2 respectively) and conducted experiments on three different data sets. By comparing the performance of different models, the researchers hope to prove that their CNN models have better robustness and consistency when dealing with small - scale data sets and can provide a strong baseline for future related research.