west china medical publishers
Keyword
  • Title
  • Author
  • Keyword
  • Abstract
Advance search
Advance search

Search

find Keyword "睡眠分期" 15 results
  • Study on Sleep Staging Based on Support Vector Machines and Feature Selection in Single Channel Electroencephalogram

    Sleep electroencephalogram (EEG) is an important index in diagnosing sleep disorders and related diseases. Manual sleep staging is time-consuming and often influenced by subjective factors. Existing automatic sleep staging methods have high complexity and a low accuracy rate. A sleep staging method based on support vector machines (SVM) and feature selection using single channel EEG single is proposed in this paper. Thirty-eight features were extracted from the single channel EEG signal. Then based on the feature selection method F-Score's definition, it was extended to multiclass with an added eliminate factor in order to find proper features, which were used as SVM classifier inputs. The eliminate factor was adopted to reduce the negative interaction of features to the result. Research on the F-Score with an added eliminate factor was further accomplished with the data from a standard open source database and the results were compared with none feature selection and standard F-Score feature selection. The results showed that the present method could effectively improve the sleep staging accuracy and reduce the computation time.

    Release date: Export PDF Favorites Scan
  • Multi-modal physiological time-frequency feature extraction network for accurate sleep stage classification

    Sleep stage classification is essential for clinical disease diagnosis and sleep quality assessment. Most of the existing methods for sleep stage classification are based on single-channel or single-modal signal, and extract features using a single-branch, deep convolutional network, which not only hinders the capture of the diversity features related to sleep and increase the computational cost, but also has a certain impact on the accuracy of sleep stage classification. To solve this problem, this paper proposes an end-to-end multi-modal physiological time-frequency feature extraction network (MTFF-Net) for accurate sleep stage classification. First, multi-modal physiological signal containing electroencephalogram (EEG), electrocardiogram (ECG), electrooculogram (EOG) and electromyogram (EMG) are converted into two-dimensional time-frequency images containing time-frequency features by using short time Fourier transform (STFT). Then, the time-frequency feature extraction network combining multi-scale EEG compact convolution network (Ms-EEGNet) and bidirectional gated recurrent units (Bi-GRU) network is used to obtain multi-scale spectral features related to sleep feature waveforms and time series features related to sleep stage transition. According to the American Academy of Sleep Medicine (AASM) EEG sleep stage classification criterion, the model achieved 84.3% accuracy in the five-classification task on the third subgroup of the Institute of Systems and Robotics of the University of Coimbra Sleep Dataset (ISRUC-S3), with 83.1% macro F1 score value and 79.8% Cohen’s Kappa coefficient. The experimental results show that the proposed model achieves higher classification accuracy and promotes the application of deep learning algorithms in assisting clinical decision-making.

    Release date:2024-04-24 09:40 Export PDF Favorites Scan
  • Automatic sleep staging based on power spectral density and random forest

    The method of using deep learning technology to realize automatic sleep staging needs a lot of data support, and its computational complexity is also high. In this paper, an automatic sleep staging method based on power spectral density (PSD) and random forest is proposed. Firstly, the PSDs of six characteristic waves (K complex wave, δ wave, θ wave, α wave, spindle wave, β wave) in electroencephalogram (EEG) signals were extracted as the classification features, and then five sleep states (W, N1, N2, N3, REM) were automatically classified by random forest classifier. The whole night sleep EEG data of healthy subjects in the Sleep-EDF database were used as experimental data. The effects of using different EEG signals (Fpz-Cz single channel, Pz-Oz single channel, Fpz-Cz + Pz-Oz dual channel), different classifiers (random forest, adaptive boost, gradient boost, Gaussian naïve Bayes, decision tree, K-nearest neighbor), and different training and test set divisions (2-fold cross-validation, 5-fold cross-validation, 10-fold cross-validation, single subject) on the classification effect were compared. The experimental results showed that the effect was the best when the input was Pz-Oz single-channel EEG signal and the random forest classifier was used, no matter how the training set and test set were transformed, the classification accuracy was above 90.79%. The overall classification accuracy, macro average F1 value, and Kappa coefficient could reach 91.94%, 73.2% and 0.845 respectively at the highest, which proved that this method was effective and not susceptible to data volume, and had good stability. Compared with the existing research, our method is more accurate and simpler, and is suitable for automation.

    Release date:2023-06-25 02:49 Export PDF Favorites Scan
  • Novel type of unperturbed sleep monitoring scheme under pillow based on hidden Markov model

    Sleep status is an important indicator to evaluate the health status of human beings. In this paper, we proposed a novel type of unperturbed sleep monitoring system under pillow to identify the pattern change of heart rate variability (HRV) through obtained RR interval signal, and to calculate the corresponding sleep stages combined with hidden Markov model (HMM) under the no-perception condition. In order to solve the existing problems of sleep staging based on HMM, ensemble empirical mode decomposition (EEMD) was proposed to eliminate the error caused by the individual differences in HRV and then to calculate the corresponding sleep stages. Ten normal subjects of different age and gender without sleep disorders were selected from Guangzhou Institute of Respirator Diseases for heart rate monitoring. Comparing sleep stage results based on HMM to that of polysomnography (PSG), the experimental results validate that the proposed noninvasive monitoring system can capture the sleep stages S1–S4 with an accuracy more than 60%, and performs superior to that of the existing sleep staging scheme based on HMM.

    Release date:2018-04-16 09:57 Export PDF Favorites Scan
  • A hybrid attention temporal sequential network for sleep stage classification

    Sleep stage classification is a necessary fundamental method for the diagnosis of sleep diseases, which has attracted extensive attention in recent years. Traditional methods for sleep stage classification, such as manual marking methods and machine learning algorithms, have the limitations of low efficiency and defective generalization. Recently, deep neural networks have shown improved results by the capability of learning complex pattern in the sleep data. However, these models ignore the intra-temporal sequential information and the correlation among all channels in each segment of the sleep data. To solve these problems, a hybrid attention temporal sequential network model is proposed in this paper, choosing recurrent neural network to replace traditional convolutional neural network, and extracting temporal features of polysomnography from the perspective of time. Furthermore, intra-temporal attention mechanism and channel attention mechanism are adopted to achieve the fusion of the intra-temporal representation and the fusion of channel-correlated representation. And then, based on recurrent neural network and inter-temporal attention mechanism, this model further realized the fusion of inter-temporal contextual representation. Finally, the end-to-end automatic sleep stage classification is accomplished according to the above hybrid representation. This paper evaluates the proposed model based on two public benchmark sleep datasets downloaded from open-source website, which include a number of polysomnography. Experimental results show that the proposed model could achieve better performance compared with ten state-of-the-art baselines. The overall accuracy of sleep stage classification could reach 0.801, 0.801 and 0.717, respectively. Meanwhile, the macro average F1-scores of the proposed model could reach 0.752, 0.728 and 0.700. All experimental results could demonstrate the effectiveness of the proposed model.

    Release date:2021-06-18 04:50 Export PDF Favorites Scan
  • Automatic sleep staging model based on single channel electroencephalogram signal

    Sleep staging is the basis for solving sleep problems. There’s an upper limit for the classification accuracy of sleep staging models based on single-channel electroencephalogram (EEG) data and features. To address this problem, this paper proposed an automatic sleep staging model that mixes deep convolutional neural network (DCNN) and bi-directional long short-term memory network (BiLSTM). The model used DCNN to automatically learn the time-frequency domain features of EEG signals, and used BiLSTM to extract the temporal features between the data, fully exploiting the feature information contained in the data to improve the accuracy of automatic sleep staging. At the same time, noise reduction techniques and adaptive synthetic sampling were used to reduce the impact of signal noise and unbalanced data sets on model performance. In this paper, experiments were conducted using the Sleep-European Data Format Database Expanded and the Shanghai Mental Health Center Sleep Database, and achieved an overall accuracy rate of 86.9% and 88.9% respectively. When compared with the basic network model, all the experimental results outperformed the basic network, further demonstrating the validity of this paper's model, which can provide a reference for the construction of a home sleep monitoring system based on single-channel EEG signals.

    Release date:2023-08-23 02:45 Export PDF Favorites Scan
  • Analysis of Sleep Electroencephalograph Signal Based on Detrended Cross-Correlation

    The quality of sleep has a great relationship with health and working efficiency. The result of sleep stage classification is an important indicator to measure the quality of sleep, and it is also an important way to diagnose and treat sleep disorders. In this paper, the method of detrended cross-correlation analysis (DCCA) was used to analyze sleep stage classification, sleep electroencephalograph signals, which were extracted from the MIT-BIH Polysomnographic Database randomly. The results showed that the average DCCA exponent of the awake period is smaller than that of the first stage of non-rapid eye movement (NREM) sleeps. It is well concluded that the method of studying the sleep electroencephalograph with this method is of great significance to improve the quality of sleep, to diagnose and to treat sleep disorders.

    Release date: Export PDF Favorites Scan
  • Development and Design of Portable Sleep Electroencephalogram Monitoring System

    The growing rate of public health problem for increasing number of people afflicted with poor sleep quality suggests the importance of developing portable sleep electroencephalogram (EEG) monitoring systems. The system could record the overnight EEG signal, classify sleep stages automatically, and grade the sleep quality. We in our laboratory collected the signals in an easy way using a single channel with three electrodes which were placed in frontal position in case of the electrode drop-off during sleep. For a test, either silver disc electrodes or disposable medical electrocardiographic electrodes were used. Sleep EEG recorded by the two types of electrodes was compared to each other so as to find out which type was more suitable. Two algorithms were used for sleep EEG processing, i.e. amplitude-integrated EEG (aEEG) algorithm and sample entropy algorithm. Results showed that both algorithms could perform sleep stage classification and quality evaluation automatically. The present designed system could be used to monitor overnight sleep and provide quantitative evaluation.

    Release date: Export PDF Favorites Scan
  • Research Progress of Automatic Sleep Staging Based on Electroencephalogram Signals

    The research of sleep staging is not only a basis of diagnosing sleep related diseases but also the precondition of evaluating sleep quality, and has important clinical significance. In recent years, the research of automatic sleep staging based on computer has become a hot spot and got some achievements. The basic knowledge of sleep staging and electroencephalogram (EEG) is introduced in this paper. Then, feature extraction and pattern recognition, two key technologies for automatic sleep staging, are discussed in detail. Wavelet transform and Hilbert-Huang transform, two methods for feature extraction, are compared. Artificial neural network and support vector machine (SVM), two methods for pattern recognition are discussed. In the end, the research status of this field is summarized, and development trends of next phase are pointed out.

    Release date: Export PDF Favorites Scan
  • Research of Electroencephalogram for Sleep Stage Based on Collaborative Representation and Kernel Entropy Component Analysis

    Sleep quality is closely related to human health. It is very important to correctly discriminate the sleep stages for evaluating sleep quality, diagnosing and analyzing the sleep-related disorders. Polysomnography (PSG) signals are commonly used to record and analyze sleep stages. Effective feature extraction and representation is one of the most important steps to improve the performance of sleep stage classification. In this work, a collaborative representation (CR) algorithm was adopted to re-represent the original extracted features from electroencephalogram signal, and then the kernel entropy component analysis (KECA) algorithm was further used to reduce the feature dimension of CR-feature. To evaluate the performance of CR-KECA, we compared the original feature, CR feature and readied CR feature (CR-PCA) after principal component analysis (PCA). The experimental results of sleep stage classification indicated that the CR-KECA method achieved the best performance compared with the original feature, CR feature, and CR-PCA feature with the classification accuracy of 68.74±0.46%, sensitivity of 68.76±0.43% and specificity of 92.19±0.11%. Moreover, CR algorithm had low computational complexity, and the feature dimension after KECA was much smaller, which made CR-KECA algorithm suitable for the analysis of large-scale sleep data.

    Release date: Export PDF Favorites Scan
2 pages Previous 1 2 Next

Format

Content