Open Access
ARTICLE
A Multi-Specialist Stacking Decoder of Cognitive Workload and a Decomposition of the Limits of Cross-Dataset Transfer in Electroencephalography
1 Digital Business Study Program, Akademi Digital Bandung, Jl. Rancamekar Blok Lio, Bandung, West Java, Indonesia
2 Department of Informatics Engineering, Universitas Logistik dan Bisnis Internasional, Jl. Sariasih No. 54, Sarijadi, Sukasari, Bandung, West Java, Indonesia
3 Software Engineering Technology Study Program, Akademi Digital Bandung, Jl. Rancamekar Blok Lio, Bandung, West Java, Indonesia
* Corresponding Author: Sugeng Rifqi Mubaroq. Email:
Intelligent Automation & Soft Computing 2026, 41, 27-46. https://doi.org/10.32604/iasc.2026.088039
Received 27 June 2026; Accepted 21 July 2026; Issue published 11 August 2026
Abstract
Decoding cognitive workload from electroencephalography (EEG) underpins passive brain–computer interfaces and adaptive learning technology, yet practical decoders share two weaknesses: they rely on a single family of features, and their accuracy collapses on recordings from an unfamiliar device, montage, or task. We address both. We first build a multi-specialist stacking decoder that fuses complementary spectral, Riemannian, and spatial views through a meta-learner. Evaluated across two public corpora under the leave-one-subject-out MOABB benchmarking protocol, it outperforms the best single specialist on the binary workload contrasts, and the strongest of these effects survives family-wide false-discovery-rate correction. The leading view switches between datasets, which is why single-view decoders are brittle. Effect-size profiling further shows that the decoders track the canonical neural signature of load: rising theta and falling alpha power. We then ask how workload models transfer between corpora. Naive pooling degrades accuracy, and we trace this negative transfer to two causes: the corpora label workload differently, and their signals differ at the device level, a component we corroborate with a third research-grade dataset that varies task and site while holding the device class fixed. Harmonizing the labels and applying class-conditional alignment then restores a small positive transfer, though only in one direction: COG-BCI benefits from Simultaneous Task EEG Workload (STEW), not the reverse. Rather than a headline accuracy figure, our contribution is an evidence-based account of when, and why, pooling EEG datasets is worthwhile.Keywords
In safety-critical and cognitively demanding settings, from aviation and industrial process control to driving and classroom learning, human performance falters once task demand drives an operator’s mental workload beyond the level they can sustain [1,2]. Detecting objectively and in real time that an operator or learner is approaching this limit is a prerequisite for technology that can intervene before errors occur, such as passive brain–computer interfaces (BCIs) that offload an overloaded user or tutoring systems that adapt their pace to a learner’s cognitive load [3]. Yet mental workload has resisted reliable, objective measurement for decades and remains notoriously difficult to operationalize outside the laboratory [1]. Electroencephalography (EEG) offers the most practical window onto this state: portable, inexpensive relative to functional magnetic resonance imaging and magnetoencephalography, and directly sensitive to load-related cortical dynamics. Decades of cognitive neuroscience have mapped a robust spectral signature of workload: frontal-midline theta (
Two obstacles, however, limit translational impact. First, the dominant EEG feature families (spectral power, Riemannian covariance geometry, and spatial filters) capture complementary information, yet most studies commit to a single family. There is no principled, adaptive mechanism that exploits whichever view is most informative for a given recording, even though the optimal view plausibly varies with montage, noise, and task. Second, decoders rarely generalize across datasets. Differences in acquisition hardware (research amplifiers vs. consumer headsets), electrode montage and count, sampling rate, and the operational definition of “workload” itself mean that a model trained on one corpus typically fails on another, a data scarcity through non-transferability that is acute in applied neuroscience, where assembling large labeled cohorts is costly.
Two recent threads promise progress but remain underexploited for this problem. Multi-view ensemble learning, which combines complementary specialist models through a learned meta-classifier, is well established elsewhere but is rarely used for EEG workload decoding, where the choice of feature view is typically fixed in advance. Separately, EEG foundation models [9–11] and domain adaptation [12] promise cross-dataset generalization, yet a 2026 critical review [13] finds foundation-model generalizability largely undemonstrated, and prior work has not characterized cognitive-workload transfer between these heterogeneous datasets.
This paper makes three contributions. The individual techniques we use (stacking, foundation-model embeddings, class-conditional adaptation, and geometric alignment) are adopted, established methods; our contribution is diagnostic and empirical.
1. A multi-specialist stacking decoder for EEG cognitive-workload decoding that combines three complementary feature specialists through a meta-learner trained on out-of-fold predictions. We show it outperforms the best single specialist on the binary workload contrasts (significant, and surviving family-wide false-discovery-rate correction on COG-BCI binary workload), a target-dependent effect grounded in per-subject effect size rather than in a single threshold-crossing
2. A systematic, reproducible characterization of cross-dataset transfer for cognitive workload (COG-BCI
3. A method recipe that restores positive transfer: construct harmonization
We report modest effects. Our aim is a rigorous account of when and why multi-dataset EEG integration helps, not an inflated accuracy claim; we argue this characterization is itself the contribution.
2.1 EEG Cognitive-Workload Decoding
Workload decoding traditionally relies on band-power features grounded in the theta/alpha signature, classified by support vector machines (SVMs) or random forests, or on covariance-based Riemannian pipelines that have proven strong for small-sample BCI. Deep models raise within-dataset accuracy but are data-hungry and prone to subject overfitting; these include convolutional neural networks (CNNs), long short-term memory networks, and transformers. Across studies, no single representation dominates, which motivates ensembles; prior work has largely explored these as fixed combinations, not learned stacking.
Self-supervised models pretrained on large heterogeneous EEG corpora (CBraMod [9], LaBraM [10], EEGPT [11]) are architecturally designed to ingest variable channel counts and lengths via patch tokenization and conditional positional encoding, directly targeting montage heterogeneity. However, a critical review [13] reports that many evaluations are in-sample and that larger models do not guarantee better generalization; none target cognitive-workload cross-montage transfer. A 2026 systematic channel-adaptation benchmark [14] further shows naive supervised fine-tuning causes negative transfer in
2.3 Domain Adaptation and Geometric Alignment
A central insight, formalized by cdaDA [12], is that EEG domain alignment must be class-conditional: aligning only the global (marginal) distribution degrades workload-discriminative structure. Cross-subject methods such as CS-DASA [15] report sizeable gains within a single dataset. Geometric approaches (Riemannian Procrustes Analysis [16] and Euclidean Alignment [17]) align covariance distributions on the symmetric positive-definite (SPD) manifold, but their re-centering/translation step removes the covariance-magnitude information in which the workload signal partly resides, as we confirm. Note that these results are cross-subject within one dataset, not cross-dataset.
Prior work has not characterized COG-BCI
COG-BCI [7]: 29 participants
3.2 Preprocessing and Quality Control
We used MNE-Python [19] with a config-driven, non-destructive pipeline. After a notch filter and
3.3 Cross-Dataset Feature Harmonization
To make features comparable across datasets (a prerequisite for transfer), both were projected onto the 14 Emotiv channels common to both montages (AF3, F7, F3, FC5, T7, P7, O1, O2, P8, T8, FC6, F4, F8, AF4) and resampled to a common
3.4 Multi-Specialist Stacking Decoder
The decoder (Fig. 1) comprises three specialist modules, each consuming one feature view: spectral (radial-basis-function (RBF) SVM on PSD), Riemannian (tangent-space mapping [22]

Figure 1: Multi-specialist stacking decoder: three complementary EEG feature views fused by a meta-learner.
3.5 Cross-Dataset Transfer Methods
We evaluated, in increasing sophistication: (a) naive pooling (concatenate source and target training data); (b) Riemannian re-centering (TLCenter, recentering each domain’s covariances to identity); (c) multi-task shared-backbone, a neural network with a shared trunk and dataset-specific heads, so label semantics need not match; and (d) foundation-model frozen-encoder probing, using CBraMod [9] (encoder frozen) producing 200-dimensional embeddings (the native embedding width of the pretrained braindecode/cbramod-pretrained encoder, mean-pooled over channels and time patches, not a separate dimensionality reduction; mean-plus-std pooling would give 400), followed by a linear probe, optionally with class-conditional domain adaptation: per-class mean alignment, and a class-conditional correlation-alignment (CORAL) [24] variant aligning per-class mean and covariance (a second-order control). To isolate the role of label semantics we defined a construct-harmonized (“extreme”) labeling: COG-BCI low
All decoding follows the Mother of All BCI Benchmarks (MOABB) cross-subject benchmarking protocol [27]: evaluation is leave-one-subject-out, so each subject is held out in turn and scored individually, yielding one score per subject (
We first establish within-dataset decoding and ground it in known neurophysiology, then turn to cross-dataset transfer: why naive methods fail, how the failure decomposes into a construct-mismatch and a device component, and when integration can be made positive. Throughout, validation is leave-one-subject-out (no subject appears in both train and test), the most stringent regime for clinical/applied EEG, and every headline comparison is scored per subject and repeated over three subsamples.
4.1 Within-Dataset Decoding and the Stacking Decoder
Under the LOSO protocol the stacking decoder’s advantage over the best single specialist is genuine but target-dependent (Table 1), and which specialist it must beat changes with the dataset (CSP for STEW, Riemannian for COG-BCI), confirming that no single view is universally best. The advantage is clearest on the binary workload contrasts. On COG-BCI binary workload the decoder reached AUC

4.2 Ablation: Component Contribution and the “Dominant” Specialist
We define the dominant specialist by a single explicit criterion: the leave-one-view-out drop, i.e., the view whose removal most degrades the full stacked decoder (its marginal contribution to the ensemble), and apply it consistently (Table 2, per-subject AUC under the LOSO protocol). Under this protocol the criterion agrees with the highest-standalone view on both datasets: for STEW the dominant view is CSP (removal costs

4.3 Comparison with End-to-End Deep Architectures
To place the stacking decoder against modern end-to-end baselines under identical settings, we trained a compact EEGNet convolutional encoder and an EEG-Conformer (a convolutional transformer) [28] on the same harmonized 14-channel epochs, cross-subject LOSO, per-subject scored (Table 3). No single model dominates: on STEW the two end-to-end models modestly exceed the stacking decoder on AUC (

4.4 Neurophysiological Interpretability
To check that the decoders exploit genuine physiology and not artifacts, we computed Cohen’s

Figure 2: Neurophysiological signature of workload (Cohen’s
4.5 Cross-Dataset Transfer Baselines Fail
Naive pooling produced negative transfer in both directions: a model trained on pooled source
4.6 Decomposing the Failure: Construct Mismatch vs. Domain Shift
Because COG-BCI and STEW operationalize “workload” differently (graded cognitive tasks vs. a single multitasking block), we tested whether harmonizing the label construct helps (Table 4). It did: for STEW the negative transfer shrank from

4.7 Foundation Model: Normalization Study and a Recipe for Positive Transfer
Input normalization proved decisive for the foundation model. Under the LOSO protocol (Table 5) within-dataset STEW macro-F1 ranged from



Combining the z-score encoder, the harmonized construct, and class-conditional domain adaptation gave a small positive transfer on the frozen CBraMod embedding space under LOSO (Table 6): COG-BCI workload improved from single-dataset

Figure 3: Cross-dataset transfer under LOSO: naive pooling degrades, class-conditional alignment recovers (PSD, macro-F1).
4.8 Transfer Is Model-Class-Dependent: A Learned Deep Encoder
The transfer behavior above was obtained with fixed (PSD) or frozen (foundation-model) features. To test whether a learned, end-to-end representation behaves differently, we trained the compact EEGNet encoder directly on the harmonized epochs and compared three regimes per target: target-only training (single), naive pooling of source and target (pool, i.e.,

Synthesizing across all three representation regimes (Table 9), what helps cross-dataset transfer depends on the model class. With fixed linear features, naive pooling hurts robustly (surviving FDR) and class-conditional alignment is required to recover. This recovery is significant and reproducible across all three subsamples. With frozen foundation-model embeddings, pooling is mildly negative and class-conditional adaptation yields a small, directional positive transfer. With an end-to-end deep encoder, pooling is neutral for STEW and mildly negative for COG-BCI, never positive, and a nested-

4.9 De-Confounding the Device Attribution with a Third Dataset
The decomposition above attributes the residual, construct-invariant transfer gap to device/signal domain shift, but with only COG-BCI (research-grade) and STEW (consumer) that attribution is confounded: the two corpora also differ in task, site, channel count and preprocessing. To separate the device factor from the task/site confound we added a third dataset, ds003838 (an auditory digit-span working-memory study; 64-channel research-grade EEG recorded at a different laboratory), which shares the research-grade device class with COG-BCI but differs in task and site. If the residual gap were merely a task/site artifact, matching the task should matter more than matching the device; if it is device-driven, matching the device class should transfer better even across tasks. The latter holds (Table 10): under the LOSO protocol, scoring each held-out target subject on the harmonized PSD space, device-matched transfer (research

This study set out to answer three questions. Does multi-specialist stacking improve workload decoding over a single feature view, and why? Why does cross-dataset transfer between heterogeneous corpora fail, and can that failure be decomposed? And can multi-dataset integration be made to help rather than hurt? We take each in turn and position our answers against recent work.
5.1 Multi-Specialist Stacking Is a Dependable Framing for Neural Decoding
Because the most informative feature view differs by dataset (Tables 1 and 2), a stacking meta-learner that weights specialists tracks the best representation per dataset and does not fall below the best single view on any target we evaluated, unlike any fixed single-view decoder. The gain over the best specialist is target-dependent: it is significant on the binary workload contrasts, surviving family-wide FDR correction on COG-BCI binary workload (
5.2 Why Cross-Dataset Transfer Is Hard, and What the Decomposition Reveals
The transfer failure is real and decomposable into two distinct, separately measurable causes. (i) Construct mismatch: harmonizing the label definition substantially reduced the negative transfer, so part of the failure is simply that the two corpora label different mental states “high workload.” (ii) Domain shift: the residual deficit persisted under harmonization and was unchanged by second-order (covariance) alignment.
That CORAL did not improve over first-order mean alignment is the most informative negative result here, and it speaks directly to an active domain-adaptation debate. A foundational principle, formalized for adversarial adaptation by Long et al. [31] (conditioning the alignment on classifier predictions through multilinear and entropy conditioning) and for EEG specifically by cdaDA [12], holds that aligning the marginal distribution is insufficient and that the class-conditional distribution must be matched. Our results refine this principle empirically: for EEG-embedding workload transfer the transferable discriminative structure is carried by a class-conditional mean shift, while conditional covariance carries no additional recoverable signal. Cheap first-order class-conditional correction was therefore both necessary and sufficient; the more expensive second-order alignment (CORAL [24]) and adversarial feature matching [26] added nothing. The benefit of class-conditional alignment over naive pooling is a significant, FDR-surviving effect (
The decomposition also reframes the wider negative-transfer literature. Multi-source EEG methods increasingly mitigate negative transfer by selecting or re-weighting source domains, e.g., the Multi-source Selective Graph Domain Adaptation Network [32], which down-weights dissimilar sources to avoid harmful transfer. Our finding is complementary and, we argue, more diagnostic: rather than asking which source to admit, we ask why a given source hurts, and separate a fixable cause (construct) from a residual physical cause (device). We test the device attribution directly with a third research-grade dataset: because ds003838 shares COG-BCI’s research-grade device class but differs in task and site, it lets us vary the task/site confound while holding device fixed, and device-matched transfer nonetheless exceeds cross-device transfer by
5.3 Positive Transfer Is Achievable, but Model-Class-Dependent
Multi-dataset integration can be turned positive, but the outcome is governed by the interaction of three factors: the label construct, the conditional (class-wise) distribution, and the model class. The same naive pooling that caused robust negative transfer for fixed linear features was, for an end-to-end deep encoder, merely neutral on STEW (
5.4 Foundation Models in Practice
Frozen CBraMod embeddings approached but did not surpass hand-crafted PSD features (best CBraMod STEW macro-F1
5.5 Positioning Relative to Reported State-of-the-Art Accuracy
Absolute accuracies in the applied workload literature can appear far higher than ours: a hybrid autoencoder–CNN–gradient-boosting model reports average accuracies around
We used linear probes and avoided deep fine-tuning, and the transfer analysis rests on three public datasets. Adopting the leave-one-subject-out MOABB protocol places the statistical evidence on the per-subject distribution (
5.7 Deployment and Generalization
The decoders are cheap enough for edge use: the classical specialists are linear probes over low-dimensional features, and the deep encoder has only 3764 parameters and runs at
We presented a multi-specialist stacking EEG decoder that combines three complementary feature specialists through a meta-learner. Under the leave-one-subject-out MOABB protocol it outperforms single-view specialists on the binary workload contrasts, a target-dependent gain that is significant and, on COG-BCI binary workload, survives family-wide FDR correction. Its performance also tracks the canonical neurophysiological signature of workload. We then provided a systematic account of cross-dataset cognitive-workload transfer between COG-BCI and STEW. Multi-dataset integration can help, though only asymmetrically: class-conditional alignment, combined with construct harmonization, turns transfer positive on the interpretable PSD features, where its advantage over naive pooling of
Acknowledgement: None.
Funding Statement:: This research was funded by the Ministry of Higher Education, Science, and Technology of the Republic of Indonesia (Kementerian Pendidikan Tinggi, Sains, dan Teknologi, Kemendiktisaintek) under the Penelitian Fundamental Reguler scheme, Fiscal Year 2026, grant numbers 283/C3/DT.05.00/PL-BARU/2026, 1529/LL4/PG/2026, and 400A/ADB.WD2/SU/KU/2026.
Author Contributions: The authors confirm contribution to the paper as follows: conceptualization, Sugeng Rifqi Mubaroq and Rolly Maulana Awangga; methodology, Sugeng Rifqi Mubaroq; software, Sugeng Rifqi Mubaroq and Tegar Ditya Pragama; validation, Sugeng Rifqi Mubaroq, Tegar Ditya Pragama and Sidiq Fathummubin; formal analysis, Sugeng Rifqi Mubaroq and Sidiq Fathummubin; data curation, Sugeng Rifqi Mubaroq and Tegar Ditya Pragama; writing, original draft preparation, Sugeng Rifqi Mubaroq and Ali Yusuf Abdulhaq; writing, review and editing, Rolly Maulana Awangga and Ali Yusuf Abdulhaq; supervision and funding acquisition, Rolly Maulana Awangga. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The datasets analyzed in this study are publicly available: COG-BCI (CC-BY-4.0) at https://doi.org/10.5281/zenodo.6874129, STEW (IEEE DataPort) at https://doi.org/10.21227/44r8-ya50, and ds003838 (OpenNeuro, CC0) at https://doi.org/10.18112/openneuro.ds003838.v1.0.2. The analysis code is available at https://github.com/AgentiAI-neural-decoding/agentic-eeg-decoder and will be released publicly upon publication.
Ethics Approval: Not applicable. This study is a secondary analysis of publicly available, fully de-identified EEG datasets (COG-BCI, STEW, and ds003838), whose original collection was approved by the respective providers’ ethics committees and conducted with participant informed consent. No new data were collected and no identifiable human data were processed.
Conflicts of Interest: The authors declare no conflicts of interest.
Appendix A Hyperparameters

Appendix B Family-Wide Multiple-Comparison Correction
Table A2 lists every hypothesis test reported in the paper with its raw

References
1. Young MS, Brookhuis KA, Wickens CD, Hancock PA. State of science: mental workload in ergonomics. Ergonomics. 2015;58(1):1–17. doi:10.1080/00140139.2014.956151. [Google Scholar] [PubMed] [CrossRef]
2. Dehais F, Lafont A, Roy RN, Fairclough S. A neuroergonomics approach to mental workload, engagement and human performance. Front Neurosci. 2020;14:268. doi:10.3389/fnins.2020.00268. [Google Scholar] [PubMed] [CrossRef]
3. Beauchemin N, Charland P, Karran A, Boasen J, Tadson B, Sénécal S, et al. Enhancing learning experiences: EEG-based passive BCI system adapts learning speed to cognitive load in real-time. Front Hum Neurosci. 2024;18:1416683. doi:10.3389/fnhum.2024.1416683. [Google Scholar] [CrossRef]
4. Klimesch W. EEG alpha and theta oscillations reflect cognitive and memory performance: a review and analysis. Brain Res Rev. 1999;29(2–3):169–95. doi:10.1016/S0165-0173(98)00056-3. [Google Scholar] [PubMed] [CrossRef]
5. Gevins A, Smith ME. Neurophysiological measures of cognitive workload during human–computer interaction. Theor Issues Ergon Sci. 2003;4(1–2):113–31. doi:10.1080/14639220210159717. [Google Scholar] [CrossRef]
6. Kingphai K, Moshfeghi Y. Mental workload assessment using deep learning models from EEG signals: a systematic review. IEEE Trans Cogn Dev Syst. 2025;17(1):40–60. doi:10.1109/tcds.2024.3460750. [Google Scholar] [CrossRef]
7. Hinss MF, Jahanpour ES, Somon B, Pluchon L, Dehais F, Roy RN. Open multi-session and multi-task EEG cognitive dataset for passive brain–computer interface applications. Sci Data. 2023;10(1):85. doi:10.1038/s41597-022-01898-y. [Google Scholar] [CrossRef]
8. Lim WL, Sourina O, Wang L. STEW: simultaneous task EEG workload dataset. IEEE Trans Neural Syst Rehabil Eng. 2018;26(11):2106–14. doi:10.1109/TNSRE.2018.2872924. [Google Scholar] [PubMed] [CrossRef]
9. Wang J, Zhao S, Luo Z, Zhou Y, Jiang H, Li S, et al. CBraMod: a criss-cross brain foundation model for EEG decoding. In: Proceedings of the International Conference on Learning Representations (ICLR); 2025 Apr 24–28; Singapore. p. 62056–92. doi:10.48550/arXiv.2412.07236. [Google Scholar] [CrossRef]
10. Jiang WB, Zhao LM, Lu BL. Large brain model for learning generic representations with tremendous EEG data in BCI. In: Proceedings of the International Conference on Learning Representations (ICLR); 2024 May 7–11; Vienna, Austria. doi:10.48550/arXiv.2405.18765. [Google Scholar] [CrossRef]
11. Wang G, Liu W, He Y, Xu C, Ma L, Li H. EEGPT: pretrained transformer for universal and reliable representation of EEG signals. In: Proceedings of the 38th International Conference on Neural Information Processing Systems; 2024 Dec 10–15; Vancouver, BC, Canada. Vol. 37, p. 39249–80. doi:10.52202/079017-1239. [Google Scholar] [CrossRef]
12. Zhou Y, Wang P, Gong P, Wan P, Wen X, Zhang D. Cross-subject mental workload recognition using bi-classifier domain adversarial learning. Cogn Neurodyn. 2025;19(1):16. doi:10.1007/s11571-024-10215-9. [Google Scholar] [PubMed] [CrossRef]
13. Kuruppu G, Wagh N, Kremen V, Varatharajah Y. EEG foundation models: a critical review of current progress and future directions. J Neural Eng. 2026;23(2):021001. doi:10.1088/1741-2552/ae4455. [Google Scholar] [PubMed] [CrossRef]
14. Kokate K, Aristimunha B, Truong D, Delorme A. Channel adaptation for EEG foundation models: a systematic benchmark across architectures, tasks, and training regimes. arXiv:2604.23091. 2026. doi:10.48550/arXiv.2604.23091. [Google Scholar] [CrossRef]
15. Chen J, Li S, Pi D. Cross-subject domain adaptation for classifying working memory load with multi-frame EEG images. J Supercomput. 2025;81(13):1272. doi:10.1007/s11227-025-07748-z. [Google Scholar] [CrossRef]
16. Rodrigues PLC, Jutten C, Congedo M. Riemannian Procrustes analysis: transfer learning for BCIs. IEEE Trans Biomed Eng. 2019;66(8):2390–401. doi:10.1109/TBME.2018.2889705. [Google Scholar] [CrossRef]
17. He H, Wu D. Transfer learning for brain–computer interfaces: a Euclidean space data alignment approach. IEEE Trans Biomed Eng. 2020;67(2):399–410. doi:10.1109/TBME.2019.2913914. [Google Scholar] [CrossRef]
18. Pavlov YG, Kasanov D, Kosachenko AI, Kotyusov AI, Busch NA. Pupillometry and electroencephalography in the digit span task. Sci Data. 2022;9(1):325. doi:10.1038/s41597-022-01414-2. [Google Scholar] [PubMed] [CrossRef]
19. Gramfort A, Luessi M, Larson E, Engemann DA, Strohmeier D, Brodbeck C, et al. MNE software for processing MEG and EEG data. NeuroImage. 2014;86(2):446–60. doi:10.1016/j.neuroimage.2013.10.027. [Google Scholar] [PubMed] [CrossRef]
20. Pion-Tonachini L, Kreutz-Delgado K, Makeig S. ICLabel: an automated electroencephalographic independent component classifier, dataset, and website. NeuroImage. 2019;198(5):181–97. doi:10.1016/j.neuroimage.2019.05.026. [Google Scholar] [PubMed] [CrossRef]
21. Bigdely-Shamlo N, Mullen T, Kothe C, Su KM, Robbins KA. The PREP pipeline: standardized preprocessing for large-scale EEG analysis. Front Neuroinform. 2015;9:16. doi:10.3389/fninf.2015.00016. [Google Scholar] [PubMed] [CrossRef]
22. Barachant A, Bonnet S, Congedo M, Jutten C. Multiclass brain–computer interface classification by Riemannian geometry. IEEE Trans Biomed Eng. 2012;59(4):920–8. doi:10.1109/TBME.2011.2172210. [Google Scholar] [CrossRef]
23. Wolpert DH. Stacked generalization. Neural Netw. 1992;5(2):241–59. doi:10.1016/S0893-6080(05)80023-1. [Google Scholar] [CrossRef]
24. Sun B, Saenko K. Deep CORAL: correlation alignment for deep domain adaptation. In: Computer Vision–ECCV 2016 Workshops. Lecture Notes in Computer Science. Vol. 9915. Berlin/Heidelberg, Germany: Springer; 2016. p. 443–50. doi:10.1007/978-3-319-49409-8_35. [Google Scholar] [CrossRef]
25. Lawhern VJ, Solon AJ, Waytowich NR, Gordon SM, Hung CP, Lance BJ. EEGNet: a compact convolutional neural network for EEG-based brain-computer interfaces. J Neural Eng. 2018;15(5):056013. doi:10.1088/1741-2552/aace8c. [Google Scholar] [PubMed] [CrossRef]
26. Ganin Y, Ustinova E, Ajakan H, Germain P, Larochelle H, Laviolette F, et al. Domain-adversarial training of neural networks. J Mach Learn Res. 2016;17(59):1–35. doi:10.1007/978-3-319-58347-1_10. [Google Scholar] [CrossRef]
27. Jayaram V, Barachant A. MOABB: trustworthy algorithm benchmarking for BCIs. J Neural Eng. 2018;15(6):066011. doi:10.1088/1741-2552/aadea0. [Google Scholar] [PubMed] [CrossRef]
28. Song Y, Zheng Q, Liu B, Gao X. EEG Conformer: convolutional transformer for EEG decoding and visualization. IEEE Trans Neural Syst Rehabil Eng. 2023;31:710–9. doi:10.1109/TNSRE.2022.3230250. [Google Scholar] [PubMed] [CrossRef]
29. Pušica M, Mijović B, Leva MC, Gligorijević I. Machine learning performance in EEG-based mental workload classification across task types: a systematic review. Front Neuroergonomics. 2025;6:1621309. doi:10.3389/fnrgo.2025.1621309. [Google Scholar] [PubMed] [CrossRef]
30. Chen Z, Zhang Y, Lan Q, Liu T, Wang H, Ding Y, et al. Uni-NTFM: a unified foundation model for EEG signal representation learning. In: Proceedings of the International Conference on Learning Representations (ICLR); 2026 Apr 23–27; Rio de Janeiro, Brazil. doi:10.48550/arXiv.2509.24222. [Google Scholar] [CrossRef]
31. Long M, Cao Z, Wang J, Jordan MI. Conditional adversarial domain adaptation. In: Proceedings of the 32nd International Conference on Neural Information Processing Systems; 2018 Dec 3–8; Montréal, QC, Canada. Vol. 31. doi:10.48550/arXiv.1705.10667. [Google Scholar] [CrossRef]
32. Wang J, Ning X, Xu W, Li Y, Jia Z, Lin Y. Multi-source selective graph domain adaptation network for cross-subject EEG emotion recognition. Neural Netw. 2024;180(1):106742. doi:10.1016/j.neunet.2024.106742. [Google Scholar] [PubMed] [CrossRef]
33. Mikhaylov D, Saeed M, Alhosani MH, Al Wahedi YF. Comparison of EEG signal spectral characteristics obtained with consumer- and research-grade devices. Sensors. 2024;24(24):8108. doi:10.3390/s24248108. [Google Scholar] [PubMed] [CrossRef]
34. Xiong W, Li J, Li J, Zhu K, Jiang C. EEG-FM-Bench: a comprehensive benchmark for the systematic evaluation of EEG foundation models. arXiv:2508.17742. 2025. doi:10.48550/arXiv.2508.17742. [Google Scholar] [CrossRef]
35. Abinaya G, Dinakaran K. ACXNet hybrid deep learning model for cross-task mental workload estimation using EEG neural manifolds. Sci Rep. 2025;15(1):35178. doi:10.1038/s41598-025-19144-x. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools