REVIEW 3 major objections 5 minor 33 references
A hybrid CNN-SNN model reaches 80.13% accuracy on five-class imagined-speech EEG, beating prior methods that top out near 70%.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-11 23:33 UTC pith:UFBZCWCI
load-bearing objection First SNN on imagined-speech EEG with an 80% single-split number; real application novelty, but the superiority claim is under-controlled. the 3 major comments →
EEG-Based Imagined Speech Decoding Using a Hybrid CNN-SNN Architecture
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
A hybrid architecture that first extracts temporal features with a 1-D CNN and then classifies them with a two-layer LIF spiking network achieves 80.13% accuracy on the five-class 2020 BCI Competition III imagined-speech EEG benchmark, outperforming earlier methods whose best reported accuracy was 70.19% under comparable evaluation settings; the authors present this as the first use of SNNs for EEG-based imagined speech decoding.
What carries the argument
The hybrid CNN-SNN pipeline: three 1-D convolutional layers produce 64-channel temporal embeddings that are converted into spike trains and fed to two fully-connected LIF layers (hidden β=0.6, θ=1.0; output β=0.7, θ=0.2); class prediction is obtained by rate-based decoding of the output neurons’ mean spike counts over discrete time steps.
Load-bearing premise
The claim of superiority rests on a single fixed 85/15 split of one competition dataset with no subject-independent cross-validation, no significance tests, and no error bars across subjects or runs.
What would settle it
Re-evaluate the identical CNN-SNN architecture on the same five-class EEG data under a leave-one-subject-out or multi-seed subject-dependent protocol; if mean accuracy falls below the previously best published figure of ~70% or loses statistical significance, the superiority claim collapses.
If this is right
- Spike-based classifiers can be substituted for conventional dense layers in EEG speech BCIs without sacrificing accuracy.
- The reported ~98 ms inference latency on a consumer GPU supports the feasibility of real-time, low-power imagined-speech interfaces.
- Future neuromorphic hardware implementations of the same LIF stack could run at far lower energy cost than equivalent ANNs.
- The same hybrid template may transfer to other non-stationary, low-SNR neural signals beyond imagined speech.
Where Pith is reading between the lines
- Because the SNN operates on CNN features rather than raw EEG, the same spiking decoder could be grafted onto other strong EEG front-ends (EEGNet, transformers) with little redesign.
- The large accuracy gap over prior CNN-only models suggests that the temporal memory of LIF neurons is capturing residual dynamics that pure convolutional receptive fields miss.
- A natural next experiment is to replace the rate decoder with a first-spike or temporal-coding scheme and measure both accuracy and energy on neuromorphic chips.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a hybrid CNN–SNN pipeline for five-class imagined-speech decoding from 64-channel EEG on the 2020 BCI Competition III dataset (words/phrases: Hello, Help me, Stop, Thank you, Yes). After notch, CAR, and z-score preprocessing, a three-layer 1D CNN extracts temporal features; these are converted to spike trains and classified by a two-layer LIF SNN with rate-based decoding (Eqs. 1–2). On a fixed 85/15 reuse of the competition training and validation subsets (4500/750 trials), the model reports 80.13% accuracy and 80.14% F1, claimed to exceed prior results on the same benchmark (highest cited 70.19% in Table II) and to be the first use of SNNs for EEG imagined speech. Offline inference latency is given as ~98 ms per trial.
Significance. If the performance edge survives stronger evaluation, this would be a useful early demonstration that CNN feature extractors can be productively paired with spike-based classifiers for non-invasive imagined-speech BCIs, and it would support further neuromorphic BCI work. Strengths include a clear, reimplementable architecture (CNN kernels/pooling, LIF β/θ, dual learning rates, surrogate-gradient training), use of a public competition dataset, and an explicit first-SNN novelty claim that is consistent with the related-work survey. The absolute accuracy is competitive on this five-class task; the contribution is therefore of genuine interest to the BCI and neuromorphic communities provided the evaluation claims are tightened.
major comments (3)
- [Section III-A; Table II; Section IV] The superiority claim (80.13% vs. literature max 70.19%) rests on a single fixed 85/15 split of the competition train+val subsets (4500/750 trials) with no subject-wise means or standard deviations, no subject-independent folds, no multi-run variance, and no statistical tests against baselines. Given well-known inter- and intra-subject variability and non-stationarity of EEG imagined speech, this protocol is too weak to support a general claim of outperformance under “comparable evaluation settings.” Subject-wise results (mean±std), at least one additional split or leave-one-subject-out style check where feasible, and significance testing against the strongest reimplemented baseline are needed.
- [Section III-C; Eqs. (1)–(2); Section IV; Table II] There is no matched ablation that keeps the identical CNN feature extractor and replaces the LIF rate-decoding head (Eqs. 1–2, β=0.6/0.7, θ=1.0/0.2) with a conventional dense/softmax (or other non-spiking) classifier of comparable capacity. Without this control, the attribution of the gain to “spike-based temporal decoding” and biologically inspired dynamics cannot be isolated from the CNN representation itself. A pure-CNN and, if possible, a pure-SNN (or ANN-to-SNN converted) baseline under the same split and preprocessing are load-bearing for the central architectural claim.
- [Table II; Section IV] Table II aggregates published numbers that may differ in preprocessing, channel selection, exact train/val/test usage, or subject handling. The manuscript asserts “comparable evaluation settings” but does not re-run the strongest prior methods (e.g., Spectro-Spatio-Temporal CNN, EEGNet-SPDNet) under the authors’ own pipeline. Either re-evaluate key baselines under the same protocol or qualify the comparison more carefully so that the 80.13% figure is not over-interpreted as a strict ranking.
minor comments (5)
- [Section III-C.2; Fig. 2(b)] The “temporal encoding strategy” that maps CNN feature sequences (B, 64, 99) into spike trains is named but not specified (rate coding, latency coding, threshold crossing, etc.). A short equation or pseudocode would make the pipeline fully reproducible.
- [Fig. 2] Fig. 2 reports intermediate shapes (B, 64, 795) and (B, 64, 99) without stating the original trial length after sampling/pooling; a one-line derivation of the temporal dimension would help readers verify the architecture.
- [Title page; Section II; Table I] Minor presentation issues: author name spacing (“Iv ´an L ´opez-Espejo”); “ReliefFneighborhood” missing hyphen; occasional grammar (“this task remains a challenging”); Table I is very generic relative to the rest of the related work.
- [Section III-C.2; Section IV] Hyperparameters (β, θ, dual learning rates, dropout, weight decay) are stated but no sensitivity or selection procedure is given; a brief note or small ablation would strengthen confidence that the result is not brittle to these free parameters.
- [Section IV / Conclusion] Code and exact preprocessing scripts are not mentioned; releasing them would substantially improve reproducibility beyond the public dataset link.
Circularity Check
No circularity: reported accuracy is a direct empirical measurement on a fixed public split, not a quantity derived from or forced by its own inputs.
full rationale
The paper's central claim is an empirical classification accuracy (80.13%) obtained by training a hybrid CNN-SNN on the 2020 BCI Competition III training subset and evaluating on the held-out validation subset (Section III-A, Table II). Hyper-parameters (LIF eta/ heta, learning rates, dropout) are author-chosen but do not algebraically or statistically force the reported accuracy by construction; the accuracy is measured after training, not predicted from a fitted constant that is then re-presented. There are no self-definitional equations, no uniqueness theorems imported from the authors' prior work, no ansatz smuggled via self-citation, and no renaming of a known result. Literature comparisons are external numbers under stated evaluation settings. The derivation chain is therefore an ordinary supervised-learning pipeline that is self-contained against the public benchmark; any weaknesses lie in experimental design (single split, lack of ablations) rather than circular reasoning.
Axiom & Free-Parameter Ledger
free parameters (5)
- LIF decay beta (hidden layer) =
0.6
- LIF decay beta (output layer) =
0.7
- LIF threshold theta (output) =
0.2
- CNN and SNN learning rates =
3e-4 / 5e-5
- Dropout rates and weight decay =
0.15/0.05, 2e-4
axioms (4)
- domain assumption Leaky integrate-and-fire neurons with surrogate-gradient (arc-tangent) training adequately capture the temporal dynamics needed for imagined-speech classification.
- ad hoc to paper The competition-provided 60/10 trial split (re-used as 85/15 train/test) is a valid and comparable evaluation protocol for claiming superiority over prior work.
- domain assumption Rate-based decoding (mean firing rate over T steps) is a sufficient readout for multi-class imagined speech.
- domain assumption Notch (50 Hz) + CAR + per-channel z-score preprocessing removes the dominant noise without discarding class-discriminative information.
read the original abstract
Imagined speech decoding using EEG signals has emerged as a promising frontier in brain-computer interface (BCI) research, particularly to restore communication for individuals with severe speech impairments. However, decoding imagined speech remains a complex task due to the non-stationary, low-amplitude, and highly variable nature of EEG signals. Existing methods often rely on classical machine learning or deep learning models that fail to exploit spike-based temporal dynamics or event-driven firing mechanisms of biological neurons, which are naturally modeled by spiking neural networks (SNNs). In this study, we propose a hybrid decoding pipeline that extracts temporal representations using convolutional neural networks (CNNs) followed by biologically inspired temporal classification via SNNs. To our knowledge, this is the first study to integrate SNNs into EEG-based imagined speech decoding. Experimental results show that the proposed CNN-SNN architecture achieves an accuracy of 80.13% on the 2020 BCI Competition III benchmark, surpassing existing methods reported in the literature (up to 70.19%) under comparable evaluation settings. These findings demonstrate the effectiveness of spike-based temporal decoding for imagined speech, highlighting the promise of biologically grounded pipelines for next generation neuromorphic BCI applications.
Figures
Reference graph
Works this paper leans on
-
[1]
Revealing the spatiotemporal brain dynamics of covert speech compared with overt speech: A simultaneous EEG-fMRI study,
W. Zhang, M. Jiang, K. A. C. Teo, R. Bhuvanakantham, L. Fong, W. K. J. Sim, Z. Guo, C. H. V . Foo, R. H. J. Chua, P. Padmanabhan et al., “Revealing the spatiotemporal brain dynamics of covert speech compared with overt speech: A simultaneous EEG-fMRI study,”Neu- roImage, vol. 293, p. 120629, 2024
2024
-
[2]
(2024, Aug
World Health Organization. (2024, Aug. 7) The top 10 causes of death. https://www.who.int/news-room/fact-sheets/detail/the-top-10- causes-of-death. Accessed: 2025-05-09
2024
-
[3]
A neural speech decoding framework leveraging deep learning and speech synthesis,
X. Chen, R. Wang, A. Khalilian-Gourtani, L. Yu, P. Dugan, D. Friedman, W. Doyle, O. Devinsky, Y . Wang, and A. Flinker, “A neural speech decoding framework leveraging deep learning and speech synthesis,” Nature Machine Intelligence, vol. 6, pp. 467–480, 2024
2024
-
[4]
Government Accountability Office
U.S. Government Accountability Office. (2022, Sep.) Science & tech spotlight: Braincomputer interfaces. Washington, D.C. Accessible PDF, 2 pages. Accessed: 2025-04-12. [Online]. Available: https://www.gao.gov/products/gao-22-106118
2022
-
[5]
What is artificial intelligence (AI)?
C. Strykeret al., “What is artificial intelligence (AI)?” 2024, IBM Think, Accessed: 2025-0510
2024
-
[6]
Multimodal brain-computer interfaces: AI-powered decoding methodologies,
S. Li, H. Wang, X. Chen, and D. Wu, “Multimodal brain-computer interfaces: AI-powered decoding methodologies,” 2025. [Online]. Available: https://arxiv.org/abs/2502.02830
Pith/arXiv arXiv 2025
-
[7]
Language recovery following stroke,
A. Gerstenecker and R. M. Lazar, “Language recovery following stroke,” The Clinical Neuropsychologist, vol. 33, no. 5, pp. 928–947, 2019
2019
-
[8]
Review of deep learning models with spiking neural networks for modeling and analysis of multimodal neuroimaging data,
A. Khan, V . Shim, J. Fernandez, N. K. Kasabov, and A. Wang, “Review of deep learning models with spiking neural networks for modeling and analysis of multimodal neuroimaging data,”Frontiers in Neuroscience, vol. 19, p. 1623497, 2025
2025
-
[9]
Understanding design features of music and language: The choric/dialogic distinction,
F. Haiduk and W. T. Fitch, “Understanding design features of music and language: The choric/dialogic distinction,”Frontiers in Psychology, vol. 13, p. 786899, 2022
2022
-
[10]
Modulating brain activity with invasive brain–computer interface: a narrative review,
Z.-P. Zhao, C. Nie, C.-T. Jiang, S.-H. Cao, K.-X. Tian, S. Yu, and J.-W. Gu, “Modulating brain activity with invasive brain–computer interface: a narrative review,”Brain Sciences, vol. 13, no. 1, p. 134, 2023
2023
-
[11]
Imagined speech reconstruction from neural signals–an overview of sources and methods,
J. Tang, J. Chen, X. Xu, A. Liu, and X. Chen, “Imagined speech reconstruction from neural signals–an overview of sources and methods,” IEEE Transactions on Instrumentation and Measurement, 2024
2024
-
[12]
Decoding covert speech from EEG-a comprehensive review,
J. T. Panachakel and A. G. Ramakrishnan, “Decoding covert speech from EEG-a comprehensive review,”Frontiers in Neuroscience, vol. 15, p. 642251, 2021
2021
-
[13]
Multivariate dynamic mode decom- position for automatic imagined speech recognition using multichannel eeg signals,
A. S. S. Reddy and R. B. Pachori, “Multivariate dynamic mode decom- position for automatic imagined speech recognition using multichannel eeg signals,”IEEE Sensors Letters, vol. 8, no. 2, pp. 1–4, Feb 2024
2024
-
[14]
Connectivity measures based imagined speech recognition using parallel relieff-nca based channel selection,
R. Juyal, H. Muthusamy, and N. Kumar, “Connectivity measures based imagined speech recognition using parallel relieff-nca based channel selection,” inProceedings of the 2023 International Conference on Computer, Electronics & Electrical Engineering & Their Applications (IC2E3), Jun 2023
2023
-
[15]
Inner speech classification using inter-trial coherence framework for feature extrac- tion,
D. Lopez-Bernal, D. Balderas, P. Ponce, and A. Molina, “Inner speech classification using inter-trial coherence framework for feature extrac- tion,” in2023 19th International Symposium on Medical Information Processing and Analysis (SIPAIM). IEEE, 2023, pp. 1–6
2023
-
[16]
Decoding covert speech for intuitive control of brain-computer interfaces based on single-trial EEG: a feasibility study,
L. Tøttrup, K. Leerskov, J. T. Hadsund, E. N. Kamavuako, R. L. Kæseler, and M. Jochumsen, “Decoding covert speech for intuitive control of brain-computer interfaces based on single-trial EEG: a feasibility study,” in2019 IEEE 16th International Conference on Rehabilitation Robotics (ICORR). IEEE, 2019, pp. 689–693
2019
-
[17]
Diff-E: Diffusion-based Learning for Decoding Imagined Speech EEG,
S. Kim, Y .-E. Lee, S.-H. Lee, and S.-W. Lee, “Diff-E: Diffusion-based Learning for Decoding Imagined Speech EEG,” inInterspeech 2023, 2023, pp. 1159–1163
2023
-
[18]
Decoding Imagined Speech from EEG Data: A Hybrid Deep Learning Approach to Capturing Spatial and Temporal Features,
Y . F. Alharbi and Y . A. Alotaibi, “Decoding Imagined Speech from EEG Data: A Hybrid Deep Learning Approach to Capturing Spatial and Temporal Features,”Life, vol. 14, no. 11, p. 1501, 2024
2024
-
[19]
Electroencephalography-based imagined speech recognition using deep long short-term memory network,
P. Agarwal and S. Kumar, “Electroencephalography-based imagined speech recognition using deep long short-term memory network,”ETRI Journal, 2022
2022
-
[20]
ConvMixer with large kernel: an efficient architecture for classi- fying the EEG of imagined speech,
Z. Li, “ConvMixer with large kernel: an efficient architecture for classi- fying the EEG of imagined speech,” inSixth International Conference on Computer Information Science and Application Technology (CISAT 2023), vol. 12800. SPIE, 2023, pp. 699–704
2023
-
[21]
A neuromorphic event-based neural record- ing system for smart brain-machine-interfaces,
F. Corradi and G. Indiveri, “A neuromorphic event-based neural record- ing system for smart brain-machine-interfaces,”IEEE Transactions on Biomedical Circuits and Systems, vol. 9, no. 5, pp. 699–709, 2015
2015
-
[22]
Multi-class imagined speech classificatio(BCI2020),
B. C. Committee, “Multi-class imagined speech classificatio(BCI2020),”
-
[23]
Available: https://www.kaggle.com/dsv/11693877
[Online]. Available: https://www.kaggle.com/dsv/11693877
-
[24]
American clinical neurophysiology society guideline 2,
J. N. Acharya, A. Hani, J. Cheek, P. Thirumala, and T. N. Tsuchida, “American clinical neurophysiology society guideline 2,”Journal of Clinical Neurophysiology, vol. 33, no. 4, p. 308311, Aug 2016
2016
-
[25]
Networks of spiking neurons: the third generation of neural network models,
W. Maass, “Networks of spiking neurons: the third generation of neural network models,”Neural Networks, vol. 10, no. 9, pp. 1659–1671, 1997
1997
-
[26]
Learning delays through gradients and structure: emergence of spatiotemporal patterns in spiking neural networks,
B. M ´esz´aroset al., “Learning delays through gradients and structure: emergence of spatiotemporal patterns in spiking neural networks,” Frontiers in Computational Neuroscience, vol. 18, p. 1460309, 2024
2024
-
[27]
Event-driven learning for spiking neural networks,
W. Wei, M. Zhang, J. Zhang, A. Belatreche, J. Wu, Z. Xu, X. Qiuet al., “Event-driven learning for spiking neural networks,” 2024
2024
-
[28]
Efficient processing of spatio-temporal data streams with spiking neural networks,
A. Kugele, T. Pfeil, M. Pfeiffer, and E. Chicca, “Efficient processing of spatio-temporal data streams with spiking neural networks,”Frontiers in Neuroscience, vol. 14, p. 512192, 2020
2020
-
[29]
Decoding Imagined Speech Based on Deep Metric Learning for Intuitive BCI Communication,
D.-Y . Lee, M. Lee, and S.-W. Lee, “Decoding Imagined Speech Based on Deep Metric Learning for Intuitive BCI Communication,”IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 29, pp. 1363–1374, 2021
2021
-
[30]
Spectro-Spatio-Temporal EEG Rep- resentation Learning for Imagined Speech Recognition,
W. Ko, E. Jeon, and H.-I. Suk, “Spectro-Spatio-Temporal EEG Rep- resentation Learning for Imagined Speech Recognition,” inPattern Recognition, C. Wallraven, Q. Liu, and H. Nagahara, Eds. Cham: Springer International Publishing, 2022, pp. 335–346
2022
-
[31]
Supervised categorized principal component analysis for imagined speech classifica- tion via applying singular value decomposition on a symmetry matrix,
X.-B. Zheng, B. Wing-Kuen Ling, S.-Y . Zheng, and C.-J. Li, “Supervised categorized principal component analysis for imagined speech classifica- tion via applying singular value decomposition on a symmetry matrix,” Biomedical Signal Processing and Control, vol. 86, p. 105324, 2023
2023
-
[32]
Combining EEGNet with SPDNet Towards an End-To- End Architecture for Imagined Speech Decoding,
G. Rousis, F. P. Kalaganis, S. Nikolopoulos, I. Kompatsiaris, and P. C. Petrantonakis, “Combining EEGNet with SPDNet Towards an End-To- End Architecture for Imagined Speech Decoding,” in32nd European Signal Processing Conference (EUSIPCO), 2024, pp. 1531–1535
2024
-
[33]
Enhancing Word- Level Imagined Speech BCI Through Heterogeneous Transfer Learning,
A. Li, Z. Wang, X. Zhao, T. Xu, T. Zhou, and H. Hu, “Enhancing Word- Level Imagined Speech BCI Through Heterogeneous Transfer Learning,” in2024 46th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), 2024, pp. 1–4
2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.