REVIEW 4 major objections 8 minor 3 cited by
CLEAN-MI: A Scalable and Efficient Pipeline for Constructing High-Quality Neurodata in Motor Imagery Paradigm
T0 review · 4 major / 8 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A four-stage preprocessing pipeline for motor-imagery EEG claims to raise leave-one-subject-out accuracy by filtering channels, screening subjects, and aligning distributions.
desk verdict Headline accuracy gains are mostly a selection-bias artifact and the alignment step is never actually tested, but the channel-template result survives a matched comparison and the paper is worth a serious revision. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the pipeline itself, a fixed sequence of four transformations. A band-pass filter isolates the $\alpha$ (8–13 Hz) and $\beta$ (13–30 Hz) rhythms; a manually defined channel template keeps only electrodes over the FC, C, CP, and T regions that overlie or neighbour the sensorimotor cortex; subject screening trains a classifier per participant and drops anyone below 0.6 within-subject accuracy; and Euclidean alignment replaces each trial $X_i$ with $\bar{R}^{-1/2}X_i$, where $\bar{R}$ is the subject's mean covariance matrix, so every subject's second-order statistics become comparable. Time axes are also resampled and truncated to a fixed length, and a compact convolutional EEG classifier (EEGNet) is used for all screening and evaluation.
What would settle it
Recompute the leave-one-subject-out averages on Weibo2014 and Cho2017 while including the test accuracies of the subjects who were dropped by the 0.6 threshold, or sweep the threshold from 0.5 to 0.8; if the averages return to the raw-data levels, the subject-selection gains are an artifact of the exclusion rule.
Extended reading notes
Core claim
The paper argues that the obstacle to large-scale MI foundation models is not model capacity but data: EEG from different headsets and subjects is noisy, variably informative, and spatially incompatible. CLEAN-MI addresses this by retaining only the 8–30 Hz sensorimotor band, selecting EEG channels over frontal-central, central, centro-parietal, and temporal regions, excluding subjects whose within-subject classification accuracy falls below 0.6, and applying Euclidean alignment to whiten each subject's covariance. The evidence is leave-one-subject-out classification on three public benchmarks, where every processing step improves or maintains average accuracy and the combined pipeline gives the largest gains, while the channel template cuts computational cost by 50–70 percent.
Load-bearing premise
The reported gains from subject screening are computed only over the subjects who pass the 0.6 within-subject accuracy cutoff, so the pipeline's benefit assumes that excluding low-scoring subjects is a valid way to evaluate a data-cleaning step.
Editorial extensions
If this is right
- On Weibo2014, channel template plus subject selection raises average leave-one-subject-out accuracy from 65.8% to 81.90%.
- On Cho2017, the same combination raises average accuracy from 66.99% to 74.55%, while the channel template alone cuts computational cost by an estimated 50–70%.
- On BNCI2015001, the channel template alone raises average accuracy from 73.74% to 75.68%.
- Because the pipeline standardizes frequency band, channel set, trial length, and marginal distribution, its output is directly usable for pretraining MI foundation models.
- Subject screening removes participants whose data are substantially degraded by inattention or artifacts, so the surviving set is a cleaner training pool.
Reading between the lines
- The same four-stage scaffolding could be adapted to other BCI paradigms by replacing the 8–30 Hz band and the sensorimotor channel template with paradigm-appropriate choices; the paper motivates paradigm-specific foundation models but only instantiates the MI case.
- The fixed 0.6 screening threshold is a natural hyperparameter to sweep: varying it would reveal the trade-off between the amount of data retained and the average accuracy of the surviving pool.
- A direct stress test of the pipeline would be to pretrain one MI foundation model on all 18 datasets summarized in the paper with and without CLEAN-MI, and compare transfer performance; the paper reports per-dataset leave-one-subject-out results and lists cross-dataset pretraining as future work.
- The within-subject accuracy screen could also serve as an inexpensive online calibration gate, flagging participants whose own data are hard to classify before long multi-session recordings are undertaken.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes CLEAN-MI, a pipeline for cleaning and standardizing motor-imagery EEG datasets before pretraining foundation models. The pipeline consists of 8-30 Hz bandpass filtering, a fixed MI-relevant channel template, resampling and trial-length normalization, screening of 'expert' subjects based on within-subject accuracy with a 0.6 threshold, and Euclidean alignment (EA) of covariance matrices. The authors evaluate components on Weibo2014, Cho2017, and BNCI2015001 using EEGNet with leave-one-subject-out (LOSO) cross-validation, and report that subject selection plus channel template raises average LOSO accuracy from 65.8% to 81.90% on Weibo2014 and from 66.99% to 74.55% on Cho2017, along with reduced computational cost. They conclude that the pipeline consistently improves data quality and classification performance.
Significance. The paper addresses a real bottleneck—heterogeneous, noisy MI EEG data for foundation-model pretraining—and the proposed pipeline is straightforward and interpretable. The channel-template selection is grounded in sensorimotor physiology and yields a computational-efficiency gain (50-70% reduction on Cho2017) that is credible independent of the subject-screening issue. If the subject-screening benefit were established with a non-circular evaluation and the alignment component were actually tested, the pipeline could be a useful contribution to MI dataset construction. As it stands, however, the headline accuracy improvements are not a valid estimate of the pipeline's benefit on unseen subjects, so the significance of the claimed results is not yet demonstrated.
major comments (4)
- [Tables IV and V] Tables IV and V compare averages computed over different subject sets. In Table IV, the Raw Data row reports 65.8% over all 10 subjects, while the Subject Selection row reports 77.41% over only the six subjects retained after the 0.6 threshold; the parenthetical 74.75 is the raw-data average on those same six subjects. The headline improvement from 65.8% to 81.90% therefore includes an 8.95-point increase that is purely an arithmetic consequence of excluding S2, S3, S4, and S9. On the matched population, subject selection alone improves from 74.75% to 77.41% (+2.66 points), and the channel template accounts for most of the remaining gain (80.08% before subject selection on the same six subjects). Table V shows the same pattern: the raw-data parenthetical 72.99 is close to the Subject Selection average 73.64, so the claimed screening benefit is about 0.65 points, not the 66.99-to-73.64 or 66.99-to-74.55 gap suggested by the unmatched comparisons. The paper must report averages over the full population (or over a held-out set of unscreened subjects) and must present the matched baselines as the primary comparison.
- [Section V-A] The expert-subject selection is circular with respect to the LOSO evaluation used to validate it. The screening rule trains on each subject's own labels to decide whether to exclude that subject, and the LOSO evaluation then tests on the retained subjects. This does not estimate performance on the stated deployment scenario—training a foundation model that will face new, unscreened subjects—because low-accuracy subjects are removed from the test set by the same rule that is being evaluated. A correct protocol would apply screening only to the training subjects (e.g., using a calibration split) and evaluate on all held-out subjects, including those that would have been screened out; alternatively, the paper should report per-subject LOSO accuracy for excluded subjects. Without this, the 'consistent improvements' claim in Section V and the abstract is not supported.
- [Section III-F and Tables III-V] The marginal distribution alignment component described in Section III-F, Eqs. (1)-(2), is never evaluated in the experiments. Tables III-V contain rows for raw data, channel template, subject selection, and subject selection plus channel template, but no row adds Euclidean alignment (EA). The abstract and Section VII state that CLEAN-MI integrates marginal distribution alignment, so the experimental section must include an ablation row with EA (and ideally EA alone and EA combined with the other components). As written, the full CLEAN-MI pipeline as claimed has not been tested.
- [Section III-E and Tables IV-V] The 0.6 threshold in Section III-E is a free parameter, and no sensitivity analysis is provided. Since the number of excluded subjects (and therefore the reported averages) is a direct function of this threshold, the reader cannot tell whether the improvements are robust or an artifact of the specific cutoff. The paper should vary the threshold (e.g., 0.50, 0.55, 0.60, 0.65, 0.70) and report LOSO accuracy on a fixed evaluation population. Additionally, the statistical testing behind the p-values in Tables IV and V is unspecified (test type, number of runs, seeds), and Table V's footnote uses p<0.1 rather than p<0.05, so the significance claims should be re-stated with a described test and corrected for multiple comparisons.
minor comments (8)
- [Section III-C] The Weibo2014 channel template is described as containing 35 channels, but the enumerated list contains 36 channel names; please correct the count or remove one channel.
- [Table III] Table III's caption says 'using raw data and subject selection,' but the rows are labeled Raw Data and Channel Template; clarify whether subject selection was applied before the Channel Template row and why S7 is marked '—' in that row.
- [Section I] Section I states 'Section VI discusses the future work. Finally, Section VI draws conclusions,' but the manuscript has two separate sections (VI and VII); renumber the references.
- [Section IV] The sentence 'This section introduces 18 MI benchmark datasets their SOTA approaches' is grammatically incomplete and should be rewritten.
- [Section IV-4 and Table II] BNCI2014002 is described as having 13 participants in Section IV-4 but Table II lists 14 subjects; align these numbers.
- [References] Reference [2] (Guo et al.) is not cited in the text, and reference [3] duplicates reference [27] (both are Lawhern et al., EEGNet); remove or cite appropriately.
- [Figure 6] Figure 6 appears to contain corrupted path strings in the panel labels; please regenerate the figure.
- [Abstract] The abstract claims 'consistent improvements in data quality and classification performance,' but data quality is never directly measured (only classification accuracy as a proxy); consider stating this explicitly.
Circularity Check
Subject-screening gains are computed only on subjects retained by the 0.6 within-subject accuracy threshold, making part of the headline accuracy improvement a consequence of the exclusion rule.
-
self definitional
[Section V-A, Subject Selection; Tables IV and V]
"Subjects with classification accuracies below threshold (typically set to 0.6) were excluded from further training."
The same within-subject accuracy signal used to define expert subjects also determines who remains in the LOSO evaluation. In Table IV, the Raw Data average 65.8 is over all ten Weibo2014 subjects, while the parenthetical 74.75 is the average over the six subjects kept after excluding S2, S3, S4, and S9; the Subject Selection (77.41) and Subject Selection + Channel Template (81.90) rows are computed only on those six subjects. Table V repeats this pattern (66.99 vs. the parenthetical 72.99). The headline gains, 65.8 to 81.90 and 66.99 to 74.55, therefore compare a full-population baseline with a selected-subset result, so the subject-selection improvement is partly forced by the exclusion rule rather than being an independent empirical finding on a common test population.
full rationale
The channel template, frequency filtering, and Euclidean alignment components are not circular: channel-template comparisons on matched subjects (e.g., 80.08 vs. 74.75 on the six retained Weibo2014 subjects) are valid measurements against public data, and EA is a standard external method. The circularity is localized to the expert-subject-selection evaluation: subjects are excluded using their own labels, and the reported accuracy averages are then computed only over the retained subjects, with no accuracy reported for excluded subjects and no threshold sensitivity analysis. Because the central claim of consistent improvements relies on the subject-selection rows, the headline numbers are partially self-fulfilling. The paper therefore has partial circularity (score 6), not full circularity, since the channel-template results and the matched-subject comparisons retain independent content.
Assumptions & free parameters
free parameters (3)
- Subject selection accuracy threshold =
0.6
- Weibo2014 channel template (35 channels) =
FT7, FC5, FC3, FC1, FCZ, FC2, FC4, FC6, FT8, T7, C5, C3, C1, Cz, C2, C4, C6, T8, TP7, CP5, CP3, CP1, CPz, CP2, CP4…
- Cho2017 channel template (38 channels) =
FT7, FC5, FC3, FC1, FCZ, FC2, FC4, FC6, FT8, T7, C5, C3, C1, Cz, C2, C4, C6, T8, TP7, CP5, CP3, CP1, CPz, CP2, CP4…
assumptions (4)
- domain assumption ERD/ERS modulations in the alpha (8-13 Hz) and beta (13-30 Hz) bands over sensorimotor cortex are the primary informative signals for motor imagery
- ad hoc to paper Within-subject classification accuracy on the subject's own data is a valid measure of EEG data quality, and 0.6 is the correct cutoff for excluding noisy subjects
- ad hoc to paper Leave-one-subject-out accuracy computed only over the retained expert subjects is the correct metric for the pipeline's benefit
- domain assumption Euclidean alignment reduces inter-subject distribution shift
Cite this review
Pith. "Pith review of CLEAN-MI: A Scalable and Efficient Pipeline for Constructing High-Quality Neurodata in Motor Imagery Paradigm." pith.science (2026). https://pith.science/paper/IOYUW5NS
@misc{pith2026250611830,
author = {Pith},
title = {Pith review of: CLEAN-MI: A Scalable and Efficient Pipeline for Constructing High-Quality Neurodata in Motor Imagery Paradigm},
year = {2026},
howpublished = {\url{https://pith.science/paper/IOYUW5NS}},
note = {Machine review of arXiv:2506.11830}
}
read the original abstract
The construction of large-scale, high-quality datasets is a fundamental prerequisite for developing robust and generalizable foundation models in motor imagery (MI)-based brain-computer interfaces (BCIs). However, EEG signals collected from different subjects and devices are often plagued by low signal-to-noise ratio, heterogeneity in electrode configurations, and substantial inter-subject variability, posing significant challenges for effective model training. In this paper, we propose CLEAN-MI, a scalable and systematic data construction pipeline for constructing large-scale, efficient, and accurate neurodata in the MI paradigm. CLEAN-MI integrates frequency band filtering, channel template selection, subject screening, and marginal distribution alignment to systematically filter out irrelevant or low-quality data and standardize multi-source EEG datasets. We demonstrate the effectiveness of CLEAN-MI on multiple public MI datasets, achieving consistent improvements in data quality and classification performance.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 3 Pith papers
-
EEG-FM-Compass: Progress, Benchmarking, and Future Directions for EEG Foundation Models
A unified benchmark of 12 EEG foundation models across 13 datasets finds specialists remain competitive and larger pre-trained models do not consistently improve downstream decoding.
-
MIRepNet: A Pipeline and Foundation Model for EEG-Based Motor Imagery Classification
An EEG foundation model pretrained exclusively on motor-imagery data, using masked-reconstruction plus classification, reports state-of-the-art few-shot decoding on five MI benchmarks.
-
The 1st International Workshop on Disentangled Representation Learning for Controllable Generation (DRL4Real): Methods and Results
A workshop summary describing nine papers on disentangled representation learning applied to controllable generation, editing, video, 3D, EEG, and compression.
Reference graph
Works this paper leans on
-
[1]
Brain computer i nterfaces, a review,
L. F. Nicolas-Alonso and J. Gomez-Gil, “Brain computer i nterfaces, a review,” Sensors, vol. 12, no. 2, pp. 1211–1279, 2012
2012
-
[2]
On calibr ation of modern neural networks,
C. Guo, G. Pleiss, Y . Sun, and K. Q. Weinberger, “On calibr ation of modern neural networks,” in Int’l Conf. on Machine Learning , (Sydney, Austraia), pp. 1321–1330, Aug. 2017
work page 2017
-
[3]
EEGNet: A compact convolutional neural net work for EEG-based brain-computer interfaces,
V . J. Lawhern, A. J. Solon, N. R. Waytowich, S. M. Gordon, C . P . Hung, and B. J. Lance, “EEGNet: A compact convolutional neural net work for EEG-based brain-computer interfaces,” Journal of Neural Engineering , vol. 15, no. 5, p. 056013, 2018
2018
-
[4]
Transfer learning for brain-computer in terfaces: A euclidean space data alignment approach,
H. He and D. Wu, “Transfer learning for brain-computer in terfaces: A euclidean space data alignment approach,” IEEE Trans. on Biomedical Engineering, vol. 67, no. 2, pp. 399–410, 2019
work page 2019
-
[5]
Pr e-stimulus sensorimotor rhythms influence brain–computer interface c lassification performance,
C. L. Maeder, C. Sannelli, S. Haufe, and B. Blankertz, “Pr e-stimulus sensorimotor rhythms influence brain–computer interface c lassification performance,” IEEE Trans. on neural systems and rehabilitation engi- neering, vol. 20, no. 5, pp. 653–662, 2012
work page 2012
-
[6]
Filtering technique s for channel selection in motor imagery EEG applications: a survey,
M. Z. Baig, N. Aslam, and H. P . Shum, “Filtering technique s for channel selection in motor imagery EEG applications: a survey,” Artificial Intelligence Review, vol. 53, no. 2, pp. 1207–1232, 2020
work page 2020
-
[7]
Y . Xie, K. Wang, J. Meng, J. Y ue, L. Meng, W. Yi, T.-P . Jung, M. Xu, and D. Ming, “Cross-dataset transfer learning for motor ima gery signal classification via multi-task learning and pre-training,” Journal of Neural Engineering, vol. 20, no. 5, p. 056037, 2023
work page 2023
-
[8]
Commande robuste d’un effecteur par une i nterface cerveau–machine eeg asynchrone,
B. Alexandre, “Commande robuste d’un effecteur par une i nterface cerveau–machine eeg asynchrone,” Universit´ e de Grenoble, 2006
work page 2006
Show all 41 references
-
[9]
Review of the BCI competition IV,
M. Tangermann, K.-R. M¨ uller, A. Aertsen, N. Birbaumer, C. Braun, C. Brunner, R. Leeb, C. Mehring, K. J. Miller, G. R. M¨ uller-P utz, et al., “Review of the BCI competition IV,” Frontiers in neuroscience, vol. 6, p. 55, 2012
2012
-
[10]
Brain–computer communication: motiva tion, aim, and impact of exploring a virtual apartment,
R. Leeb, F. Lee, C. Keinrath, R. Scherer, H. Bischof, and G. Pfurtscheller, “Brain–computer communication: motiva tion, aim, and impact of exploring a virtual apartment,” IEEE Trans. on Neural Systems and Rehabilitation Engineering , vol. 15, no. 4, pp. 473–482, 2007
2007
-
[11]
Random forests in non–invasive sensorimotor rhythm brain-comput er interfaces: a practical and convenient non-linear classifier,
D. Steyrl, R. Scherer, J. Faller, and G. R. M¨ uller-Putz , “Random forests in non–invasive sensorimotor rhythm brain-comput er interfaces: a practical and convenient non-linear classifier,” Biomedical Engineer- ing/Biomedizinische Technik, vol. 61, no. 1, pp. 77–86, 2016
2016
-
[12]
Autocalibration and recurrent adaptation: Towards a plug and play online erd-BCI,
J. Faller, C. Vidaurre, T. Solis-Escalante, C. Neuper, and R. Scherer, “Autocalibration and recurrent adaptation: Towards a plug and play online erd-BCI,” IEEE Trans. on Neural Systems and Rehabilitation Engineering, vol. 20, no. 3, pp. 313–319, 2012
2012
-
[13]
Individually adapted imagery impr oves brain– computer interface performance in end-users with disabili ty,
R. Scherer, J. Faller, E. V . Friedrich, E. Opisso, U. Cos ta, A. K¨ ubler, and G. R. M¨ uller-Putz, “Individually adapted imagery impr oves brain– computer interface performance in end-users with disabili ty,” PloS One, vol. 10, no. 5, p. e0123727, 2015
2015
-
[14]
MOABB: trustworthy algor ithm bench- marking for BCIs,
V . Jayaram and A. Barachant, “MOABB: trustworthy algor ithm bench- marking for BCIs,” Journal of Neural Engineering , vol. 15, no. 6, p. 066011, 2018
2018
-
[15]
EEG dataset s for motor imagery brain–computer interface,
H. Cho, M. Ahn, S. Ahn, M. Kwon, and S. C. Jun, “EEG dataset s for motor imagery brain–computer interface,” GigaScience, vol. 6, no. 7, p. gix034, 2017
2017
-
[16]
EEG dataset and openbmi toolbox for three BCI paradigms: An investigation into BCI illiteracy,
M.-H. Lee, O.-Y . Kwon, Y .-J. Kim, H.-K. Kim, Y .-E. Lee, J. Williamson, S. Fazli, and S.-W. Lee, “EEG dataset and openbmi toolbox for three BCI paradigms: An investigation into BCI illiteracy,” GigaScience, vol. 8, no. 5, p. giz002, 2019
2019
-
[17]
Beam- forming in noninvasive brain–computer interfaces,
M. Grosse-Wentrup, C. Liefhold, K. Gramann, and M. Buss , “Beam- forming in noninvasive brain–computer interfaces,” IEEE Trans. on Biomedical Engineering , vol. 56, no. 4, pp. 1209–1219, 2009
2009
-
[18]
Upper limb movements can be decoded from the time-domain of low–freque ncy EEG,
P . Ofner, A. Schwarz, J. Pereira, and G. R. M¨ uller-Putz , “Upper limb movements can be decoded from the time-domain of low–freque ncy EEG,” PloS One , vol. 12, no. 8, p. e0182578, 2017. 10
2017
-
[19]
Physiobank, physiotoolkit, and physionet: comp onents of a new research resource for complex physiologic signals,
A. L. Goldberger, L. A. Amaral, L. Glass, J. M. Hausdorff , P . C. Ivanov, R. G. Mark, J. E. Mietus, G. B. Moody, C.-K. Peng, and H . E. Stanley, “Physiobank, physiotoolkit, and physionet: comp onents of a new research resource for complex physiologic signals,” Circulation, vo...
2000
-
[20]
Bci2000: a general–purpose brain-computer inter face (BCI) system,
G. Schalk, D. J. McFarland, T. Hinterberger, N. Birbaum er, and J. R. Wolpaw, “Bci2000: a general–purpose brain-computer inter face (BCI) system,” IEEE Trans. on Biomedical Engineering , vol. 51, no. 6, pp. 1034–1043, 2004
2004
-
[21]
Deep learning with convolutional neural networks for EEG d ecoding and visualization,
R. T. Schirrmeister, J. T. Springenberg, L. D. J. Fieder er, M. Glasstetter, K. Eggensperger, M. Tangermann, F. Hutter, W. Burgard, and T . Ball, “Deep learning with convolutional neural networks for EEG d ecoding and visualization,” Human Brain Mapping , vol. 38, no. 11, pp. ...
2017
-
[22]
Open access dataset for EEG+ nirs single- trial classification,
J. Shin, A. von L ¨ uhmann, B. Blankertz, D.-W. Kim, J. Jeo ng, H.-J. Hwang, and K.-R. M¨ uller, “Open access dataset for EEG+ nirs single- trial classification,” IEEE Trans. on Neural Systems and Rehabilitation Engineering, vol. 25, no. 10, pp. 1735–1745, 2016
2016
-
[23]
Evaluation of EEG oscillatory patterns and cognitive proc ess during simple and compound limb motor imagery,
W. Yi, S. Qiu, K. Wang, H. Qi, L. Zhang, P . Zhou, F. He, and D . Ming, “Evaluation of EEG oscillatory patterns and cognitive proc ess during simple and compound limb motor imagery,” PloS One , vol. 9, no. 12, p. e114853, 2014
2014
-
[24]
A fully automa ted trial selection method for optimization of motor imagery ba sed brain– computer interface,
B. Zhou, X. Wu, Z. Lv, L. Zhang, and X. Guo, “A fully automa ted trial selection method for optimization of motor imagery ba sed brain– computer interface,” PloS One , vol. 11, no. 9, p. e0162657, 2016
2016
-
[25]
Continuous sensor imotor rhythm based brain computer interface learning in a large populati on,
J. R. Stieger, S. A. Engel, and B. He, “Continuous sensor imotor rhythm based brain computer interface learning in a large populati on,” Scientific Data, vol. 8, no. 1, p. 98, 2021
2021
-
[26]
An EEG motor imagery dataset for brain computer interface in acute stroke patients,
H. Liu, P . Wei, H. Wang, X. Lv, W. Duan, M. Li, Y . Zhao, Q. Wa ng, X. Chen, G. Shi, et al. , “An EEG motor imagery dataset for brain computer interface in acute stroke patients,” Scientific Data , vol. 11, no. 1, p. 131, 2024
2024
-
[27]
EEGNet: a compact convolutional neural net work for EEG–based brain–computer interfces,
V . J. Lawhern, A. J. Solon, N. R. Waytowich, S. M. Gordon, C. P . Hung, and B. J. Lance, “EEGNet: a compact convolutional neural net work for EEG–based brain–computer interfces,” Journal of Neural Engineering , vol. 15, no. 5, p. 056013, 2018
2018
-
[28]
GPT-4 technical report,
J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L . Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat, et al. , “GPT-4 technical report,” arXiv preprint arXiv:2303.08774 , 2023
2023 arXiv
-
[29]
The llama 3 herd of models,
A. Dubey, A. Jauhri, A. Pandey, A. Kadian, A. Al-Dahle, A . Letman, A. Mathur, A. Schelten, A. Y ang, A. Fan, et al. , “The llama 3 herd of models,” arXiv preprint arXiv:2407.21783 , 2024
2024 arXiv
-
[30]
Qwen technical report,
J. Bai, S. Bai, Y . Chu, Z. Cui, K. Dang, X. Deng, Y . Fan, W. G e, Y . Han, F. Huang, et al. , “Qwen technical report,” arXiv preprint arXiv:2309.16609, 2023
2023 arXiv
-
[31]
Large brain mode l for learning generic representations with tremendous EEG data in BCI,
W.-B. Jiang, L.-M. Zhao, and B.-L. Lu, “Large brain mode l for learning generic representations with tremendous EEG data in BCI,” i n Proc. Int’l Conf. on Learning Representations , (Vienna, Austria), May. 2024
2024
-
[32]
EEGPT: Pret rained transformer for universal and reliable representation of E EG signals,
G. Wang, W. Liu, Y . He, C. Xu, L. Ma, and H. Li, “EEGPT: Pret rained transformer for universal and reliable representation of E EG signals,” (V ancouver, Canada), pp. 39249–39280, Dec. 2025
2025
-
[33]
Spatial distilla tion based distribution alignment (SDDA) for cross-headset EEG class ification,
D. Liu, S. Li, Z. Wang, W. Li, and D. Wu, “Spatial distilla tion based distribution alignment (SDDA) for cross-headset EEG class ification,” arXiv preprint arXiv:2503.05349 , 2025
2025 arXiv
-
[34]
Neurophysiological pr edictor of SMR-based BCI performance,
B. Blankertz, C. Sannelli, S. Halder, E. M. Hammer, A. K¨ ubler, K.-R. M¨ uller, G. Curio, and T. Dickhaus, “Neurophysiological pr edictor of SMR-based BCI performance,” Neuroimage, vol. 51, no. 4, pp. 1303– 1309, 2010
2010
-
[35]
Swi tching EEG headsets made easy: Reducing offline calibration effort using active wighted adaptation regularization,
D. Wu, V . J. Lawhern, W. D. Hairston, and B. J. Lance, “Swi tching EEG headsets made easy: Reducing offline calibration effort using active wighted adaptation regularization,” IEEE Trans. on Neural Systems and Rehabilitation Engineering , vol. 24, no. 11, pp. 1125–1137, 2016
2016
-
[36]
Enha ncing transfer performance across datasets for brain-computer i nterfaces using a combination of alignment strategies and adaptive batch no rmalization,
L. Xu, M. Xu, Z. Ma, K. Wang, T.-P . Jung, and D. Ming, “Enha ncing transfer performance across datasets for brain-computer i nterfaces using a combination of alignment strategies and adaptive batch no rmalization,” Journal of Neural Engineering , vol. 18, no. 4, p. 0460e5, 2021
2021
-
[37]
Manifold embedded knowledge transf er for brain-computer interfaces,
W. Zhang and D. Wu, “Manifold embedded knowledge transf er for brain-computer interfaces,” IEEE Trans. on Neural Systems and Reha- bilitation Engineering , vol. 28, no. 5, pp. 1117–1127, 2020
2020
-
[38]
A cross-dataset adaptive domain selection transfer learn ing framework for motor imagery-based brain-computer interfaces,
J. Jin, G. Bai, R. Xu, K. Qin, H. Sun, X. Wang, and A. Cichoc ki, “A cross-dataset adaptive domain selection transfer learn ing framework for motor imagery-based brain-computer interfaces,” Journal of Neural Engineering, vol. 21, no. 3, p. 036057, 2024
2024
-
[39]
CBraMoD: A criss-cross brain foundation model for EEG deco ding,
J. Wang, S. Zhao, Z. Luo, Y . Zhou, H. Jiang, S. Li, T. Li, an d G. Pan, “CBraMoD: A criss-cross brain foundation model for EEG deco ding,” arXiv preprint arXiv:2412.07236 , 2024
2024
-
[40]
EEGfo rmer: A transformer–based brain activity classification method u sing EEG signal,
Z. Wan, M. Li, S. Liu, J. Huang, H. Tan, and W. Duan, “EEGfo rmer: A transformer–based brain activity classification method u sing EEG signal,” Frontiers in Neuroscience, vol. 17, p. 1148855, 2023
2023
-
[41]
NeuroLM: A uni versal multi-task foundation model for bridging the gap between la nguage and EEG signals,
W.-B. Jiang, Y . Wang, B.-L. Lu, and D. Li, “NeuroLM: A uni versal multi-task foundation model for bridging the gap between la nguage and EEG signals,” arXiv preprint arXiv:2409.00101 , 2024
2024 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.