Long-Term EEG Partitioning for Seizure Onset Detection
Zheng Chen, Yasuko Matsubara, Yasushi Sakurai, Jimeng Sun
TL;DR
This paper tackles the lack of explicit seizure onset (SO) localization in EEG-based detection by reframing SO detection as a subsequence clustering problem. The authors propose SODor, a two-stage framework that first learns interpretable, channel-wise logits via a graph-based second-level representation, then enforces long-term temporal consistency through a Toeplitz graphical-lasso clustering model to identify SO transitions. The approach yields state-of-the-art performance on CHB-MIT, HUH, and TUH datasets, with notable improvements over post-processing and classification baselines and provides interpretable insights into channel interactions during seizures. Overall, SODor offers a principled, scalable method for explicit SO detection with potential clinical utility in localization and neuromodulation planning.
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.
