Long-Term EEG Partitioning for Seizure Onset Detection

Abstract

Deep learning models have recently shown great success in classifying epileptic patients using EEG recordings. Unfortunately, classification-based methods lack a sound mechanism to detect the onset of seizure events. In this work, we propose a two-stage framework, SODor, that explicitly models seizure onset through a novel task formulation of subsequence clustering. Given an EEG sequence, the framework first learns a set of second-level embeddings with label supervision. It then employs model-based clustering to explicitly capture long-term temporal dependencies in EEG sequences and identify meaningful subsequences. Epochs within a subsequence share a common cluster assignment (normal or seizure), with cluster or state transitions representing successful onset detections. Extensive experiments on three datasets demonstrate that our method can correct misclassifications, achieving 5%-11% classification improvements over other baselines and accurately detecting seizure onsets.

Cite

Text

Chen et al. "Long-Term EEG Partitioning for Seizure Onset Detection." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I13.33557

Markdown

[Chen et al. "Long-Term EEG Partitioning for Seizure Onset Detection." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/chen2025aaai-long/) doi:10.1609/AAAI.V39I13.33557

BibTeX

@inproceedings{chen2025aaai-long,
  title     = {{Long-Term EEG Partitioning for Seizure Onset Detection}},
  author    = {Chen, Zheng and Matsubara, Yasuko and Sakurai, Yasushi and Sun, Jimeng},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {14221-14229},
  doi       = {10.1609/AAAI.V39I13.33557},
  url       = {https://mlanthology.org/aaai/2025/chen2025aaai-long/}
}