Graph Neural Network-based EEG Classification: A Survey

Dominik Klepl,Min Wu,Fei He
2023-12-20
Abstract:Graph neural networks (GNN) are increasingly used to classify EEG for tasks such as emotion recognition, motor imagery and neurological diseases and disorders. A wide range of methods have been proposed to design GNN-based classifiers. Therefore, there is a need for a systematic review and categorisation of these approaches. We exhaustively search the published literature on this topic and derive several categories for comparison. These categories highlight the similarities and differences among the methods. The results suggest a prevalence of spectral graph convolutional layers over spatial. Additionally, we identify standard forms of node features, with the most popular being the raw EEG signal and differential entropy. Our results summarise the emerging trends in GNN-based approaches for EEG classification. Finally, we discuss several promising research directions, such as exploring the potential of transfer learning methods and appropriate modelling of cross-frequency interactions.
Neurons and Cognition,Machine Learning,Quantitative Methods
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper aims to systematically review and categorize Graph Neural Network (GNN) methods used for EEG (Electroencephalogram) classification tasks. Specifically, the paper addresses the following aspects: 1. **Challenges in EEG Classification Tasks**: - Low signal-to-noise ratio - Non-stationarity caused by brain dynamics - Multivariate nature of the signals 2. **Limitations of Traditional Feature Extraction Methods**: - Subjectivity and biased selection - Time-consuming engineering and selection process - Limited scalability and generalization ability 3. **Trends in the Application of GNN in EEG Classification**: - Systematically identifying and categorizing existing GNN models - Reviewing popular graph convolutional layers and their application to EEG data - Providing a unified overview of node feature and brain graph structure definitions - Examining techniques for converting node feature embedding sets into a single graph embedding 4. **Advantages of GNN**: - Automated feature extraction - Improved efficiency - Reduced bias - Enhanced adaptability across different EEG datasets 5. **Specific Contributions**: - Identifying development trends of GNN models suitable for EEG classification - Reviewing popular graph convolutional layers and their applicability - Providing a unified overview of node feature and brain graph structure definitions - Examining techniques for converting node feature embedding sets into a single graph embedding Through these contributions, the paper provides a comprehensive and in-depth analysis for understanding and applying GNNs in EEG classification, and points out future research directions.