Skip to main content

Self-Supervised Learning for EEG

Project description

Picture

Latest Release latest release
Build Status documentation build status GitHub Actions Testing Status
License license
Publications

What is selfEEG?

selfEEG is a pytorch-based library designed to facilitate self-supervised learning (SSL) experiments on electroencephalography (EEG) data. In selfEEG, you can find different functions and classes which will help you build an SSL pipeline, from the creation of the dataloaders, to the model's fine-tuning, passing by the definitions of custom data augmenters, models, and pretraining strategies. In particular, selfEEG comprises of the following modules:

  1. dataloading - collection of custom pytorch Dataset and Sampler classes as well as functions to split your dataset.
  2. augmentation - collection of data augmentation with fully support on GPU as well as other classes designed to combine them.
  3. models - collection of deep neural models widely used in the EEG analysis (e.g. DeepConvNet, EEGNet, ResNet, TinySleepNet, STNet, etc)
  4. ssl - collection of self-supervised algorithms (e.g. SimCLR, SimSiam, MoCo, BYOL, etc) with a highly customizable fit method as well as a custom earlyStopper and a function for fine-tuning.
  5. losses - collection of self-supervised learning losses.
  6. utils - other useful functions to manage EEG data.

What makes selfEEG good? We have designed some modules keeping in mind EEG applications, but lots of functionalities can be easily exported on other types of signal as well!

What will you not find in selfEEG? SelfEEG isn't an EEG preprocessing library. You will not find functions to preprocess EEG data in the best possible way (no IC rejection or ASR). However, some simple operations like filtering and resampling can be performed with functions implemented in the utils and augmentation modules. If you want to preprocess EEG data in a really good way, we suggest to take a look at:

  • MNE (python based)
  • EEGLAB (matlab based)
  • BIDSAlign (an EEGLab extension provided by our team)

installation

SelfEEG may be installed via pip (recommended):

pip install selfeeg

Additionally, optional but useful packages which we suggest to include in your environment, especially if you plan to work with jupyter, can be automatically installed with the following pip command:

pip install selfeeg[interactive]

SelfEEG can be also installed via conda by running the following command:

conda install -c Pup_Fede_Cnd -c pytorch selfeeg

Good practice

Although the dependency list is pretty short, it is strongly suggested to install selfEEG in a fresh environment. The following links provide a guide for creating a new Python virtual environment or a new conda environment:

  1. new virtual environment
  2. new conda environment

In addition, if PyTorch, Torchvision and Torchaudio are not present in your environment, the previous commands will install the CPU_only versions of such packages. If you have CUDA installed on your system, we strongly encourage you to first install PyTorch, Torchvision and Torchaudio by choosing the right configuration, which varies depending on your OS and CUDA versions; then install selfEEG. The official PyTorch documentation provides an installation command selector, which is available at the following link.

Dependencies

selfEEG requires the following packages to correctly work. If you want to use selfEEG by forking and cloning the project, be sure to install them:

  • pandas >=1.5.3
  • scipy >=1.10.1
  • torch >= 2.0.0
  • torchaudio >=2.0.2
  • torchvision >=0.15.2
  • tqdm

The following list was extracted via pipdeptree (github repo). Packages like numpy does not appear because they are dependencies of other listed packages.

Optional packages which we suggest to include in your environment are:

  • jupyterlab
  • scikit-learn
  • seaborn (or simply matplotlib)
  • MNE-Python

Usage

in the Notebooks folder, you can find some notebooks which will explain how to properly use some modules. These notebooks are also included in the official documentation.

Contribution Guidelines

If you'd like to contribute to selfEEG, please take a look at our contributing guidelines.

If you also have suggestions regarding novel features to add, or simply want some support or suggestions on how to exploit this library in your SSL experiments, please consider writing to our research team.

MedMax Team

Our team is open to new collaborations!

Requests and bug tracker

If you have some requests or you have noticed some bugs, use the GitHub issues page to report them. We will try to solve reported major bugs as fast as possible.

Authors and Citation

We have worked really hard to develop this library. If you use selfEEG during your research, please cite our work. It will help us to continue doing our research. We are working on a research paper to submit to the Journal of Open Source Software. Until then, you can cite the following ArXiv preprint:

@misc{delpup2023selfeeg,
      title={SelfEEG: A Python library for Self-Supervised Learning in Electroencephalography},
      author={Federico Del Pup and Andrea Zanola and Louis Fabrice Tshimanga and Paolo Emilio Mazzon and Manfredo Atzori},
      year={2023},
      eprint={2401.05405},
      archivePrefix={arXiv},
      primaryClass={eess.SP}
}

Alternatively, you can cite the following IEEE article:

@article{delpup2023,
  author={Del Pup, Federico and Atzori, Manfredo},
  journal={IEEE Access},
  title={Applications of Self-Supervised Learning to Biomedical Signals: a Survey},
  year={2023},
  volume={11},
  number={},
  pages={144180-144203},
  doi={10.1109/ACCESS.2023.3344531}}

Contributors:

  • Eng. Federico Del Pup
  • M.Sc. Andrea Zanola
  • M.Sc. Louis Fabrice Tshimanga
  • Eng. Paolo Emilio Mazzon
  • Prof. Manfredo Atzori

License

SelfEEG is released under the MIT Licence

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

selfeeg-0.1.1.tar.gz (105.2 kB view hashes)

Uploaded Source

Built Distribution

selfeeg-0.1.1-py3-none-any.whl (90.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page