ssssssup commited on
Commit
dcec0d2
·
verified ·
1 Parent(s): acfad79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -3
README.md CHANGED
@@ -1,4 +1,76 @@
1
- More details coming soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
 
4
  ## 📚 Dataset Citation
@@ -16,5 +88,5 @@ If you use our dataset in your research or publications, please cite the followi
16
  }
17
 
18
  ---
19
- license: cc-by-4.0
20
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+ # NeuroBOLT EEG-fMRI ROI Dataset
7
+ **Short name:** `neurobolt-rest`
8
+ **Modalities:** EEG (simultaneous with fMRI), fMRI ROI time series
9
+ **Setting:** Resting-state (eyes closed)
10
+ **Subjects / Scans:** 22 participants, 29 fMRI scans (7 participants with two scans)
11
+ <!-- **Contact for extended data (task-condition or higher-res ROIs):** yamin.li@vanderbilt.edu
12
+ -->
13
+
14
+ ---
15
+
16
+ ## 🧠 Overview
17
+ This dataset provides synchronized resting-state **EEG** and **BOLD fMRI ROI time series** collected **simultaneously** from healthy adults. It is intended for research on **NeuroAI, cross-modal modeling (EEG-fMRI), multimodal fusion, and hemodynamic modeling**.
18
+
19
+ We release:
20
+ - Preprocessed **fMRI ROI time series** (DiFuMo parcellation, n=64).
21
+ - Preprocessed and resampled **EEG** time series aligned to fMRI.
22
+
23
+ *For **task-condition data**, **higher-resolution DiFuMo ROIs** (>64), or any inquiries, please contact **yamin.li@vanderbilt.edu**.*
24
+
25
+ ## 📖 Data Collection Summary
26
+ - **Participants:** 22 healthy volunteers.
27
+ - **Sessions:** Two 20-minute resting sessions per participant (eyes closed); final dataset contains **29 scans** after artifact exclusion.
28
+ - **Ethics:** Written informed consent obtained. Procedures approved by the Institutional Review Board (IRB).
29
+
30
+ ### fMRI
31
+ - **Scanner:** 3T
32
+ - **Sequence:** Multi-echo gradient-echo EPI
33
+ - **TR:** 2100 ms
34
+ - **Condition:** Rest (eyes closed)
35
+
36
+ ### EEG
37
+ - **System:** MR-compatible, 32-channel (10–20), **FCz** reference (BrainAmps MR, Brain Products GmbH)
38
+ - **Sampling rate:** 5 kHz, synchronized to the **scanner’s 10 MHz clock** (facilitates MR gradient artifact reduction)
39
+
40
+ ---
41
+
42
+ ## 🔩 Preprocessing Summary
43
+
44
+ ### fMRI → ROI time series
45
+ - **Parcellation:** DiFuMo (n = 64) with **2 additional global signals**
46
+ - *global signal clean (cleaned whole-brain average signal, with confounds regressed)*
47
+ - *global signal raw (unprocessed whole-brain average signal)*
48
+ - **Confound regression:** Motion regressors removed
49
+ - **Temporal filtering:** Low-pass filter applied at < 0.15 Hz
50
+ - **Normalization:** Demeaned and scaled by the **95th percentile** of the absolute amplitude (per ROI)
51
+
52
+ In the paper we evaluated **7 representative ROIs** spanning diverse spatial and functional domains:
53
+ - **Primary sensory:** *Cuneus*, *Heschl’s gyrus*
54
+ - **High-level cognitive:** *Precuneus anterior*, *Middle frontal gyrus anterior*
55
+ - **Subcortical:** *Putamen*, *Thalamus*
56
+ - **Global:** *global signal clean*
57
+
58
+ ### EEG
59
+ - Channels: ECG/EOG/EMG **removed** → remaining **26 scalp channels**
60
+ - Resampling: **5 kHz → 200 Hz** (retains <100 Hz content, improves efficiency)
61
+ - Alignment: synchronized to fMRI acquisition for one-to-one pairing with BOLD time points
62
+ - Model input convention (if used): **16-second EEG windows** preceding each fMRI TR (covers HRF peak and variance)
63
+
64
+ *Detailed acquisition and artifact-reduction procedures are documented in the [NeuroBOLT paper’s Appendix D](https://openreview.net/pdf?id=y6qhVtFG77).*
65
+
66
+ ---
67
+
68
+ ## ⛳ Model Checkpoints
69
+ - Model checkpoints for selected brain regions are available for reproducing our results:
70
+ 👉 [**Hugging Face Repository**](https://huggingface.co/ssssssup/NeuroBOLT/tree/main)
71
+ - A step-by-step tutorial can be found here:
72
+ 📘 [**Google Colab Notebook**](https://colab.research.google.com/drive/1e7mfxQqth4mcfqlhTypgB5Q0gYPNbT-y?usp=sharing)
73
+
74
 
75
 
76
  ## 📚 Dataset Citation
 
88
  }
89
 
90
  ---
91
+ license: Apache-2.0
92
+ ---