/BCIC2023_posthoc

A show case of the post-hoc relabeling method for the BCI conference 2023

Primary LanguageJupyter Notebook

Post-Hoc Relabeling

Basic idea

This is use case example of the Post-Hoc relabeling method developed by Castaño-Candamil et al., 2019, in Post-hoc Labeling of Arbitrary M/EEG Recordings for Data-Efficient Evaluation of Neural Decoding Methods. The basic idea as detailed in the paper, builds on the assumption cognitive and motor activity can be decoded from narrow band power of just a few bipol sources. The method uses existing arbitray EEG/MEG recordings and derives source space activity from them. This can be done following either:

  1. An anatomically constrained mode, where a forward model, e.g. derived from an average head, is used to estimate the sources activity;
  2. data driven approach, which uses any blind source separation method, such as e.g. ICA, to derive synthetic sources. With these source projections, the user can manipulate source data to synthetically create certain features like signal power or SNR.

This notebook

This notebook will demonstrate the use of the Post-Hoc Relabeling method to generate augmented EEG for evaluating the impact of regularization following the extended CSP approach (rCSP) proposed by Lotte et al., 2010. We will make use of the data driven approach by extracting ICA sources from a single subjects session of the Schirrmeister2017 MOABB data set.