Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
start_s
int64
16
4.89k
end_s
int64
32
4.92k
duration_s
int64
1
86
2,354
2,391
37
3,823
3,846
23
1,650
1,695
45
256
297
41
2,999
3,035
36
3,477
3,528
51
23
32
9
3,544
3,561
17
1,570
1,577
7
624
664
40
1,135
1,167
32
2,163
2,177
14
3,225
3,274
49
557
583
26
786
817
31
2,506
2,536
30
1,416
1,427
11
740
783
43
954
978
24
18
42
24
594
619
25
2,329
2,387
58
2,924
2,952
28
559
613
54
3,641
3,677
36
1,766
1,768
2
894
895
1
1,015
1,043
28
1,733
1,769
36
1,493
1,498
5
3,345
3,368
23
2,141
2,200
59
2,591
2,592
1
2,528
2,546
18
860
898
38
1,825
1,839
14
1,134
1,172
38
3,096
3,116
20
2,489
2,490
1
2,894
2,935
41
3,116
3,151
35
2,636
2,655
19
740
759
19
696
736
40
859
901
42
259
289
30
952
1,006
54
3,680
3,724
44
1,101
1,158
57
3,076
3,092
16
2,798
2,827
29
2,286
2,348
62
1,031
1,059
28
2,679
2,689
10
1,664
1,678
14
3,166
3,199
33
1,176
1,184
8
3,720
3,762
42
711
765
54
948
979
31
2,201
2,224
23
645
692
47
2,728
2,753
25
1,804
1,868
64
2,595
2,606
11
1,391
1,445
54
1,776
1,788
12
2,456
2,500
44
843
873
30
1,987
2,024
37
337
349
12
1,142
1,175
33
2,420
2,423
3
689
732
43
1,582
1,608
26
1,374
1,385
11
952
1,017
65
1,746
1,754
8
1,361
1,371
10
1,287
1,297
10
1,320
1,362
42
1,320
1,348
28
2,889
2,926
37
2,761
2,790
29
2,221
2,245
24
612
650
38
823
905
82
2,246
2,272
26
462
511
49
330
365
35
463
484
21
3,595
3,609
14
3,276
3,291
15
3,927
3,930
3
2,685
2,736
51
850
869
19
614
628
14
1,482
1,532
50
3,942
3,981
39
233
258
25
End of preview. Expand in Data Studio

DBbun — Synthetic Scalp EEG (10–20 @ 250 Hz)

Overview

DBbun EEG is a generated collection of synthetic scalp EEG recordings that replicate the structure and statistical properties of real clinical EEG while remaining fully privacy-safe.

Each file contains multi-channel 10–20 EEG sampled at 250 Hz, with per-second seizure labels and optional TCP (bipolar) differential channels.

The dataset enables research and commercial development in seizure detection, artifact rejection, biosignal modeling, and algorithm benchmarking, without any regulatory or privacy restrictions.

All content is synthetically generated and contains no patient or institutional data.

This work was inspired by the following study: Roy S, Kiral I, Mirmomeni M, Mummert T, Braz A, Tsay J, Tang J, Asif U, Schaffter T, Ahsen ME, Iwamori T, Yanagisawa H, Poonawala H, Madan P, Qin Y, Picone J, Obeid I, Marques BA, Maetschke S, Khalaf R, Rosen-Zvi M, Stolovitzky G, Harrer S; IBM Epilepsy Consortium. Evaluation of artificial intelligence systems for assisting neurologists with fast and accurate annotations of scalp electroencephalography data. EBioMedicine. 2021 Apr;66:103275. doi: 10.1016/j.ebiom.2021.103275. Epub 2021 Mar 18. PMID: 33745882; PMCID: PMC8105505.


Dataset Composition

Splits

Split Records Duration Purpose
train/ 200 approximately 200 hours Model training
valid/ 25 approximately 25 hours Hyperparameter tuning
test/ 25 approximately 25 hours Evaluation

Each split includes:

  • patient_XXXXXX.npz — EEG waveform and label arrays
  • patient_XXXXXX_events.json — seizure interval metadata
  • metadata.csv — session-level descriptors

File contents

Key Type Shape Description
eeg float32 [n_channels, n_samples] Scalp EEG waveforms (10–20 layout ± TCP montage)
sr int Sampling rate (250 Hz)
channels list[str] [n_channels] Channel names
labels_sec uint8 [seconds] 0 = non-ictal, 1 = ictal

Validation and Quality Assurance

Quantitative validation

Descriptive realism metrics were computed using the included notebook DBbun_EEG_Validation.ipynb, which summarizes power ratios, durations, and seizure prevalence.
Results are saved in validation/realism_report.md.

Key findings:

Metric Mean Std Description
Alpha ratio 0.496 0.020 Balanced 8–13 Hz band typical of resting EEG
Delta ratio 0.428 0.021 Realistic low-frequency power
Channels 38 0 20 raw + 18 TCP differential channels
Duration (s) 3469 514 Approximately 58 minutes per record
Seizure fraction 0.0126 0.012 Approximately 1.3% ictal content

Validation confirmed:

  • Stable 10–20 montage structure
  • Physiologically plausible alpha/delta ratios and amplitudes
  • Realistic seizure sparsity and variability
  • Clean baselines without abnormal drift
  • Consistent metadata across all splits

Visual previews

Representative 10-second EEG windows were exported as previews/*.png.
Each shows realistic amplitude, rhythmic composition, and spectral balance.


Comparison with Other Synthetic EEG Datasets

A variety of research and open projects have proposed methods for generating synthetic EEG, but very few provide long, continuous, multi-channel signals with structured metadata.
The table below summarizes key characteristics of known efforts compared to DBbun EEG.

Feature Existing Synthetic EEG Datasets DBbun EEG
Continuous multichannel raw EEG signals Rare – most provide only extracted features or short samples Yes – full 10–20 recordings (≈1 hour each)
Per-second or sample-level annotations Usually absent or limited to class-level labels Yes – one label per second (ictal / non-ictal)
Number and duration of sessions Typically fewer than 10 sessions, often only a few minutes each 250 sessions totaling over 250 hours
Validation and realism metrics Often qualitative or absent Full quantitative and visual validation
Montage and channel structure Often single-channel or unspecified Standard 10–20 + TCP differential montage
Licensing and accessibility Often research-only or restricted Commercial license with clear permitted use
Intended applications Algorithm demos or augmentation Training, validation, and commercial prototyping

This comparison highlights DBbun EEG’s unique position as a large-scale, validated, and legally distributable synthetic EEG dataset.


How to Use

Load one record

import numpy as np

z = np.load("data/train/patient_000001.npz")
eeg = z["eeg"]
sr = int(z["sr"])
channels = [c.decode() if isinstance(c, bytes) else c for c in z["channels"]]
labels = z["labels_sec"]

print("Channels:", len(channels))
print("Shape:", eeg.shape)
print("Duration (s):", eeg.shape[1] / sr)
Downloads last month
413

Models trained or fine-tuned on DBbun/EEG-250Hz_v1.0