CSSSTN: A Class-sensitive Subject-to-subject Semantic Style Transfer Network for EEG Classification in RSVP Tasks
Ziyue Yang, Chengrui Chen, Yong Peng, Qiong Chen, Wanzeng Kong
TL;DR
CSSSTN tackles cross-subject variability and BCI illiteracy in RSVP-EEG by employing a class-sensitive subject-to-subject semantic style transfer that aligns features per class between golden and target subjects. It extends SSSTN with a three-phase framework, subject-specific classifiers, a generator with self-attention, class templates, and a triad of losses (style, content, semantic) plus an ensemble predictor to fuse source and target decisions. Across the Tsinghua and HDU RSVP datasets, CSSSTN achieves mean balanced accuracy gains of 6.4% and 3.5% over state-of-the-art baselines, respectively, and can operate with as little as 25% of target data, significantly reducing calibration effort. Ablation studies and t-SNE visualizations validate the importance of class-sensitive transfer and lower-layer features for robust cross-subject transfer, supporting CSSSTN’s practical applicability in real-world RSVP-EEG BCI systems.
Abstract
The Rapid Serial Visual Presentation (RSVP) paradigm represents a promising application of electroencephalography (EEG) in Brain-Computer Interface (BCI) systems. However, cross-subject variability remains a critical challenge, particularly for BCI-illiterate users who struggle to effectively interact with these systems. To address this issue, we propose the Class-Sensitive Subject-to-Subject Semantic Style Transfer Network (CSSSTN), which incorporates a class-sensitive approach to align feature distributions between golden subjects (BCI experts) and target (BCI-illiterate) users on a class-by-class basis. Building on the SSSTN framework, CSSSTN incorporates three key components: (1) subject-specific classifier training, (2) a unique style loss to transfer class-discriminative features while preserving semantic information through a modified content loss, and (3) an ensemble approach to integrate predictions from both source and target domains. We evaluated CSSSTN using both a publicly available dataset and a self-collected dataset. Experimental results demonstrate that CSSSTN outperforms state-of-the-art methods, achieving mean balanced accuracy improvements of 6.4\% on the Tsinghua dataset and 3.5\% on the HDU dataset, with notable benefits for BCI-illiterate users. Ablation studies confirm the effectiveness of each component, particularly the class-sensitive transfer and the use of lower-layer features, which enhance transfer performance and mitigate negative transfer. Additionally, CSSSTN achieves competitive results with minimal target data, reducing calibration time and effort. These findings highlight the practical potential of CSSSTN for real-world BCI applications, offering a robust and scalable solution to improve the performance of BCI-illiterate users while minimizing reliance on extensive training data. Our code is available at https://github.com/ziyuey/CSSSTN.
