NM000119: eeg dataset, 11 subjects#
Oikonomou2016 – SSVEP MAMEM 1 dataset
Citation: Vangelis P. Oikonomou, Georgios Liaros, Kostantinos Georgiadis, Elisavet Chatzilari, Katerina Adam, Spiros Nikolopoulos, Ioannis Kompatsiaris (2016). Oikonomou2016 – SSVEP MAMEM 1 dataset. 10.82901/nemar.nm000119
11-participant EEG dataset — Oikonomou2016 – SSVEP MAMEM 1 dataset.
Quickstart#
Install
pip install eegdash
Access the data
from eegdash.dataset import NM000119
dataset = NM000119(cache_dir="./data")
# Get the raw object of the first recording
raw = dataset.datasets[0].raw
print(raw.info)
Filter by subject
dataset = NM000119(cache_dir="./data", subject="01")
Advanced query
dataset = NM000119(
cache_dir="./data",
query={"subject": {"$in": ["01", "02"]}},
)
Iterate recordings
for rec in dataset:
print(rec.subject, rec.raw.info['sfreq'])
If you use this dataset in your research, please cite the original authors.
BibTeX
@dataset{nm000119,
title = {Oikonomou2016 – SSVEP MAMEM 1 dataset},
author = {Vangelis P. Oikonomou and Georgios Liaros and Kostantinos Georgiadis and Elisavet Chatzilari and Katerina Adam and Spiros Nikolopoulos and Ioannis Kompatsiaris},
doi = {10.82901/nemar.nm000119},
url = {https://doi.org/10.82901/nemar.nm000119},
}
About This Dataset#
SSVEP MAMEM 1 dataset.
Schema: HED 8.4.0 | Browse: https://www.hedtags.org/hed-schema-browser
SSVEP MAMEM 1 dataset
6.66
View full README
SSVEP MAMEM 1 dataset
6.66
├─ Sensory-event
├─ Experimental-stimulus
├─ Visual-presentation
└─ Label/6_66
7.50
├─ Sensory-event
├─ Experimental-stimulus
├─ Visual-presentation
└─ Label/7_50
8.57
├─ Sensory-event
├─ Experimental-stimulus
├─ Visual-presentation
└─ Label/8_57
10.00
├─ Sensory-event
├─ Experimental-stimulus
├─ Visual-presentation
└─ Label/10_00
12.00
├─ Sensory-event
├─ Experimental-stimulus
├─ Visual-presentation
└─ Label/12_00
Paradigm-Specific Parameters
Detected paradigm: ssvep
Stimulus frequencies: [6.66, 7.5, 8.57, 10.0, 12.0] Hz
Number of targets: 5
Number of repetitions: 3
Data Structure
Trials: 1104
Trials context: Total 1104 trials across all subjects. Each session includes 23 trials (8 adaptation + 15 main). S001: 3 sessions, S003 and S004: 4 sessions, others: 5 sessions. Some sessions excluded due to technical issues.
Preprocessing
Data state: raw
Preprocessing applied: False
Signal Processing
Classifiers: LDA, SVM, Random Forest, kNN, Naive Bayes, CCA, AdaBoost, Decision Trees
Feature extraction: Periodogram, Welch Spectrum, Goertzel algorithm, Yule-AR Spectrum, FFT, PSD, Discrete Wavelet Transform
Frequency bands: analyzed=[5.0, 48.0] Hz
Spatial filters: CAR, CSP, Minimum Energy
Cross-Validation
Method: leave-one-subject-out
Evaluation type: cross_subject
Performance (Original Study)
Default Accuracy: 72.47
Optimal Accuracy: 79.47
BCI Application
Applications: communication
Environment: laboratory
Online feedback: False
Tags
Pathology: Healthy
Modality: Visual
Type: Perception
Documentation
Description: Comparative evaluation of state-of-the-art algorithms for SSVEP-based BCIs
DOI: 10.6084/m9.figshare.2068677.v1
Associated paper DOI: 10.48550/arXiv.1602.00904
License: ODC-By-1.0
Investigators: Vangelis P. Oikonomou, Georgios Liaros, Kostantinos Georgiadis, Elisavet Chatzilari, Katerina Adam, Spiros Nikolopoulos, Ioannis Kompatsiaris
Senior author: Ioannis Kompatsiaris
Institution: Centre for Research and Technology Hellas (CERTH)
Country: GR
Repository: Figshare
Publication year: 2016
Funding: H2020-ICT-2014-644780
Ethics approval: Centre for Research and Technology Hellas ethics committee, dated 3/7/2015, grant H2020-ICT-2014-644780
Keywords: SSVEP, BCI, EEG, brain-computer interface, comparative evaluation, state-of-the-art algorithms
Abstract
Brain-computer interfaces (BCIs) have been gaining momentum in making human-computer interaction more natural, especially for people with neuro-muscular disabilities. This report focuses on SSVEP-based BCIs and performs a comparative evaluation of the most promising algorithms. A dataset of 256-channel EEG signals from 11 subjects is provided, along with a processing toolbox for reproducing results and supporting further experimentation.
Methodology
Empirical approach where each signal processing parameter (filtering, artifact removal, feature extraction, feature selection, classification) is studied independently by keeping all other parameters fixed. Leave-one-subject-out cross-validation used to evaluate system without subject-specific training. Multiple algorithms compared for each processing stage to obtain state-of-the-art baseline.
References
Oikonomou, V. P., Liaros, G., Georgiadis, K., Chatzilari, E., Adam, K., Nikolopoulos, S., & Kompatsiaris, I. (2016). Comparative evaluation of state-of-the-art algorithms for SSVEP-based BCIs. arXiv preprint arXiv:1602.00904. MAMEM Steady State Visually Evoked Potential EEG Database https://archive.physionet.org/physiobank/database/mssvepdb/ S. Nikolopoulos, 2016, DataAcquisitionDetails.pdf https://figshare.com/articles/dataset/MAMEM_EEG_SSVEP_Dataset_I_256_channels_11_subjects_5_frequencies_/2068677?file=3793738 Appelhoff, S., Sanderson, M., Brooks, T., Vliet, M., Quentin, R., Holdgraf, C., Chaumon, M., Mikulan, E., Tavabi, K., Hochenberger, R., Welke, D., Brunner, C., Rockhill, A., Larson, E., Gramfort, A. and Jas, M. (2019). MNE-BIDS: Organizing electrophysiological data into the BIDS format and facilitating their analysis. Journal of Open Source Software 4: (1896). https://doi.org/10.21105/joss.01896 Pernet, C. R., Appelhoff, S., Gorgolewski, K. J., Flandin, G., Phillips, C., Delorme, A., Oostenveld, R. (2019). EEG-BIDS, an extension to the brain imaging data structure for electroencephalography. Scientific Data, 6, 103. https://doi.org/10.1038/s41597-019-0104-8 Generated by MOABB 1.4.3 (Mother of All BCI Benchmarks) NeuroTechX/moabb
Cohort#
Dataset Statistics#
Age distribution by gender (n=11, range 24–39 yr, mean 30.4 yr)
Channel counts: 256 ch (n=47 recordings)
Sampling frequencies: 250.0 Hz (n=47 recordings)
Total recording duration: 6 h 13 min
Signal · Electrodes & live trace#
Live trace viewer — sub-6 · ses-0 · task-ssvep · run-1
Showing one representative recording out of
11 subjects and 47 recordings in this dataset.
Browse the full set on OpenNeuro;
drop any other _eeg.{set,edf,bdf,vhdr} file onto the
viewer (or pass ?eeg=<url>) to inspect it.
Electrode layout — EEG · 256 sensors — 256 channels
NEMAR Processing Statistics#
The plots below are generated by NEMAR’s automated EEG pipeline. The histogram shows pipeline success for data cleaning and ICA decomposition, the percentage of data frames and EEG channels retained after artefact removal, line noise per channel (RMS, dB), and the age/gender distribution of participants.
HED event descriptors word cloud
Manifest#
File Explorer#
Browse the BIDS file structure of this dataset. Records are fetched on demand from the EEGDash catalog the first time you open the explorer.
Full dataset metadata table
Dataset ID |
|
Title |
Oikonomou2016 – SSVEP MAMEM 1 dataset |
Author (year) |
|
Canonical |
— |
Importable as |
|
Year |
2016 |
Authors |
Vangelis P. Oikonomou, Georgios Liaros, Kostantinos Georgiadis, Elisavet Chatzilari, Katerina Adam, Spiros Nikolopoulos, Ioannis Kompatsiaris |
License |
ODC-By-1.0 |
Citation / DOI |
|
Source links |
OpenNeuro | NeMAR | Source URL |
Copy-paste BibTeX
@dataset{nm000119,
title = {Oikonomou2016 – SSVEP MAMEM 1 dataset},
author = {Vangelis P. Oikonomou and Georgios Liaros and Kostantinos Georgiadis and Elisavet Chatzilari and Katerina Adam and Spiros Nikolopoulos and Ioannis Kompatsiaris},
doi = {10.82901/nemar.nm000119},
url = {https://doi.org/10.82901/nemar.nm000119},
}
API Reference#
eegdash.datasetEEGDashDatasetNM000119 · Oikonomou2016_MAMEM1eegdash/dataset/registry.py · [source ↗]- class eegdash.dataset.NM000119(cache_dir: str, query: dict | None = None, s3_bucket: str | None = None, **kwargs)[source]#
Oikonomou2016 – SSVEP MAMEM 1 dataset
- Study:
nm000119(NeMAR)- Author (year):
Oikonomou2016_MAMEM1- Canonical:
—
Also importable as:
NM000119,Oikonomou2016_MAMEM1.Modality:
eeg; Experiment type:Perception; Subject type:Healthy. Subjects: 11; recordings: 47; tasks: 1.- Parameters:
cache_dir (str | Path) – Directory where data are cached locally.
query (dict | None) – Additional MongoDB-style filters to AND with the dataset selection. Must not contain the key
dataset.s3_bucket (str | None) – Base S3 bucket used to locate the data.
**kwargs (dict) – Additional keyword arguments forwarded to
EEGDashDataset.
- data_dir#
Local dataset cache directory (
cache_dir / dataset_id).- Type:
Path
Notes
Each item is a recording; recording-level metadata are available via
dataset.description.querysupports MongoDB-style filters on fields inALLOWED_QUERY_FIELDSand is combined with the dataset filter. Dataset-specific caveats are not provided in the summary metadata.References
OpenNeuro dataset: https://openneuro.org/datasets/nm000119 NeMAR dataset: https://nemar.org/dataexplorer/detail?dataset_id=nm000119 DOI: https://doi.org/10.82901/nemar.nm000119
Examples
>>> from eegdash.dataset import NM000119 >>> dataset = NM000119(cache_dir="./data") >>> recording = dataset[0] >>> raw = recording.load()
- __init__(cache_dir: str, query: dict | None = None, s3_bucket: str | None = None, **kwargs)[source]#
- save(path: str, overwrite: bool = False, offset: int = 0)[source]#
Save datasets to files by creating one subdirectory for each dataset:
path/ 0/ 0-raw.fif | 0-epo.fif description.json raw_preproc_kwargs.json (if raws were preprocessed) window_kwargs.json (if this is a windowed dataset) window_preproc_kwargs.json (if windows were preprocessed) target_name.json (if target_name is not None and dataset is raw) 1/ 1-raw.fif | 1-epo.fif description.json raw_preproc_kwargs.json (if raws were preprocessed) window_kwargs.json (if this is a windowed dataset) window_preproc_kwargs.json (if windows were preprocessed) target_name.json (if target_name is not None and dataset is raw)
- Parameters:
path (str) –
- Directory in which subdirectories are created to store
-raw.fif | -epo.fif and .json files to.
overwrite (bool) – Whether to delete old subdirectories that will be saved to in this call.
offset (int) – If provided, the integer is added to the id of the dataset in the concat. This is useful in the setting of very large datasets, where one dataset has to be processed and saved at a time to account for its original position.
BaseDataset from braindecode — windowed via create_windows_from_events.braindecodeDataLoader; supports parallel workers and on-the-fly augmentations.pytorchSwap any load_dataset(...) call for nm000119 to reproduce the tutorial on this dataset.
Citation
Vangelis P. Oikonomou, Georgios Liaros, Kostantinos Georgiadis, Elisavet Chatzilari, Katerina Adam, … (2016). Oikonomou2016 – SSVEP MAMEM 1 dataset. 10.82901/nemar.nm000119
Provenance
¹Contributed to nemar in BIDS format.
²Curated & ingested by the EEGDash catalog; see CITATION.cff for canonical reference.
³Persistent identifier: 10.82901/nemar.nm000119.
Related & sibling datasets
+ 1 more — see See Also below →
See Also#
eegdash.dataset.EEGDashDataseteegdash.dataset