Skip to content
/ RSTNN Public
forked from wko1014/RSTNN

Implementation of "Deep recurrent spatio-temporal neural network for motor imagery based BCI"

Notifications You must be signed in to change notification settings

ku-milab/RSTNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Recurrent Spatio-Temporal Neural Network for Motor Imagery based BCI

This repository provides a TensorFlow implementation of the following paper:

Deep Recurrent Spatio-Temporal Neural Network for Motor Imagery based BCI
Wonjun Ko1, Jee Seok Yoon1, Eunsong Kang1, Eunji Jun1, Jun-Sik Choi1, and Heung-Il Suk1, 2
(1Department of Brain and Cognitive Engineering, Korea University)
(2Department of Artificial Intelligence, Korea University)
Official Version: https://ieeexplore.ieee.org/abstract/document/8311535
Presented in the 6th IEEE International Winter Conference on Brain-Computer Interface (BCI)

Abstract: In this paper, we propose a novel architecture of a deep neural network for EEG-based motor imagery classification. Unlike the existing deep neural networks in the literature, the proposed network allows us to analyze the learned network weights from a neurophysiological perspective, thus providing an insight into the underlying patterns inherent in motor imagery induced EEG signals. In order to validate the effectiveness of the proposed method, we conducted experiments on the BCI Competition IV-IIa dataset by comparing with the competing methods in terms of the Cohen’s κ value. For qualitative analysis, we also performed visual inspection of the activation patterns estimated from the learned network weights.

Dependencies

Downloading datasets

To download BCI Competition IV-2A dataset

Usage

network.py contains the proposed deep learning architectures, utils.py contains functions used for experimental procedures, and experiment.py contains the main experimental functions.

Citation

If you find this work useful for your research, please cite our paper:

@inproceedings{ko2018deep,
  title={Deep recurrent spatio-temporal neural network for motor imagery based {BCI}},
  author={Ko, Wonjun and Yoon, Jeeseok and Kang, Eunsong and Jun, Eunji and Choi, Jun-Sik and Suk, Heung-Il},
  booktitle={2018 6th International Conference on Brain-Computer Interface (BCI)},
  pages={1--3},
  year={2018},
  organization={IEEE}
}

Acknowledgements

This work was supported by the Institute of Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Korea government (No. 2017-0-00451; Development of BCI based Brain and Cognitive Computing Technology for Recognizing User’s Intentions using Deep Learning).

About

Implementation of "Deep recurrent spatio-temporal neural network for motor imagery based BCI"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%