Pith. sign in

REVIEW 4 major objections 5 minor 56 references

STEAM: A Spatio-TEmporal Alignment Mixture-of-Experts Model with Hierarchical Pre-training for EEG Decoding

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read STEAM claims that one EEG foundation model can both transfer broadly across paradigms and specialize cheaply: across seven datasets and fourteen settings it reports the best average rank among compared models.

desk verdict Solid empirical architecture study with thorough ablations; the benchmark win is plausible but the headline rank margin depends on baseline fairness that isn't fully documented. read the letter →

arxiv 2608.02070 v2 pith:PCMNI7YD submitted 2026-08-03 cs.CV cs.LG

classification cs.CVcs.LG
keywords EEGdecodingfoundationmodelsmixture-of-expertsspatio-temporalrepresentationlearningpre-trainingbrain-computerinterfacetransferparameter-efficientfine-tuning
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper is trying to establish that broad EEG transferability and paradigm-specific accuracy do not have to be traded off against each other. It presents STEAM, a dual-branch spatio-temporal encoder in which a shared soft mixture-of-experts (SSMoE) module lets channel-centric and temporal-segment tokens exchange information, plus a two-stage general-to-paradigm pre-training scheme. On seven downstream datasets spanning six EEG applications, STEAM reports the best average rank among the compared specialist and foundation models at a competitive inference cost measured in FLOPs. Stage-II specialization is reported to give consistent paradigm-specific gains, and lightweight adaptation that updates about 5.1% of parameters stays competitive with full fine-tuning on most classification tasks.

What carries the argument

The central mechanism is the shared soft mixture-of-experts (SSMoE) module, a cross-branch communication interface placed at selected encoder layers: spatial and temporal tokens are concatenated, softly routed through a small set of expert slots (eight by default) using two softmax normalizations, and the transformed slots are redistributed back to each branch through token-specific combination weights. This lets the two streams exchange global information while preserving their separate local structures. Two supporting mechanisms carry the rest of the argument: frequency-aware gated attention, which computes log band-power descriptors per token and uses them to reweight attention outputs inside every layer, injecting a spectral prior useful under low signal-to-noise ratios; and the two-stage general-to-paradigm pre-training, which first optimizes masked reconstruction with cross-view contrastive alignment and then adds a supervised classification objective on multi-dataset paradigm corpora to specialize the backbone.

What would settle it

Re-run the fourteen-setting evaluation giving every baseline foundation model the same per-method validation tuning and the same adaptation budget on the standardized 60-channel preprocessing, then check whether STEAM's 1.43 mean rank and 9.12-position margin over the ten baseline foundation models persist; if the baselines close the gap once tuned equally, the best-rank claim would not survive.

Watch

Extended reading notes

Core claim

The paper's central claim is that a single EEG foundation model can simultaneously achieve three things that prior models treat as a trade-off: broad cross-paradigm transfer, accurate paradigm-specific decoding, and cheap downstream adaptation. The proposed STEAM architecture keeps spatial and temporal representations in separate branches, couples them through a shared soft mixture-of-experts bottleneck with compact slots, and injects band-power-based frequency gates into every encoder layer. A two-stage pre-training regime first learns general EEG structure from a large unlabeled clinical corpus, then continues training on multiple datasets within a target paradigm with supervised objectives to produce a specialized variant. The paper reports that this recipe yields the best average rank across seven datasets and fourteen evaluation settings, with the specialized variants improving on the general model for motor imagery and emotion decoding.

Load-bearing premise

The headline rank result depends on the ten baseline foundation models having been evaluated as fairly and carefully as STEAM: the paper says they used official implementations and released checkpoints, but it does not report per-method hyperparameter tuning or adaptation to the standardized 60-channel inputs.

Editorial extensions

If this is right

  • A single pre-trained EEG backbone can be reused across tasks and subjects without per-task training from scratch, then specialized to a target paradigm by continued pre-training instead of a fresh model.
  • Adapting only the spatial and temporal embedding modules plus a task head, about 5.1% of parameters, can match full fine-tuning on most classification tasks and shrink optimizer-state storage.
  • Stage-I initialization yields stronger downstream accuracy throughout Stage-II training and reaches a given accuracy in about 2.8x fewer epochs, so paradigm-specific variants are cheaper to produce.
  • The SSMoE slots visually concentrate on distinct temporal intervals and channel subsets, indicating that the model learns decomposable spatio-temporal responses rather than one global routing pattern.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same general-to-paradigm recipe would likely carry over to other physiological signals with spatial and temporal tokenization, such as MEG or multimodal biosignals, though the paper does not test this.
  • The gains could partly come from the standardized 60-channel interpolation rather than the architecture; ablating montage normalization against native-channel adaptation would isolate the source.
  • Stage-II specialization helps only within the target paradigm, so deployment choices depend on the task: general Stage-I for broad transfer, specialized variants when the paradigm is known in advance.
  • The SSMoE visualizations hint at interpretable spatio-temporal explanations for predictions, but the paper offers only qualitative evidence; measuring slot selectivity quantitatively would test that promise.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes STEAM, a dual-branch spatio-temporal encoder with a shared soft mixture-of-experts (SSMoE) module, frequency-aware gated attention, and a two-stage hierarchical pre-training strategy (Stage-I on TUH, Stage-II on paradigm-specific corpora). It claims the best average rank across seven downstream datasets and fourteen evaluation settings at competitive inference cost, and reports consistent gains from paradigm-specific specialization, alongside a lightweight adaptation method that updates about 5.1% of parameters. The empirical evaluation uses cross-subject LOSO and within-subject few-shot protocols, with internal ablations isolating the contributions of the architecture and pre-training objectives.

Significance. If the empirical claims are substantiated, STEAM is a meaningful contribution to EEG foundation models: it proposes a plausible mechanism for reconciling broad transfer with paradigm specialization, and the architecture details are presented with enough specificity to permit reimplementation. The paper's internal ablations are unusually thorough—Tables 2, 3, 11, and 12 isolate SSMoE, frequency gating, pre-training objectives, and fusion mechanisms, including a parameter-matched control for the shared expert pool—and the subject-level figures and explicit corpus partitioning strengthen the presentation. The main weakness is that the headline rank claim rests on a baseline-fairness assumption that is not yet documented, and the configuration of the model itself is selected on the same benchmark datasets, which undermines the comparison.

major comments (4)
  1. [Appendix C (Subject-Level Results / Aggregate-rank calculation), Table 13] The headline claim of a 1.43 average rank versus a 10.55 mean for ten foundation-model baselines rests entirely on the fairness of the external comparison. The paper states that all baselines use 'their official implementations and publicly released pre-trained checkpoints,' but it does not report per-method preprocessing or hyperparameter tuning. All downstream data are mapped to a standardized 60-channel montage by inverse-distance interpolation (Appendix B), and these interpolated signals are then fed to models pretrained on their native channel layouts (e.g., LaBraM, SingLEM, BIOT). If the official checkpoints receive out-of-native-format inputs and default hyperparameters, the 9.12-position rank margin could partly reflect under-tuning. Please provide, for each baseline, the exact preprocessing pipeline used, the validation-based hyperparameter selection protocol, and the number of epochs/learning rates, or re-run the comparison with the native preprocessing of each baseline.
  2. [Appendix C (SSMoE Expert-Count Sensitivity), Figure 6, Table 1] The default configuration of eight SSMoE experts was selected from a sensitivity sweep on the same downstream datasets that appear in the main benchmark (BNCI2015001, CHB-MIT, SEED, BNCI2014009). This constitutes selection on the evaluation set: the reported STEAM numbers in Table 1 are produced by the configuration that performs best on those datasets, while the ten baselines did not receive an equivalent configuration-selection step. This asymmetry can inflate the rank margin. Please either select the expert count on a held-out subset or show that the rank conclusion is stable across expert counts (e.g., that STEAM's combined rank remains below the baselines' mean for M = 2, 4, 8, and 16).
  3. [Tables 1 and 13] The paper reports mean ± std over three runs but provides no significance tests. Several setting-level differences that contribute to the rank comparison are smaller than one standard deviation; for example, on BNCI2014009 LOSO, STEAM achieves 78.63±0.54 versus EEGNet's 78.39±0.44, and on SEED-VIG LOSO, STEAM's RMSE 0.2281±0.0036 is statistically indistinguishable from LaBraM's 0.2281±0.0035. The 'best average rank' claim should be supported by paired tests at the subject level (e.g., Wilcoxon signed-rank tests for LOSO and few-shot per dataset) or by reporting confidence intervals for the combined rank.
  4. [Appendix A (Reproducibility)] The manuscript provides architecture tables and hyperparameters but does not release code, pre-trained checkpoints, or a link to any repository. Given the complexity of the two-stage pre-training pipeline and the many baseline evaluations, independent verification is not currently possible. A public release of the code and the Stage-I/Stage-II checkpoints (or at least a detailed, step-by-step reproduction protocol) is necessary to support the empirical claims.
minor comments (5)
  1. [Method, Eq. (15)] The diversity loss L_div is referenced in the pre-training objective but never defined in the main text; please provide its exact form.
  2. [Table 1] Entries such as '–38.02 ±0.03' and '–60.83 ±0.30' appear to be rendering artifacts of missing values; please use a clear dash with a footnote explaining that the result is not applicable.
  3. [Figure 1 caption] The caption should describe the axes (presumably average rank and inference FLOPs) and explain the bubble-size parameter count scale more explicitly.
  4. [Appendix B, 'BNCI2014009'] The input duration is 0.80 s while the model input is 1.00 s; please state whether zero-padding or resampling is used to reconcile this mismatch.
  5. [Experiment Settings] The statement that 'all models use full fine-tuning' should also explicitly state that the same full-fine-tuning protocol is used for the rank comparison in Tables 1 and 13, so that the reader does not conflate the lightweight adaptation results with the main benchmark.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: benchmark and Stage-II gains are evaluated on held-out datasets with external baselines; self-citations are motivational or baseline-only.

full rationale

No significant circularity. The paper's central claims are empirical: Stage-I transferability is measured on seven datasets (BNCI2014001, BNCI2015001, BNCI2014009, CHB-MIT, EEGMAT, SEED, SEED-VIG) that Appendix B explicitly excludes from both pre-training stages, and Stage-II specialization gains are reported on BNCI2014001, BNCI2015001, and SEED, none of which appear in the Stage-II MI or emotion corpora. Tables 2 and 3 and Appendix C ablate components and objectives against held-out downstream protocols, so the gains are not forced by the training objectives in Eqs. 16 and 17. The aggregate rank (STEAM 1.43 vs. mean 10.55) is an evaluation statistic computed from external BAC/RMSE results, not a fitted quantity. Self-citations (MIRepNet and the authors' EEG-FM benchmark) appear as motivation and as baselines; no load-bearing argument reduces to an unpublished self-citation, and no uniqueness theorem or ansatz is imported from the authors' prior work. The skeptic's baseline-fairness point concerns whether official checkpoints were equally well tuned, which is a correctness and external-validity risk, not circularity.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

No new physical or ontological entities are introduced. The soft slots and gates are implemented neural modules with ordinary parameters, not independent entities with external falsifiable handles. The central benchmark claim rests on five design assumptions and five groups of hand-selected hyperparameters; none is derived, and the biggest unstated item is the frequency-band set used in Eq. (9).

free parameters (5)
  • SSMoE expert/slot count M = 8
    Selected via sensitivity sweep over {2,4,8,16} in Fig. 6; the headline rank uses this tuned value.
  • Stage-I self-supervised weights and masking ratio = alpha=0.30, lambda=0.01, mask=0.50, tau=0.20
    Table 7; these control how much reconstruction, diversity, and contrastive alignment shape the backbone.
  • Stage-II classification loss weight mu = 1.00
    Table 8; Stage-II gains depend on this objective weight.
  • Frequency-band definitions and count K = not reported
    Eq. (9) uses band-power descriptors but the band edges for Omega_k are never enumerated, leaving a hidden hand-set design choice.
  • Backbone capacity: layers, hidden size, heads = 6 layers, d=128, 8 heads
    Appendix A fixes these values by hand; capacity is a free design choice central to FLOPs and rank.
assumptions (5)
  • domain assumption Channel-centric and temporal-segment-centric tokenizations preserve complementary discriminative structure in EEG.
    Eqs. (1)-(2) and the dual-branch design assume that treating each channel and each time segment as separate tokens retains task-relevant spatial and temporal information; the ablations in Table 2 support but do not prove this.
  • domain assumption Band-power log-descriptors are a robust frequency prior that improves attention under low signal-to-noise ratio.
    Eqs. (9)-(11) inject band-power features into every layer; the paper does not specify the band set Omega_k, so this prior is only partly defined and is validated only by the w/o Gate ablation.
  • ad hoc to paper Shared soft MoE routing can exchange spatial and temporal information through a small slot bottleneck without disrupting branch structure.
    Eqs. (3)-(8) realize this hypothesis; Table 12 compares it with alternatives, but the mechanism is introduced for this architecture.
  • domain assumption General pre-training on the clinical TUH corpus transfers to non-clinical BCI paradigms.
    Stage-I uses only TUH EEG (Appendix B); the downstream sets cover MI, P300, seizure, emotion, cognition, and vigilance, so a strong domain-generalization assumption is required.
  • domain assumption Aligned label spaces in Stage-II corpora provide supervision that is beneficial and not harmed by label mapping or montage interpolation.
    Stage-II maps SEED-V/DEAP to negative/neutral/positive and all MI sets to feet/left/right; errors in these mappings would propagate to STEAM-Spec gains.

how reviews work

0 comments
Cite this review

Pith. "Pith review of STEAM: A Spatio-TEmporal Alignment Mixture-of-Experts Model with Hierarchical Pre-training for EEG Decoding." pith.science (2026). https://pith.science/paper/PCMNI7YD

@misc{pith2026260802070,
  author       = {Pith},
  title        = {Pith review of: STEAM: A Spatio-TEmporal Alignment Mixture-of-Experts Model with Hierarchical Pre-training for EEG Decoding},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/PCMNI7YD}},
  note         = {Machine review of arXiv:2608.02070}
}
read the original abstract

Brain-computer interfaces (BCIs) have been widely used in motor rehabilitation, disease diagnosis, and other neural engineering scenarios. However, conventional neural signal decoding algorithms often suffer from limited generalizability and high adaptation costs, motivating recent interest in BCI foundation models. Existing approaches still struggle to jointly achieve general transferability, accurate decoding, and efficient downstream adaptation. We present STEAM, a hierarchical transfer framework that reconciles general-purpose representation learning with paradigm-specific specialization in EEG foundation models. The framework is instantiated as a dual-branch spatio-temporal encoder in which a shared soft mixture-of-experts (SSMoE) module aligns the spatial and temporal branches, allowing complementary representations to exchange information through a compact set of soft slots. Across seven downstream datasets and fourteen evaluation settings, STEAM attains the best average rank among the compared methods at a competitive inference cost measured in FLOPs. Building upon the Stage-I general initialization, the hierarchical pre-training strategy further specializes the model to a target paradigm without retraining from scratch, yielding consistent gains in paradigm-specific decoding accuracy.

Figures

Figures reproduced from arXiv: 2608.02070 by the authors.

Figure 1
Figure 1. Comparison of EEG foundation models by overall [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Overview of the proposed STEAM framework. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Effect of Stage-I initialization on Stage-II paradigm [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (10 more)
Figure 5
Figure 5. Figure 5: BAC differences relative to Pretrain-PEFT under [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]
Figure 6
Figure 6. Figure 6: Sensitivity of downstream BAC to the number of SSMoE experts under the dataset-specific few-shot protocols. [PITH_FULL_IMAGE:figures/full_fig_p017_6.png]
Figure 7
Figure 7. Figure 7: Effect of the training data ratio on downstream BAC under full-model fine-tuning. [PITH_FULL_IMAGE:figures/full_fig_p017_7.png]
Figure 8
Figure 8. Figure 8: Subject-level BAC on BNCI2014001 (n = 9). The upper and lower panels show LOSO and few-shot performance, respectively [PITH_FULL_IMAGE:figures/full_fig_p018_8.png]
Figure 9
Figure 9. Figure 9: Subject-level BAC on BNCI2015001 (n = 12). The upper and lower panels show LOSO and few-shot performance, respectively [PITH_FULL_IMAGE:figures/full_fig_p018_9.png]
Figure 10
Figure 10. Figure 10: Subject-level BAC on BNCI2014009 (n = 10). The upper and lower panels show LOSO and few-shot performance, respectively [PITH_FULL_IMAGE:figures/full_fig_p019_10.png]
Figure 11
Figure 11. Figure 11: Subject-level BAC on CHB-MIT (n = 23). The upper and lower panels show LOSO and few-shot performance, respectively [PITH_FULL_IMAGE:figures/full_fig_p019_11.png]
Figure 12
Figure 12. Figure 12: Subject-level BAC on SEED (n = 15). The upper and lower panels show LOSO and few-shot performance, respectively [PITH_FULL_IMAGE:figures/full_fig_p020_12.png]
Figure 13
Figure 13. Figure 13: Subject-level BAC on EEGMAT (n = 36). The upper and lower panels show LOSO and few-shot performance, respectively [PITH_FULL_IMAGE:figures/full_fig_p020_13.png]
Figure 14
Figure 14. Figure 14: Subject-level RMSE on SEED-VIG (n = 21). The upper and lower panels show LOSO and few-shot performance, respectively; lower values indicate better performance. Approach Scenario 14001 15001 14009 CHB-MIT SEED EEGMAT VIG Combined STEAM LOSO 1 1 1 1 1 1 1 1.43 Few-shot …

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

56 extracted references · 38 canonical work pages

  1. [1]

    Proceedings of the 9th international ACM SIGACCESS conference on Computers and accessibility , pages=

    Brain-computer interfaces (BCIs) for communication and control , author=. Proceedings of the 9th international ACM SIGACCESS conference on Computers and accessibility , pages=

  2. [2]

    The Journal of physiology , volume=

    Brain--computer interfaces: communication and restoration of movement in paralysis , author=. The Journal of physiology , volume=. 2007 , publisher=

  3. [3]

    Clinical neurophysiology , volume=

    Event-related EEG/MEG synchronization and desynchronization: basic principles , author=. Clinical neurophysiology , volume=. 1999 , publisher=

  4. [4]

    Journal of neural engineering , volume=

    A review of classification algorithms for EEG-based brain--computer interfaces , author=. Journal of neural engineering , volume=

  5. [5]

    IEEE transactions on rehabilitation engineering , volume=

    Optimal spatial filtering of single trial EEG during imagined hand movement , author=. IEEE transactions on rehabilitation engineering , volume=. 2000 , publisher=

  6. [6]

    IEEE Signal processing magazine , volume=

    Optimizing spatial filters for robust EEG single-trial analysis , author=. IEEE Signal processing magazine , volume=. 2008 , publisher=

  7. [7]

    2025 , publisher=

    Liu, Dingkun and Li, Siyang and Wang, Ziwei and Li, Wei and Wu, Dongrui , journal=. 2025 , publisher=

  8. [8]

    Human brain mapping , volume=

    Deep learning with convolutional neural networks for EEG decoding and visualization , author=. Human brain mapping , volume=. 2017 , publisher=

Show all 56 references
  1. [9]

    Journal of neural engineering , volume=

    EEGNet: a compact convolutional neural network for EEG-based brain--computer interfaces , author=. Journal of neural engineering , volume=. 2018 , publisher=

  2. [10]

    , journal =

    Craik, Alexander and He, Yongtian and Contreras-Vidal, Jose L. , journal =. Deep learning for electroencephalogram (. 2019 , publisher =

  3. [11]

    Advances in Neural Information Processing Systems , volume =

    Attention is all you need , author =. Advances in Neural Information Processing Systems , volume =

  4. [12]

    A multi-view

    Mane, Ravikiran and Robinson, Neethu and Vinod, A Prasad and Lee, Seong-Whan and Guan, Cuntai , booktitle=. A multi-view

  5. [13]

    IEEE Transactions on Neural Systems and Rehabilitation Engineering , volume=

    EEG conformer: Convolutional transformer for EEG decoding and visualization , author=. IEEE Transactions on Neural Systems and Rehabilitation Engineering , volume=. 2022 , publisher=

  6. [14]

    IEEE Journal of Biomedical and Health Informatics , volume=

    EEG-Deformer: A dense convolutional transformer for brain-computer interfaces , author=. IEEE Journal of Biomedical and Health Informatics , volume=. 2024 , publisher=

  7. [15]

    IEEE Journal of Biomedical and Health Informatics , year=

    DBConformer: Dual-branch convolutional transformer for EEG decoding , author=. IEEE Journal of Biomedical and Health Informatics , year=

  8. [16]

    Frontiers in Human Neuroscience , volume=

    BENDR: Using transformers and a contrastive self-supervised learning task to learn from massive amounts of EEG data , author=. Frontiers in Human Neuroscience , volume=. 2021 , publisher=

  9. [17]

    Advances in Neural Information Processing Systems , volume=

    Biot: Biosignal transformer for cross-data learning in the wild , author=. Advances in Neural Information Processing Systems , volume=

  10. [18]

    International Conference on Learning Representations , volume=

    Large brain model for learning generic representations with tremendous EEG data in BCI , author=. International Conference on Learning Representations , volume=

  11. [19]

    Advances in Neural Information Processing Systems , volume=

    Eegpt: Pretrained transformer for universal and reliable representation of eeg signals , author=. Advances in Neural Information Processing Systems , volume=

  12. [20]

    International conference on learning representations , volume=

    Cbramod: A criss-cross brain foundation model for eeg decoding , author=. International conference on learning representations , volume=

  13. [21]

    Advances in Neural Information Processing Systems , volume=

    Csbrain: A cross-scale spatiotemporal brain foundation model for eeg decoding , author=. Advances in Neural Information Processing Systems , volume=

  14. [22]

    Neural Networks , pages=

    Eegmamba: An eeg foundation model with mamba , author=. Neural Networks , pages=. 2025 , publisher=

  15. [23]

    International conference on learning representations , volume=

    NeuroLM: A universal multi-task foundation model for bridging the gap between language and EEG signals , author=. International conference on learning representations , volume=

  16. [24]

    Knowledge-Based Systems , pages=

    MIRepNet: A pipeline and pre-trained model for EEG-based motor imagery classification , author=. Knowledge-Based Systems , pages=. 2026 , publisher=

  17. [25]

    Deng, Guifeng and Wang, Pan and Wang, Jiquan and Rao, Shuying and Xie, Junyi and Guo, Wanjun and Li, Tao and Jiang, Haiteng , journal =

  18. [26]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =

    Masked Autoencoders Are Scalable Vision Learners , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =

  19. [27]

    International Conference on Learning Representations , volume=

    From sparse to soft mixtures of experts , author=. International Conference on Learning Representations , volume=

  20. [28]

    Parameter-Efficient Transfer Learning for

    Houlsby, Neil and Giurgiu, Andrei and Jastrzebski, Stanislaw and Morrone, Bruna and De Laroussilhe, Quentin and Gesmundo, Andrea and Attariyan, Mona and Gelly, Sylvain , booktitle =. Parameter-Efficient Transfer Learning for. 2019 , organization =

  21. [29]

    Proceedings of the 2021 conference on empirical methods in natural language processing , pages=

    The power of scale for parameter-efficient prompt tuning , author=. Proceedings of the 2021 conference on empirical methods in natural language processing , pages=

  22. [30]

    Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina , booktitle =

  23. [31]

    Frontiers in neuroscience , volume=

    The temple university hospital EEG data corpus , author=. Frontiers in neuroscience , volume=. 2016 , publisher=

  24. [32]

    Biomedical Engineering/Biomedizinische Technik , volume=

    Random forests in non-invasive sensorimotor rhythm brain-computer interfaces: a practical and convenient non-linear classifier , author=. Biomedical Engineering/Biomedizinische Technik , volume=. 2016 , publisher=

  25. [33]

    GigaScience , volume=

    EEG datasets for motor imagery brain--computer interface , author=. GigaScience , volume=. 2017 , publisher=

  26. [34]

    Scientific Data , volume=

    A large EEG database with users’ profile information for motor imagery brain-computer interface research , author=. Scientific Data , volume=. 2023 , publisher=

  27. [35]

    GigaScience , volume=

    EEG dataset and OpenBMI toolbox for three BCI paradigms: An investigation into BCI illiteracy , author=. GigaScience , volume=. 2019 , publisher=

  28. [36]

    PloS one , volume=

    Evaluation of EEG oscillatory patterns and cognitive process during simple and compound limb motor imagery , author=. PloS one , volume=. 2014 , publisher=

  29. [37]

    PloS one , volume=

    A fully automated trial selection method for optimization of motor imagery based brain-computer interface , author=. PloS one , volume=. 2016 , publisher=

  30. [38]

    IEEE Transactions on biomedical engineering , volume=

    BCI2000: a general-purpose brain-computer interface (BCI) system , author=. IEEE Transactions on biomedical engineering , volume=. 2004 , publisher=

  31. [39]

    Frontiers in neuroscience , volume=

    Review of the BCI competition IV , author=. Frontiers in neuroscience , volume=. 2012 , publisher=

  32. [40]

    Journal of neural engineering , volume=

    Influence of P300 latency jitter on event related potential-based brain--computer interface performance , author=. Journal of neural engineering , volume=. 2014 , publisher=

  33. [41]

    2010 , month = jun, note =

    Guttag, John , title =. 2010 , month = jun, note =. doi:10.13026/C2K01R , url =

  34. [42]

    Data , volume=

    Electroencephalograms during mental arithmetic task performance , author=. Data , volume=. 2019 , publisher=

  35. [43]

    IEEE Transactions on autonomous mental development , volume=

    Investigating critical frequency bands and channels for EEG-based emotion recognition with deep neural networks , author=. IEEE Transactions on autonomous mental development , volume=. 2015 , publisher=

  36. [44]

    Journal of neural engineering , volume=

    A multimodal approach to estimating vigilance using EEG and forehead EOG , author=. Journal of neural engineering , volume=. 2017 , publisher=

  37. [45]

    Liu, Dingkun and Chen, Yuheng and Chen, Zhu and Cui, Zhenyao and Wen, Yaozhi and An, Jiayu and Luo, Jingwei and Wu, Dongrui , journal=

  38. [46]

    Thapa, Rahul and He, Bryan and Kj. Sleep. arXiv preprint arXiv:2405.17766 , year=

  39. [47]

    NeuroImage , volume=

    LMDA-Net: A lightweight multi-dimensional attention network for general EEG-based brain-computer interfaces and interpretability , author=. NeuroImage , volume=. 2023 , publisher=

  40. [48]

    2024 IEEE International Symposium on Biomedical Imaging (ISBI) , pages=

    Neuro-gpt: Towards a foundation model for eeg , author=. 2024 IEEE International Symposium on Biomedical Imaging (ISBI) , pages=. 2024 , organization=

  41. [49]

    arXiv preprint arXiv:2502.16060 , year=

    Tokenizing Single-Channel EEG with Time-Frequency Motif Learning , author=. arXiv preprint arXiv:2502.16060 , year=

  42. [50]

    Advances in Neural Information Processing Systems , volume=

    Brainomni: A brain foundation model for unified eeg and meg signals , author=. Advances in Neural Information Processing Systems , volume=

  43. [51]

    arXiv preprint arXiv:2509.17920 , year=

    SingLEM: Single-Channel Large EEG Model , author=. arXiv preprint arXiv:2509.17920 , year=

  44. [52]

    Advances in Neural Information Processing Systems , volume=

    LUNA: efficient and topology-agnostic foundation model for EEG signal analysis , author=. Advances in Neural Information Processing Systems , volume=

  45. [53]

    2022 44th Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC) , pages=

    Transformer convolutional neural networks for automated artifact detection in scalp EEG , author=. 2022 44th Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC) , pages=. 2022 , organization=

  46. [54]

    IEEE Transactions on Cognitive and Developmental Systems , year=

    Comparing Recognition Performance and Robustness of Multimodal Deep Learning Models for Multimodal Emotion Recognition , author=. IEEE Transactions on Cognitive and Developmental Systems , year=

  47. [55]

    IEEE transactions on affective computing , volume=

    Deap: A database for emotion analysis; using physiological signals , author=. IEEE transactions on affective computing , volume=. 2011 , publisher=

  48. [56]

    Autocalibration and Recurrent Adaptation: Towards a Plug and Play Online ERD-BCI , year=

    Faller, Josef and Vidaurre, Carmen and Solis-Escalante, Teodoro and Neuper, Christa and Scherer, Reinhold , journal=. Autocalibration and Recurrent Adaptation: Towards a Plug and Play Online ERD-BCI , year=

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.