Git Product home page Git Product logo

thu-rsvp-dataset's Introduction

Tsinghua University RSVP Benchmark Dataset

This repo provides Python code for loading publicly-available data from A Benchmark Dataset for RSVP-Based Brain–Computer Interfaces by Shangen Zhang, Yijun Wang, Lijian Zhang, and Xiaorong Gao. Note that this repo is not affiliated or endorsed by the authors.

See the full paper at: https://www.frontiersin.org/articles/10.3389/fnins.2020.568000/full

Abstract:

This paper reports on a benchmark dataset acquired with a brain–computer interface (BCI) system based on the rapid serial visual presentation (RSVP) paradigm. The dataset consists of 64-channel electroencephalogram (EEG) data from 64 healthy subjects (sub1,..., sub64) while they performed a target image detection task. For each subject, the data contained two groups ("A" and "B"). Each group contained two blocks, and each block included 40 trials that corresponded to 40 stimulus sequences. Each sequence contained 100 images presented at 10 Hz (10 images per second). The stimulus images were street-view images of two categories: target images with human and non-target images without human. Target images were presented randomly in the stimulus sequence with a probability of 1∼4%. During the stimulus presentation, subjects were asked to search for the target images and ignore the non-target images in a subjective manner. To keep all original information, the dataset was the raw continuous data without any processing. On one hand, the dataset can be used as a benchmark dataset to compare the algorithms for target identification in RSVP-based BCIs. On the other hand, the dataset can be used to design new system diagrams and evaluate their BCI performance without collecting any new data through offline simulation. Furthermore, the dataset also provides high-quality data for characterizing and modeling event-related potentials (ERPs) and steady-state visual evoked potentials (SSVEPs) in RSVP-based BCIs. The dataset is freely available from http://bci.med.tsinghua.edu.cn/download.html.

Citation:

@article{zhang2020benchmark,
  title={A benchmark dataset for RSVP-based brain--computer interfaces},
  author={Zhang, Shangen and Wang, Yijun and Zhang, Lijian and Gao, Xiaorong},
  journal={Frontiers in Neuroscience},
  pages={1042},
  year={2020},
  publisher={Frontiers}
}

Setup

Install from PyPI with:

pip install thu-rsvp-dataset

Or install from github with:

git clone https://github.com/nik-sm/thu-rsvp-dataset.git
cd thu-rsvp-dataset
python3 -m venv venv
source venv/bin/activate
venv/bin/pip install -Ue .

Usage

See load_dataset.py for example usage.

thu-rsvp-dataset's People

Contributors

nik-sm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.