Decoding of visual-related information from the human EEG using an end-to-end deep learning approach
Lingling Yang, Leanne Lai Hang Chan, and Yao Lu

TL;DR
This paper introduces EEG_CNNLSTMNet, an end-to-end deep learning model combining CNN and LSTM layers for improved EEG classification, outperforming traditional methods and existing neural network architectures, especially in inter-subject scenarios.
Contribution
The study proposes a novel CNNLSTM-based neural network architecture for EEG classification, demonstrating superior performance over traditional and existing neural network methods, and highlights the effectiveness of fine-tuning for inter-subject transfer learning.
Findings
EEG_CNNLSTMNet outperforms SVM and EEGNet in EEG classification.
The model performs well in intra-subject classification.
Fine-tuning enhances inter-subject classification accuracy.
Abstract
There is increasing interest in using deep learning approach for EEG analysis as there are still rooms for the improvement of EEG analysis in its accuracy. Convolutional long short-term (CNNLSTM) has been successfully applied in time series data with spatial structure through end-to-end learning. Here, we proposed a CNNLSTM based neural network architecture termed EEG_CNNLSTMNet for the classification of EEG signals in response to grating stimuli with different spatial frequencies. EEG_CNNLSTMNet comprises two convolutional layers and one bidirectional long short-term memory (LSTM) layer. The convolutional layers capture local temporal characteristics of the EEG signal at each channel as well as global spatial characteristics across channels, while the LSTM layer extracts long-term temporal dependency of EEG signals. Our experiment showed that EEG_CNNLSTMNet performed much better at EEG…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEEG and Brain-Computer Interfaces · Blind Source Separation Techniques · Neural dynamics and brain function
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
