GNN4EEG: A Benchmark and Toolkit for Electroencephalography
Classification with Graph Neural Network
- URL: http://arxiv.org/abs/2309.15515v1
- Date: Wed, 27 Sep 2023 09:31:13 GMT
- Title: GNN4EEG: A Benchmark and Toolkit for Electroencephalography
Classification with Graph Neural Network
- Authors: Kaiyuan Zhang, Ziyi Ye, Qingyao Ai, Xiaohui Xie, Yiqun Liu
- Abstract summary: We introduce GNN4EEG, a versatile and user-friendly toolkit for GNN-based modeling of EEG signals.
GNN4EEG comprises three components: (i)A large benchmark constructed with four EEG classification tasks based on EEG data collected from 123 participants.
Easy-to-use implementations on various state-of-the-art GNN-based EEG classification models.
- Score: 22.378511778098854
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Electroencephalography(EEG) classification is a crucial task in neuroscience,
neural engineering, and several commercial applications. Traditional EEG
classification models, however, have often overlooked or inadequately leveraged
the brain's topological information. Recognizing this shortfall, there has been
a burgeoning interest in recent years in harnessing the potential of Graph
Neural Networks (GNN) to exploit the topological information by modeling
features selected from each EEG channel in a graph structure. To further
facilitate research in this direction, we introduce GNN4EEG, a versatile and
user-friendly toolkit for GNN-based modeling of EEG signals. GNN4EEG comprises
three components: (i)A large benchmark constructed with four EEG classification
tasks based on EEG data collected from 123 participants. (ii)Easy-to-use
implementations on various state-of-the-art GNN-based EEG classification
models, e.g., DGCNN, RGNN, etc. (iii)Implementations of comprehensive
experimental settings and evaluation protocols, e.g., data splitting protocols,
and cross-validation protocols. GNN4EEG is publicly released at
https://github.com/Miracle-2001/GNN4EEG.
Related papers
- hvEEGNet: exploiting hierarchical VAEs on EEG data for neuroscience
applications [3.031375888004876]
Two main issues challenge the existing DL-based modeling methods for EEG.
High variability between subjects and low signal-to-noise ratio make it difficult to ensure a good quality in the EEG data.
We propose two variational autoencoder models, namely vEEGNet-ver3 and hvEEGNet, to target the problem of high-fidelity EEG reconstruction.
arXiv Detail & Related papers (2023-11-20T15:36:31Z) - GNNEvaluator: Evaluating GNN Performance On Unseen Graphs Without Labels [81.93520935479984]
We study a new problem, GNN model evaluation, that aims to assess the performance of a specific GNN model trained on labeled and observed graphs.
We propose a two-stage GNN model evaluation framework, including (1) DiscGraph set construction and (2) GNNEvaluator training and inference.
Under the effective training supervision from the DiscGraph set, GNNEvaluator learns to precisely estimate node classification accuracy of the to-be-evaluated GNN model.
arXiv Detail & Related papers (2023-10-23T05:51:59Z) - Graph Neural Network-based EEG Classification: A Survey [10.683106842552657]
Graph neural networks (GNN) are increasingly used to classify EEG for tasks such as emotion recognition.
We exhaustively search the published literature on this topic and derive several categories for comparison.
Our results summarise the emerging trends in GNN-based approaches for EEG classification.
arXiv Detail & Related papers (2023-10-03T15:40:03Z) - DEGREE: Decomposition Based Explanation For Graph Neural Networks [55.38873296761104]
We propose DEGREE to provide a faithful explanation for GNN predictions.
By decomposing the information generation and aggregation mechanism of GNNs, DEGREE allows tracking the contributions of specific components of the input graph to the final prediction.
We also design a subgraph level interpretation algorithm to reveal complex interactions between graph nodes that are overlooked by previous methods.
arXiv Detail & Related papers (2023-05-22T10:29:52Z) - Learnable Filters for Geometric Scattering Modules [64.03877398967282]
We propose a new graph neural network (GNN) module based on relaxations of recently proposed geometric scattering transforms.
Our learnable geometric scattering (LEGS) module enables adaptive tuning of the wavelets to encourage band-pass features to emerge in learned representations.
arXiv Detail & Related papers (2022-08-15T22:30:07Z) - EEG-GNN: Graph Neural Networks for Classification of
Electroencephalogram (EEG) Signals [20.991468018187362]
Convolutional neural networks (CNN) have been frequently used to extract subject-invariant features from electroencephalogram (EEG)
We overcome this limitation by tailoring the concepts of convolution and pooling applied to 2D grid-like inputs for the functional network of electrode sites.
We develop various graph neural network (GNN) models that project electrodes onto the nodes of a graph, where the node features are represented as EEG channel samples collected over a trial, and nodes can be connected by weighted/unweighted edges.
arXiv Detail & Related papers (2021-06-16T21:19:12Z) - EEG-Inception: An Accurate and Robust End-to-End Neural Network for
EEG-based Motor Imagery Classification [123.93460670568554]
This paper proposes a novel convolutional neural network (CNN) architecture for accurate and robust EEG-based motor imagery (MI) classification.
The proposed CNN model, namely EEG-Inception, is built on the backbone of the Inception-Time network.
The proposed network is an end-to-end classification, as it takes the raw EEG signals as the input and does not require complex EEG signal-preprocessing.
arXiv Detail & Related papers (2021-01-24T19:03:10Z) - EEG-GCNN: Augmenting Electroencephalogram-based Neurological Disease
Diagnosis using a Domain-guided Graph Convolutional Neural Network [0.21756081703275995]
This paper presents a novel graph convolutional neural network (GCNN)-based approach for improving the diagnosis of neurological diseases using scalp-electroencephalograms (EEGs)
We present EEG-GCNN, a novel GCNN model for EEG data that captures both the spatial and functional connectivity between the scalp electrodes.
We demonstrate that EEG-GCNN significantly outperforms the human baseline and classical machine learning (ML) baselines, with an AUC of 0.90.
arXiv Detail & Related papers (2020-11-17T20:25:28Z) - A Unified View on Graph Neural Networks as Graph Signal Denoising [49.980783124401555]
Graph Neural Networks (GNNs) have risen to prominence in learning representations for graph structured data.
In this work, we establish mathematically that the aggregation processes in a group of representative GNN models can be regarded as solving a graph denoising problem.
We instantiate a novel GNN model, ADA-UGNN, derived from UGNN, to handle graphs with adaptive smoothness across nodes.
arXiv Detail & Related papers (2020-10-05T04:57:18Z) - Attention-based Graph ResNet for Motor Intent Detection from Raw EEG
signals [8.775745069873558]
In previous studies, decoding electroencephalography (EEG) signals has not considered the topological relationship of EEG electrodes.
An attention-based graph residual network, a novel structure of Graph Convolutional Neural Network (GCN), was presented to detect human motor intents.
Deep residual learning with a full-attention architecture was introduced to address the degradation problem concerning deeper networks in raw EEG motor imagery.
arXiv Detail & Related papers (2020-06-25T09:29:48Z) - Binarized Graph Neural Network [65.20589262811677]
We develop a binarized graph neural network to learn the binary representations of the nodes with binary network parameters.
Our proposed method can be seamlessly integrated into the existing GNN-based embedding approaches.
Experiments indicate that the proposed binarized graph neural network, namely BGN, is orders of magnitude more efficient in terms of both time and space.
arXiv Detail & Related papers (2020-04-19T09:43:14Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.