EvoBrain: Dynamic Multi-Channel EEG Graph Modeling for Time-Evolving Brain Networks
Rikuto Kotoge, Zheng Chen, Tasuku Kimura, Yasuko Matsubara, Takufumi Yanagisawa, Haruhiko Kishima, Yasushi Sakurai
TL;DR
EvoBrain introduces explicit dynamic multi-channel EEG graphs and a time-then-graph processing framework to model evolving brain networks for seizure detection and early prediction. It builds per-snapshot graphs from frequency-domain EEG features using cross-correlation, and applies a two-stream Mamba temporal model followed by a Laplacian-encoded GCN to capture spatiotemporal dynamics. The work provides a 1-WL based expressivity analysis showing explicit dynamic modeling and time-then-graph architectures strictly outperform alternatives, and demonstrates substantial AUROC and F1 improvements with far fewer parameters than large foundation models. Empirically, EvoBrain achieves state-of-the-art performance among lightweight dynamic GNNs and shows clinically relevant patterns in learned networks, suggesting potential for SOZ localization and neuromodulation planning while remaining computationally efficient.
Abstract
Dynamic GNNs, which integrate temporal and spatial features in Electroencephalography (EEG) data, have shown great potential in automating seizure detection. However, fully capturing the underlying dynamics necessary to represent brain states, such as seizure and non-seizure, remains a non-trivial task and presents two fundamental challenges. First, most existing dynamic GNN methods are built on temporally fixed static graphs, which fail to reflect the evolving nature of brain connectivity during seizure progression. Second, current efforts to jointly model temporal signals and graph structures and, more importantly, their interactions remain nascent, often resulting in inconsistent performance. To address these challenges, we present the first theoretical analysis of these two problems, demonstrating the effectiveness and necessity of explicit dynamic modeling and time-then-graph dynamic GNN method. Building on these insights, we propose EvoBrain, a novel seizure detection model that integrates a two-stream Mamba architecture with a GCN enhanced by Laplacian Positional Encoding, following neurological insights. Moreover, EvoBrain incorporates explicitly dynamic graph structures, allowing both nodes and edges to evolve over time. Our contributions include (a) a theoretical analysis proving the expressivity advantage of explicit dynamic modeling and time-then-graph over other approaches, (b) a novel and efficient model that significantly improves AUROC by 23% and F1 score by 30%, compared with the dynamic GNN baseline, and (c) broad evaluations of our method on the challenging early seizure prediction tasks.
