To validate the effectiveness of our proposed Path Adversarial Dual-Branch Network (PADB-Net) for EEG emotion recognition, we conduct comprehensive experiments under a strict subject-independent cross-domain evaluation protocol. We first compare our model with five representative state-of-the-art methods, then design four ablation models to verify the individual contributions of each component.
State-of-the-Art Comparison
To further demonstrate the stability of performance estimation and address the concern about limited test subjects per fold,
Table 2 presents the detailed metrics of the full PADB-Net model on each of the five test folds, along with the mean and standard deviation across folds.
As shown in
Table 2, performance fluctuation across the five folds is extremely small, with standard deviations below 0.5 percentage points for all evaluation metrics. This indicates that the performance estimates are highly stable and not sensitive to the selection of specific test subjects, supporting robust conclusions about the model’s cross-subject generalization ability.
We compare our model with five representative state-of-the-art methods, including traditional machine learning approaches and advanced deep learning-based domain adaptation models. All models are evaluated on the held-out target domain test set with a balanced 1:1 sample ratio for binary classification tasks [
26]. It should be noted that EmotionCLIP leverages large-scale pre-training on image-text pairs, which is not directly comparable to our model trained from scratch. Therefore, we also compare PADB-Net with another lightweight model, EEGNet-4,2 [
27] (a widely used compact EEG network), trained under exactly the same from-scratch protocol. As shown in
Table 3, PADB-Net consistently outperforms EEGNet-4,2 across all metrics, further validating that the performance gain stems from the proposed architecture and adversarial mechanisms rather than from parameter inefficiency or pre-training advantages.
As shown in
Table 3, our proposed PADB-Net outperforms all existing domain adaptation methods for EEG emotion recognition on the HybridBCI dataset. Compared with the previous best-performing method EmotionCLIP, PADB-Net achieves a 2.5 percentage point improvement in accuracy, a 5.6 percentage point improvement in sensitivity, a 2.3 percentage point improvement in specificity, and a 4.4 percentage point improvement in AUC. Notably, PADB-Net achieves this performance with only 6450 trainable parameters, which is 41.5 times smaller than EmotionCLIP and 11.2 times smaller than MTADA-GCN, demonstrating its exceptional efficiency and suitability for resource-constrained clinical deployment. These results confirm that the integration of path adversarial learning and global domain adversarial learning effectively addresses both global domain shift and fine-grained modality distribution discrepancies, significantly enhancing cross-subject generalization ability.
To further verify cross-subject generalization under a more rigorous protocol, we conduct leave-one-subject-out (LOSO) cross-validation on PADB-Net. In each fold, all samples from one subject are held out as the independent target test set, while the remaining 59 subjects are split into source training and validation sets following the same 9:1 stratified ratio. All metrics are averaged over 60 subject-specific folds. As a strict subject-independent evaluation standard for EEG analysis, LOSO fully eliminates subject-level data leakage and provides a more conservative estimate of real-world generalization performance.
Table 4 summarizes the LOSO results. PADB-Net achieves 74.0% accuracy, 81.3% AUC, 73.5% F1-score, 72.0% sensitivity and 76.0% specificity. Compared with the five-fold cross-validation results, accuracy drops by only 3.8 percentage points and AUC by 3.2 points. Such mild performance degradation under substantially reduced training data confirms that the dual-adversarial mechanism endows the model with robust cross-subject transferability.
Ablation Study
To further verify the individual contributions of the path adversarial branch and the global domain adversarial branch, we design four comparison models with identical training/validation/test splits and hyperparameter settings:
M1 (BaseCNN): Uses only the classification loss on concatenated time-domain and frequency-domain features, without any adversarial mechanism.
M2 (DANN): Adds a global domain discriminator to M1, aligning source and target domain distributions via gradient reversal.
M3 (PathAdversarial): Adds a path discriminator to M1, forcing the distributions of time-domain and frequency-domain features to be indistinguishable.
M4 (PADB-Net): Uses both domain and path discriminators, which is the complete model proposed in this paper.
Notably, both M1 and M3 do not access any target-domain data during the entire training process. The path adversarial module in M3 operates solely on the time and frequency branches within source-domain samples, requiring no prior knowledge of target subjects. Only M2 and M4 introduce unlabeled target-domain data for cross-subject distribution alignment via the domain adversarial module. All four models are trained under the same training/validation/test split and with identical hyperparameters. Evaluation results on the local test set (target domain: five healthy + three depressed subjects) are presented in
Table 5.
From
Table 5, the following observations can be made: Compared to M1, M2 (domain adversarial only) improves accuracy by 2.0 percentage points, AUC by 2.6 points, and F1 by 1.8 points, indicating that domain alignment helps cross-subject generalization. Compared to M1, M3 (path adversarial only) improves accuracy by 3.1 points, AUC by 4.5 points, sensitivity by 5.3 points, and F1 by 5.0 points, demonstrating that forcing time-frequency distribution alignment enhances multi-modal fusion and is especially beneficial for detecting positive emotions. More importantly, the results verify the model’s reasonable generalization ability even when the target domain is completely unseen during training. Without any access to target-subject data, the baseline model M1 achieves an accuracy of 72.3%, and the path-adversarial-only model M3 further improves the accuracy to 75.4% exclusively by optimizing time-frequency feature complementarity. This confirms that the dual-branch architecture and path adversarial mechanism can enhance cross-subject transferability without relying on target-domain information. The domain adversarial module then brings additional performance gains on this basis, pushing the accuracy to 77.8% by leveraging unlabeled target-domain data for global distribution alignment. The complete model PADB-Net (M4) outperforms all other models across every metric. Compared to M1, it achieves a 5.5-point increase in accuracy, a 6.6-point increase in AUC, a 7.5-point increase in F1, a 7.2-point increase in sensitivity, and an 8.8-point increase in specificity. Notably, M4 achieves the highest sensitivity (0.797) and specificity (0.788) simultaneously, indicating an optimal balance between detecting positive and neutral emotions.
M3 (path only) yields significantly higher sensitivity (0.778) than M2 (0.733), while M2 achieves slightly lower specificity (0.724) compared to M3 (0.754). The path adversarial mechanism is more beneficial for improving the recall of the positive class (positive emotions), whereas the domain adversarial mechanism helps maintain high specificity. When used jointly, the two mechanisms complement each other, achieving optimal performance across all metrics.
To verify whether the observed performance differences in the ablation study are statistically significant rather than attributable to sample variability, we conducted paired t-tests on the core accuracy metric across the five subject-independent cross-validation folds. All ablation models were trained and evaluated on exactly the same data splits, forming a paired experimental design that eliminates confounding from different test set compositions. Bonferroni correction was applied to control the family-wise error rate for multiple pairwise comparisons.
As shown in
Table 6, the full model M4 achieves highly significant improvements over all three ablation baselines, with all Bonferroni-corrected
p-values below 0.001. The result robustly confirms that the performance gains from the domain adversarial module, the path adversarial module, and their synergistic combination are genuine and stable, and cannot be explained by random fluctuation of cross-validation splits.
To provide experimental evidence for the single-branch dominance problem in dual-branch fusion and verify the regulatory effect of the path adversarial module, we conducted controlled single-branch independent testing. We selected M2 (equipped with the domain adversarial module only, no path adversarial) and M4 (full dual-adversarial model) for comparison. The two models share identical backbone structures and domain adversarial settings, with the only variable being the presence of the path adversarial module. During testing, samples were fed exclusively through the time-domain branch or the frequency-domain branch to evaluate the independent classification performance of each branch.
As shown in
Table 7, without the path adversarial module, there is severe performance imbalance between the two branches. The frequency-domain branch significantly outperforms the time-domain branch across most metrics, particularly in sensitivity with a gap of 20.84 percentage points. This confirms that in the absence of distribution alignment constraints, the model relies heavily on frequency-domain features during fusion, while the discriminative information of the time-domain branch is not fully exploited, leading to the single-branch dominance problem described in the introduction.
After introducing the path adversarial module, the performance of both branches is substantially improved, and more importantly, the performance gap between the two branches is greatly narrowed. The accuracy gap drops from 8.33 to 2.07 percentage points, and the sensitivity gap shrinks from 20.84 to 2.26 percentage points. This result directly demonstrates that the path adversarial module effectively aligns the feature distributions of the time and frequency branches, forces the two branches to learn complementary representations, and avoids the situation where a single branch dominates the fusion process. The balanced dual-branch learning also provides more sufficient discriminative information for final feature fusion, which is an important mechanism for the overall performance improvement of the full model.
To visually verify the distribution alignment effect of the path adversarial module, we employ t-distributed stochastic neighbor embedding (t-SNE) to project the high-dimensional features of the time-domain and frequency-domain branches into a two-dimensional space. As shown in
Figure 5, samples of the same emotion category from the two branches are highly mixed and overlapping: neutral samples (blue) from both the time branch (circles) and frequency branch (triangles) cluster into a single coherent group, and positive samples (orange) from the two branches also form a tightly merged cluster.
This phenomenon indicates that the path adversarial module effectively aligns the feature distributions of the time and frequency branches in the latent space, making the branch origin of features indistinguishable, which matches the adversarial equilibrium where the path discriminator approaches random guessing. Meanwhile, the neutral and positive emotion clusters remain clearly separated with a distinct decision boundary, demonstrating that distribution alignment does not damage the discriminative information of emotion categories. This visual evidence is consistent with the quantitative results in
Table 7: the path adversarial module narrows the performance gap between the two branches while preserving and enhancing overall emotion discrimination ability.