English

Mental Task Classification Using Electroencephalogram Signal

Signal Processing 2019-10-09 v1 Machine Learning

Abstract

This paper studies the classification problem on electroencephalogram (EEG) data of mental tasks, using standard architecture of three-layer CNN, stacked LSTM, stacked GRU. We further propose a novel classifier - a mixed LSTM model with a CNN decoder. A hyperparameter optimization on CNN shows validation accuracy of 72% and testing accuracy of 62%. The stacked LSTM and GRU models with FFT preprocessing and downsampling on data achieve 55% and 51% testing accuracy respectively. As for the mixed LSTM model with CNN decoder, validation accuracy of 75% and testing accuracy of 70% are obtained. We believe the mixed model is more robust and accurate than both CNN and LSTM individually, by using the CNN layer as a decoder for following LSTM layers. The code is completed in the framework of Pytorch and Keras. Results and code can be found at https://github.com/theyou21/BigProject.

Keywords

Cite

@article{arxiv.1910.03023,
  title  = {Mental Task Classification Using Electroencephalogram Signal},
  author = {Zeyu Bai and Ruizhi Yang and Youzhi Liang},
  journal= {arXiv preprint arXiv:1910.03023},
  year   = {2019}
}

Comments

6 pages, 5 figures