Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

PTSM: Physiology-aware and Task-invariant Spatio-temporal Modeling for Cross-Subject EEG Decoding

Created by
  • Haebom

Author

Changhong Jing, Yan Liu, Shuqiang Wang, Bruce X. B. Yu, Gong Chen, Zhejing Hu, Zhi Zhang, Yanyan Shen

Outline

This paper proposes a novel framework, Physiology-aware and Task-invariant Spatio-temporal Modeling (PTSM), to address the cross-subject electroencephalogram (EEG) decoding challenge, a critical challenge in brain-computer interface (BCI) research. PTSM utilizes a dual-branch masking mechanism that simultaneously learns individual-specific and task-related common features to enable interpretable and robust cross-subject EEG decoding. By decomposing masks in both temporal and spatial dimensions, PTSM fine-tunes dynamic EEG patterns while reducing computational overhead. Furthermore, it applies information-theoretic constraints to decompose latent embeddings into task- and subject-specific subspaces, addressing the representational entanglement problem. A multi-objective loss function is used to integrate classification, contrast, and separation objectives for model optimization. Extensive experiments on a cross-subject motion image dataset demonstrate that PTSM achieves robust zero-shot generalization performance, outperforming state-of-the-art baseline models. These results highlight the effectiveness of decoupled neural representations in achieving personalized and transferable decoding in abnormal neurophysiological environments.

Takeaways, Limitations

Takeaways:
Improving cross-subject EEG decoding performance via a dual-branch masking mechanism that simultaneously learns individual features and task-related common features.
Solving the representational entanglement problem and increasing interpretability through information-theoretic constraints.
Excellent zero-shot generalization performance achieves high performance without subject-specific correction.
Suggesting the possibility of effective decoding even in abnormal neurophysiological environments.
Limitations:
The generalization performance of the proposed PTSM may be limited to specific datasets.
Additional experiments with different types of EEG data and tasks are needed.
Further consideration is needed regarding computational cost and model complexity.
Further research is needed on optimization of mask decomposition methods and parameter tuning of information-theoretic constraints.
👍