File size: 2,528 Bytes
cb21e18
f08510f
cb21e18
f08510f
 
 
 
 
 
 
 
 
 
 
 
 
 
cb21e18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
language: en
license: mit
tags:
  - eeg
  - epilepsy
  - medical
  - vision-transformer
  - deep-learning
  - survival
  - deepsurv
datasets:
  - private
metrics:
  - c-index
  - auroc
library_name: pytorch
---

# EEGSurvNet: A Deep Survival Model to Predict Time-to-Seizure After EEG

![Figure1_Discrete-time](https://cdn-uploads.huggingface.co/production/uploads/68f50e480a62655974ebb216/Nylq4cUHQzwcJb5prOD1U.png)

## Model Description

EEGSurvNet predicts the long-term risk of seizure recurrence through time after routine EEG. The input is a 60s EEG segment with 19 channels in spectrogram format (see below for specifications). The output is the logit of the seizure recurrence hazards at 6 discrete time intervals.

**Paper**: [Development and validation of a deep survival model to predict time to seizure from routine electroencephalography](https://onlinelibrary.wiley.com/doi/10.1002/epi.70101?af=R) (Epilepsia, 2026)

**Repository**: [GitLab Repository]() - See README for full documentation and preprocessing code

## Usage - WIP

**Note**: See the [GitLab repository README](https://gitlab.com/chum-epilepsy/epi_surv/README.md) for complete preprocessing pipeline, BIDS format requirements, and dataloader examples.

## Training Data

- 1,014 routine EEG recordings from 994 patients
- Tertiary care center (CHUM, Montreal)
- Temporal split: Training/validation (Jan 2018 - Sep 2019), Testing (Sep-Dec 2019)
- Median follow-up: 2.2 years (training)

## Performance

- 2-year integrated AUROC: 0.69 (95% CI: 0.64–0.73)
- C-index: 0.66 (0.60-0.73)
- Maximal AUROC at 2 months (0.80)
- Outperforms spike-based predictions

## Citation

```bibtex
@article{https://doi.org/10.1002/epi.70101,
author = {Lemoine, Émile and Xu, An Qi and Jemel, Mezen and Lesage, Frédéric and Nguyen, Dang K. and Bou Assi, Elie},
title = {Development and validation of a deep survival model to predict time to seizure from routine electroencephalography},
journal = {Epilepsia},
volume = {n/a},
number = {n/a},
pages = {},
keywords = {artificial intelligence, biomarkers, electroencephalography, prognosis, survival analysis},
doi = {https://doi.org/10.1002/epi.70101},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/epi.70101},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/epi.70101},
}
```

## Authors

Émile Lemoine, An Qi Xu, Mezen Jemel, Frédéric Lesage, Dang Khoa Nguyen, Elie Bou Assi

## Contact

For questions, please contact the corresponding author or submit an issue on the GitLab repository.