• Stars
    star
    108
  • Rank 319,485 (Top 7 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GraphSleepNet: Adaptive Spatial-Temporal Graph Convolutional Networks for Sleep Stage Classification

GraphSleepNet

GraphSleepNet: Adaptive Spatial-Temporal Graph Convolutional Networks for Sleep Stage Classification

model_architecture

These are source code and experimental setup for the MASS SS3 database.

References

GraphSleepNet: Adaptive Spatial-Temporal Graph Convolutional Networks for Sleep Stage Classification. (IJCAI 2020)

@inproceedings{ijcai2020-184,
  title     = {GraphSleepNet: Adaptive Spatial-Temporal Graph Convolutional Networks for Sleep Stage Classification},
  author    = {Jia, Ziyu and Lin, Youfang and Wang, Jing and Zhou, Ronghao and Ning, Xiaojun and He, Yuanlai and Zhao, Yaoshuai},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},             
  pages     = {1324--1330},
  year      = {2020},
  month     = {7},
  doi       = {10.24963/ijcai.2020/184},
  url       = {https://doi.org/10.24963/ijcai.2020/184},
}

Datasets

We evaluate our model on the Montreal Archive of Sleep Studies (MASS)-SS3 dataset. The Montreal Archive of Sleep Studies (MASS) is an open-access and collaborative database of laboratory-based polysomnography (PSG) recordings. Information on how to obtain it can be found here.

Requirements

  • Python 3.6
  • Tensorflow 1.12.0
  • Keras 2.2.4
  • numpy 1.15.4
  • scipy 1.1.0
  • scikit-learn 0.21.3

Usage

  • Data preparation

    Extract DE features and make data package.

    For more details, please refer to preprocess.

  • Configuration

    Write the config file in the format of the example.

    • We provide a sample config file in /config/SS3.config
  • Network training and testing

    Run python train.py with -c and -g parameters.

    • -c: The configuration file.
    • -g: The number of the GPU to use. E.g., 0, 1,3. Set this to -1 if only CPU is used.
    python train.py -c ./config/SS3.config -g -1

More Repositories

1

Physiological-Signal-Classification-Papers

A list of papers for physiological signal classification using machine learning/deep learning.
214
star
2

SST-EmotionNet

SST-EmotionNet: Spatial-Spectral-Temporal based Attention 3D Dense Network for EEG Emotion Recognition
Python
110
star
3

Signal-feature-extraction_DE-and-PSD

Code for extracting DE (differential entropy) and PSD (power spectral density) feature of signals.
Python
71
star
4

Sleep-Stages-Classification-Papers

A list of papers for sleep stages classification using machine learning/deep learning.
68
star
5

Motor-Imagery-Papers

A list of papers for motor imagery using machine learning/deep learning.
58
star
6

MSTGCN

Multi-View Spatial-Temporal Graph Convolutional Networks with Domain Generalization for Sleep Stage Classification.
Python
56
star
7

Emotion-Recognition-Papers

A list of papers for emotion recognition using machine learning/deep learning.
52
star
8

SalientSleepNet

SalientSleepNet: Multimodal Salient Wave Detection Network for Sleep Staging
Python
45
star
9

HetEmotionNet

Python
44
star
10

Chinese-Reading-Materials

A list of experts in the field of the brain-computer interface and biological signal processing in China
HTML
39
star
11

ECML-PKDD_MMCNN

MMCNN: A Multi-branch Multi-scale Convolutional Neural Network for Motor Imagery Classification
Python
19
star
12

PMIME-and-TE

Partial conditional mutual information from mixed embedding for coupling estimation in multivariate time series. We also use transfer entropy to realize this method.
MATLAB
10
star
13

ATTA

ATTA: Adaptive Test-Time Adaptation for Multi-Modal Sleep Stage Classification
Python
4
star
14

Simulation-System-Model

We realize many simulation system models to create coupled time series.
MATLAB
3
star
15

ziyujia.github.io

ZiyuJia's personal homepage
SCSS
3
star