The implementation of "Subject-Adaptive Transfer Learning Using Resting State EEG Signals for Cross-Subject EEG Motor Imagery Classification" early accepted at MICCAI 2024. (Top < 11%)
- Example of training script
python main.py -g [gpu_id] -d [dataset] -m [model] -te [test subject] --checkpoint [path for saving model]
- To test the trained model, use -t 'test'
@article{an2024subject,
title={Subject-Adaptive Transfer Learning Using Resting State EEG Signals for Cross-Subject EEG Motor Imagery Classification},
author={An, Sion and Kang, Myeongkyun and Kim, Soopil and Chikontwe, Philip and Shen, Li and Park, Sang Hyun},
journal={arXiv preprint arXiv:2405.19346},
year={2024}
}
Jeon et al. : https://github.com/eunjin93/SICR_BCI
EEG-Conformer: https://github.com/eeyhsong/EEG-Conformer