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.
To download BCI Competition IV-2A dataset
network.py
contains the proposed deep learning architectures, utils.py
contains functions used for experimental procedures, and experiment.py
contains the main experimental functions.
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}
}
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).