Datasets:

Modalities:
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
Jianxiong commited on
Commit
71ef00b
·
verified ·
1 Parent(s): 59954fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # CineBrain: A Large-Scale Multi-Modal Brain Dataset During Naturalistic Audiovisual Narrative Processing
6
+
7
+ [![ArXiv](https://img.shields.io/badge/ArXiv-2503.06940-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2503.06940)
8
+
9
+ ## Overview
10
+ CineBrain is a large-scale multimodal brain dataset that includes fMRI, EEG, and ECG recordings collected while participants watched episodes of The Big Bang Theory. Each participant viewed 20 episodes, and for each episode, only the first 18 minutes were used. In total, each participant watched approximately 6 hours of video.
11
+ The fMRI was acquired with a TR of 0.8 seconds, and the EEG was recorded at 1000 Hz.
12
+
13
+ ## Repository Structure
14
+ - **videos.tar**: Contains the video stimuli viewed by participants. Subjects 1, 2, and 6 watched the first 20 episodes, while subjects 3, 4, and 5 watched the first 10 and the last 10 episodes.
15
+ - **sub-00xx**: Each folder corresponds to a specific participant and includes their raw and processed fMRI data, as well as the processed EEG data.
16
+
17
+
18
+ ## **Note**:
19
+ - Currently, we only release the data for subject 1 and subject 5.
20
+ - **Subject 1 in this dataset corresponds to subject 6 in the [fMRI-Shape](https://huggingface.co/datasets/Fudan-fMRI/fMRI-Shape) and [fMRI-Objaverse](https://huggingface.co/datasets/Fudan-fMRI/fMRI-Objaverse) datasets.**
21
+
22
+ ## Citation
23
+
24
+ If you find our paper useful for your research and applications, please cite using this BibTeX:
25
+
26
+ ```
27
+ @misc{gao2025cinebrain,
28
+ title={CineBrain: A Large-Scale Multi-Modal Brain Dataset During Naturalistic Audiovisual Narrative Processing},
29
+ author={Jianxiong Gao and Yichang Liu and Baofeng Yang and Jianfeng Feng and Yanwei Fu},
30
+ year={2025},
31
+ eprint={2503.06940},
32
+ archivePrefix={arXiv},
33
+ primaryClass={cs.CV},
34
+ url={https://arxiv.org/abs/2503.06940},
35
+ }
36
+ ```