STEAM-EEG: Spatiotemporal EEG Analysis with Markov Transfer Fields and Attentive CNNs
Jiahao Qin, Feng Liu
TL;DR
STEAM-EEG tackles the non-stationary, noisy nature of EEG signals by integrating Singular Spectrum Analysis (SSA) based trend-seasonal decomposition, parallel 1D-CNNs with a modified cross-channel attention, and Markov Transfer Field (MTF) imaging to produce informative visual representations. The framework transforms EEG time series into SSA components, learns cross-channel features with attention, and renders spatiotemporal patterns as MTF images processed by a 2D-ResNet with split-channel attention for classification. Across diverse EEG datasets, STEAM-EEG achieves higher accuracy and F1-scores than strong baselines, with ablation showing MTF imaging as a key contributor to performance and interpretability. These results suggest STEAM-EEG can enhance EEG pattern recognition and visualization, with potential extensions to multi-channel and real-time biomedical signal analysis.
Abstract
Electroencephalogram (EEG) signals play a pivotal role in biomedical research and clinical applications, including epilepsy diagnosis, sleep disorder analysis, and brain-computer interfaces. However, the effective analysis and interpretation of these complex signals often present significant challenges. This paper presents a novel approach that integrates computer graphics techniques with biological signal pattern recognition, specifically using Markov Transfer Fields (MTFs) for EEG time series imaging. The proposed framework (STEAM-EEG) employs the capabilities of MTFs to capture the spatiotemporal dynamics of EEG signals, transforming them into visually informative images. These images are then rendered, visualised, and modelled using state-of-the-art computer graphics techniques, thereby facilitating enhanced data exploration, pattern recognition, and decision-making. The code could be accessed from GitHub.
