Optimizing EEG Graph Structure for Seizure Detection: An Information Bottleneck and Self-Supervised Learning Approach

arXiv cs.LG / 4/3/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces IRENE, a new seizure-detection framework that jointly learns denoised dynamic EEG graph structures and spatial-temporal representations rather than relying on noisy or redundant connectivity derived from correlations or fixed similarity rules.
  • It uses an Information Bottleneck (IB) objective to encourage compact, task-relevant graphs by explicitly modeling EEG noise and improving downstream seizure detection performance.
  • To strengthen representation learning and make it structure-aware, IRENE applies a self-supervised Graph Masked AutoEncoder that reconstructs masked EEG signals using dynamic graph context.
  • The method targets key challenges in EEG seizure modeling—identifying informative nodes/edges, explaining seizure propagation in brain networks, and improving robustness to label scarcity and inter-patient variability.
  • Experiments on benchmark EEG datasets reportedly outperform state-of-the-art baselines and provide clinically meaningful insights, with code released on GitHub.

Abstract

Seizure detection from EEG signals is highly challenging due to complex spatiotemporal dynamics and extreme inter-patient variability. To model them, recent methods construct dynamic graphs via statistical correlations, predefined similarity measures, or implicit learning, yet rarely account for EEG's noisy nature. Consequently, these graphs usually contain redundant or task-irrelevant connections, undermining model performance even with state-of-the-art architectures. In this paper, we present a new perspective for EEG seizure detection: jointly learning denoised dynamic graph structures and informative spatial-temporal representations guided by the Information Bottleneck (IB). Unlike prior approaches, our graph constructor explicitly accounts for the noisy characteristics of EEG data, producing compact and reliable connectivity patterns that better support downstream seizure detection. To further enhance representation learning, we employ a self-supervised Graph Masked AutoEncoder that reconstructs masked EEG signals based on dynamic graph context, promoting structure-aware and compact representations aligned with the IB principle. Bringing things together, we introduce Information Bottleneck-guided EEG SeizuRE DetectioN via SElf-Supervised Learning (IRENE), which explicitly learns dynamic graph structures and interpretable spatial-temporal EEG representations. IRENE addresses three core challenges: (i) Identifying the most informative nodes and edges; (ii) Explaining seizure propagation in the brain network; and (iii) Enhancing robustness against label scarcity and inter-patient variability. Extensive experiments on benchmark EEG datasets demonstrate that our method outperforms state-of-the-art baselines in seizure detection and provides clinically meaningful insights into seizure dynamics. The source code is available at https://github.com/LabRAI/IRENE.