Open access dataset for simultaneous EEG and NIRS Brain-Computer Interfaces (BCIs)

Open access dataset for simultaneous EEG and NIRS brain-computer interface (BCI)

Due to the lack of open access dataset for EEG-NIRS hybrid brain-computer interface (BCI), we here provide our BCI experiment data. We conducted two BCI experiments (left vs. right hand motor imagery; mental arithmetic vs. resting state). The dataset was validated using baseline signal analysis methods, with which classification performance was evaluated for each modality and a combination of both modalities. We expect that it can be used in a wide range of future validation approaches in multimodal BCI research.

Data Acquisition

EEG and NIRS data was collected in an ordinary bright room. EEG data was recorded by a multichannel BrainAmp EEG amplifier with thirty active electrodes (Brain Products GmbH, Gilching, Germany) with linked mastoids reference at 1000 Hz sampling rate. The EEG amplifier was also used to measure the electrooculogram (EOG), electrocardiogram (ECG) and respiration with a piezo based breathing belt. Thirty EEG electrodes were placed on a custom-made stretchy fabric cap (EASYCAP GmbH, Herrsching am Ammersee, Germany) and placed according to the international 10-5 system (AFp1, AFp2, AFF1h, AFF2h, AFF5h, AFF6h, F3, F4, F7, F8, FCC3h, FCC4h, FCC5h, FCC6h, T7, T8, Cz, CCP3h, CCP4h, CCP5h, CCP6h, Pz, P3, P4, P7, P8, PPO1h, PPO2h, POO1, POO2 and Fz for ground electrode).

NIRS data was collected by NIRScout (NIRx GmbH, Berlin, Germany) at 12.5 Hz sampling rate. Each adjacent source-detector pair creates one physiological NIRS channel. Fourteen sources and sixteen detectors resulting in thirty-six physiological channels were placed at frontal (nine channels around Fp1, Fp2, and Fpz), motor (twelve channels around C3 and C4, respectively) and visual areas (three channels around Oz). The inter-optode distance was 30 mm. NIRS optodes were fixed on the same cap as the EEG electrodes. Ambient lights were sufficiently blocked by a firm contact between NIRS optodes and scalp and use of an opaque cap.

EOG was recorded using two vertical (above and below left eye) and two horizontal (outer canthus of each eye) electrodes. ECG was recorded based on Einthoven triangle derivations I and II, and respiration was measured using a respiration belt on the lower chest. EOG, ECG and respiration were sampled at the same sampling rate of the EEG. ECG and respiration data were not analyzed in this study, but are provided along with the other signals.

All signals were recorded simultaneously. In order to synchronize the signals, triggers were sent to each instrument at the same time via parallel port using MATLAB.

Experimental Procedure

The subjects sat on a comfortable armchair in front of a 50-inch white screen. The distance between their heads and the screen was 1.6 m. They were asked not to move any part of the body during the data recording. The experiment consisted of three sessions of left and right hand MI (dataset A) and MA and baseline tasks (taking a rest without any thought) (dataset B) each. Each session comprised a 1 min pre-experiment resting period, 20 repetitions of the given task and a 1 min post-experiment resting period. The task started with 2 s of a visual introduction of the task, followed by 10 s of a task period and resting period which was given randomly from 15 to 17 s. At the beginning and end of the task period, a short beep (250 ms) was played. All instructions were displayed on the white screen by a video projector. MI and MA tasks were performed in separate sessions but in alternating order (i.e., sessions 1, 3 and 5 for MI (dataset A) and sessions 2, 4 and 6 for MA (dataset B)). Fig. 2 shows the schematic diagram of the experimental paradigm. Five sorts of motion artifacts induced by eye and head movements (dataset C) were measured. The motion artifacts were recorded after all MI and MA task recordings. The experiment did not include the pre- and post-experiment resting state periods.

Motor Imagery (Dataset A)

For motor imagery, subjects were instructed to perform haptic motor imagery (i.e. to imagine the feeling of opening and closing their hands as they were grabbing a ball) to ensure that actual motor imagery, not visual imagery, was performed. All subjects were naive to the MI experiment. For the visual instruction, a black arrow pointing to either the left or right side appeared at the center of the screen for 2 s. The arrow disappeared with a short beep sound and then a black fixation cross was displayed during the task period. The subjects were asked to imagine hand gripping (opening and closing their hands) in a 1 Hz pace. This pace was shown to and repeated by the subjects by performing real hand gripping before the experiment. Motor imagery was performed continuously over the task period. The task period was finished with a short beep sound and a 'STOP' displayed for 1s on the screen. The fixation cross was displayed again during the rest period and the subjects were asked to gaze at it to minimize their eye movements. This process was repeated twenty times in a single session (ten trials per condition in a single session; thirty trials in the whole sessions). In a single session, motor imagery tasks were performed on the basis of ten subsequent blocks randomly consisting of one of two conditions: Either first left and then right hand motor imagery or vice versa.

Mental Arithmetic (Dataset B)

For the visual instruction of the MA task, an initial subtraction such as 'three-digit number minus one-digit number' (e.g., 384-8) appeared at the center of the screen for 2 s. The subjects were instructed to memorize the numbers while the initial subtraction was displayed on the screen. The initial subtraction disappeared with a short beep sound and a black fixation cross was displayed during the task period in which the subjects were asked to repeatedly perform to subtract the one-digit number from the result of the previous subtraction. For the baseline task, no specific sign but the black fixation cross was displayed on the screen, and the subjects were instructed to take a rest. Note that there were other rest periods between the MA and baseline task periods, as same with the MI paradigm. Both task periods were finished with a short beep sound and a 'STOP' displayed for 1 s on the screen. The fixation cross was displayed again during the rest period. MA and baseline trials were randomized in the same way as MI.

Motion Artifact (Dataset C)

Please refer to our paper below. 

Data Organization

Data Structure

Please refer to basic data structures of the BBCI Toolbox.

EEG data

- cnt: 1x6 cells, continuous EEG data

cnt{1,1}, cnt{1,3}, cnt{1,5}: cnts for motor imagery.

cnt{1,2}, cnt{1,4}, cnt{1,6}: cnts for mental arithmetic.

- mrk: 1x6 cells, task onset markers

mrk{1,1}, mrk{1,3}, mrk{1,5}: mrks for motor imagery. marker 16 = left hand imagery, marker 32 = right
                                                          hand imagery

mrk{1,2}, mrk{1,4}, mrk{1,6}: mrks for mental arithmetic. marker 16 = mental arithmetic, marker 32 =
                                                          baseline

- mnt: montage for cnt

- cnt_artifact: 1x5 cells, continuous EEG data

cnt_artifact{1,1}: cnts for EOG

cnt_artifact{1,2}: cnts for EMG

cnt_artifact{1,3}: cnts for eye blinking

cnt_artifact{1,4}: cnts for teeth clenching

cnt_artifact{1,5}: cnts for mouth opening

- mrk_artifact: 1x5 cells, task onset markers for corresponding cnt_artifact

- mnt_artifact: montage for cnt_artifact

 

NIRS data

- cnt: 1x6 cells, continuous NIRS light intensity data

cnt{1,1}, cnt{1,3}, cnt{1,5}: cnts for motor imagery.

cnt{1,2}, cnt{1,4}, cnt{1,6}: cnts for mental arithmetic.

- mrk: 1x6 cells, task onset markers

mrk{1,1}, mrk{1,3}, mrk{1,5}: mrks for motor imagery. marker 1 = left hand imagery, marker 2 = right
                                                          hand imagery

mrk{1,2}, mrk{1,4}, mrk{1,6}: mrks for mental arithmetic. marker 1 = mental arithmetic, marker 2 =
                                                          baseline

- mnt: montage for cnt

- cnt_artifact: 1x5 cells, continuous NIRS data

cnt_artifact{1,1}: cnts for EOG

cnt_artifact{1,2}: cnts for EMG

cnt_artifact{1,3}: cnts for eye blinking

cnt_artifact{1,4}: cnts for teeth clenching

cnt_artifact{1,5}: cnts for mouth opening

- mrk_artifact: 1x5 cells, task onset markers for corresponding cnt_artifact

- mnt_artifact: montage for cnt_artifact

EEG Channel Quality

Scalp-electrode contact impedance was kept below 10 KOhm

NIRS Channel Quality

It is not available yet. We will provide it as soon as possible. Average channel quality is provided in the related paper

Tutorial 1: EEG r-value scalp map

Please refer to: https://github.com/JaeyoungShin/hybrid-BCI/blob/master/scalpmap/scalpmap_eeg.m

Tutorial 2: NIRS r-value scalp map

Please refer to: https://github.com/JaeyoungShin/hybrid-BCI/blob/master/scalpmap/scalpmap_nirs.m

Tutorial 3: EEG Classification

Please refer to: https://github.com/JaeyoungShin/hybrid-BCI/blob/master/classification/classification_eeg.m

Tutorial 4: NIRS Classification

Please refer to: https://github.com/JaeyoungShin/hybrid-BCI/blob/master/classification/classification_nirs.m

Tutorial 5: EEG-NIRS Meta Classification

Please refer to: https://github.com/JaeyoungShin/hybrid-BCI/blob/master/classification/classification_hybrid.m

Demographic Information

Subject

Year of birth

Gender

Handedness

Hair color

Hair length

Hair density

1

1988

F

R

B

L

H

2

1991

F

R

B

VL

M

3

1990

M

R

B

M

L

4

1993

F

R

B

VL

H

5

1989

M

R

B

S

H

6

1982

M

R

B

S

L

7

1988

M

R

B

S

L

8

1987

F

R

B

VL

H

9

1989

F

R

B

VL

H

10

1984

M

R

B

S

H

11

1985

F

R

B

L

H

12

1987

M

R

BL

VS

M

13

1983

M

L

B

VS

M

14

1989

F

R

BR

VL

M

15

1991

F

R

R

VR

H

16

1984

M

R

W

VS

M

17

1977

F

R

W

S

VH

18

1990

F

R

BR

S

M

19

1984

F

R

B

S

M

20

1988

F

R

BL

VL

H

21

1992

M

R

B

VS

M

22

1993

F

R

B

VL

VH

23

1989

M

R

B

S

H

24

1989

M

R

B

S

H

25

1990

F

R

B

VL

VH

26

1989

F

R

B

VL

M

27

1989

M

R

B

S

M

28

1980

F

R

B

VL

VH

29

1990

M

R

B

S

M

- Gender: Male (M) / Female(F)
- Handedness: Left (L) / Right (R)
- Hair color: Black (B) / Blonde (BL) / Brown (BR) / Red (R) / White (W)
- Hair length: Very short (VS) / Short (S) / Medium (M) / Long (L) / Very long (VL)
- Hair density: Very low (VL) / Low (L) / Medium (M) / High (H) / Very high (VH)

Download

Data was downsampled to 200 Hz (EEG) and 10 Hz (NIRS). Any signal processing method was not applied to the raw data except the methods described below:

EEG: data conversion to MATLAB compatible format / Re-referencing for linked-mastoid reference

NIRS: data conversion to MATLAB compatible format

EEG data

EEG_01-05     EEG_06-10     EEG_11-15     EEG_16-20     EEG_21-25     EEG_26-29

NIRS data

NIRS_01-29

Citation

We would be grateful if you cite the following articles:

1. Jaeyoung Shin, Alexander von Lühmann, Benjamin Blankertz, Do-Won Kim, Han-Jeong Hwang and Klaus-Robert Müller, "Open Access Dataset for EEG+NIRS Single-Trial Classification," IEEE Trans. Neural Syst. Rehabil. Eng., online published.

2. Blankertz B, Tangermann M, Vidaurre C, Fazli S, Sannelli C, Haufe S, Maeder C, Ramsey LE, Sturm I, Curio G, Mueller KR, "The Berlin Brain-Computer Interface: Non-Medical Uses of BCI Technology," Front Neuroscience, 4:198, 2010.