CoolFace
Modelpublic

Fudan-fMRI/CineSync

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
Model Card

CineBrain: A Large-Scale Multi-Modal Brain Dataset for Naturalistic Audiovisual Narrative Processing

Jianxiong Gao, Yichang Liu, Baofeng Yang, Jianfeng Feng, Yanwei Fuโ€ 

![ArXiv](https://arxiv.org/abs/2503.06940) ![Dataset](https://huggingface.co/datasets/Fudan-fMRI/CineBrain)

๐Ÿ“˜ Overview

CineBrain is a large-scale multimodal brain dataset containing fMRI, EEG, and ECG recordings collected while participants watched episodes of The Big Bang Theory.

It supports research on:

  • โ€”Video decoding from multimodal neural signals
  • โ€”Auditory decoding from naturalistic narrative listening
  • โ€”Cross-modal EEG-to-fMRI translation
  • โ€”Stimulus-to-brain modeling under real-world audiovisual viewing

๐Ÿงฉ Codebase

This codebase is built upon CogVideo (v1.0, not CogVideo 1.5): ๐Ÿ‘‰ https://github.com/zai-org/CogVideo/releases/tag/v1.0

๐Ÿš€ Quick Start

1๏ธโƒฃ Install CogVideo Environment

Follow the official CogVideo v1.0 setup guide.

2๏ธโƒฃ Install Additional Dependencies

bash
pip install -r requirements.txt

3๏ธโƒฃ Prepare Models

  1. 1.Download the CogVideo-5B base model
  2. 2.Download CineBrain-related weights from HuggingFace

๐Ÿ“ฆ Dataset

Full dataset, documentation, and metadata are available on HuggingFace:

๐Ÿ‘‰ CineBrain Dataset

Includes:

  • โ€”fMRI recordings
  • โ€”EEG & ECG signals
  • โ€”Synchronized video, audio, and subtitles
  • โ€”Time-aligned captions & event annotations

๐Ÿ“„ Citation

If you find this work useful, please cite:

bibtex
@article{gao2025cinebrain,
  title={CineBrain: A Large-Scale Multi-Modal Brain Dataset During Naturalistic Audiovisual Narrative Processing},
  author={Gao, Jianxiong and Liu, Yichang and Yang, Baofeng and Feng, Jianfeng and Fu, Yanwei},
  journal={arXiv preprint arXiv:2503.06940},
  year={2025}
}