Skip to content

ChenHu-ML/GDLNet

Repository files navigation

README

This repository is the official code for our IJCAI 2024 paper: "A Grassmannian Manifold Self-Attention Network for Signal Classification". GDLNet

If you have any problems, please don't hesitate to contact me.

Requirements

To install necessary dependencies by conda, run the following command:

conda env create -f GDLNet.yml
conda activate GDLNet

Dataset

Please download the datasets and put them in the folder 'data'.

  1. MAMEM-SSVEP-II: https://www.mamem.eu/results/datasets/
  2. BCI-ERN: https://www.kaggle.com/competitions/inria-bci-challenge/data

Link to download data

Training and testing

To train and test the experiments on the Mamem and Bcicha datasets, run this command:

python GDLNet_mamem.py
python GDLNet_baicha.py

Reference

@inproceedings{pan2022matt,
  title={MAtt: a manifold attention network for EEG decoding},
  author={Pan, Yue-Ting and Chou, Jing-Lun and Wei, Chun-Shu},
  booktitle={Advances in Neural Information Processing Systems},
  volume={35},
  pages={31116--31129},
  year={2022}
}
@inproceedings{wang2024grassmannian,
  title={A Grassmannian Manifold Self-Attention Network for Signal Classification},
  author={Wang, Rui and Hu, Chen and Chen, Ziheng and Wu, Xiao-Jun and Song, Xiaoning},
  booktitle={Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence},
  pages={5099--5107},
  year={2024}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages