REVIEW 2 major objections 2 minor 30 references
Embedding real-time EEG quality scoring into seizure prediction raises cross-patient AUC without adaptation or target data.
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.3
2026-06-30 16:10 UTC pith:TTLCYES2
load-bearing objection CLSP-REQA adds a parallel quality estimator to a Mamba-BiLSTM seizure predictor and claims better generalization on public EEG data under strict cross-patient testing, but the evidence that the quality gate is responsible for the gains is missing. the 2 major comments →
CLSP-REQA: A Real-Time Quality-Aware Closed-Loop Seizure Prediction Framework with Mamba-BiLSTM and Confidence-Gated Intervention
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
CLSP-REQA runs a Mamba-BiLSTM predictor in parallel with a REQA module that outputs a scalar quality score q in [0,1]; this score is combined with the raw prediction via the tiered ECLO fusion function to produce a calibrated output tuple (p, q, c, Phi_SHAP). On the CHB-MIT database with 23 subjects and 198 seizures the model reaches AUC-ROC 0.7426 under strict cross-patient evaluation using 16 channels and no target-patient data, exceeding the 0.69 baseline. The same architecture achieves 0.7012 on the SIENA database, exceeding the prior best domain-adapted cross-patient result of 0.61.
What carries the argument
The REQA module, which computes a scalar quality score q that gates prediction confidence through the tiered non-linear ECLO fusion function.
Load-bearing premise
The quality score and fusion function improve generalization and calibration without introducing bias or reducing sensitivity.
What would settle it
An ablation experiment on the identical CHB-MIT cross-patient split in which the REQA module and ECLO fusion are removed and the AUC-ROC falls to 0.69 or below.
If this is right
- The model operates with only 16 EEG channels while still exceeding prior results that used 23 channels.
- No target-patient recordings or domain adaptation steps are required for the reported performance levels.
- The four-tuple output is directly compatible with closed-loop neurostimulator interfaces.
- The same architecture generalizes from CHB-MIT to the SIENA database under the same strict protocol.
Where Pith is reading between the lines
- The quality-gated output could allow neurostimulation devices to suppress low-confidence alerts and reduce unnecessary interventions.
- The parallel quality module may be reusable as a lightweight add-on for other EEG-based prediction tasks that face variable signal quality.
- Because performance holds without patient-specific data, deployment timelines in clinical settings could shorten compared with methods that require calibration recordings.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces CLSP-REQA, a closed-loop seizure prediction framework combining a Mamba-BiLSTM backbone with a parallel Real-time EEG Quality Assessment (REQA) module that outputs a scalar quality score q in [0,1]. This score modulates predictions via a tiered non-linear fusion function (ECLO). Under strict leave-one-patient-out cross-patient evaluation, the method reports AUC-ROC of 0.7426 ± 0.0199 on CHB-MIT (n=23 subjects, 198 seizures, 16 channels) outperforming a 0.69 baseline, and 0.7012 ± 0.0249 on SIENA (n=14 subjects, 47 seizures), exceeding prior domain-adapted results, while producing a (p, q, c, Phi_SHAP) tuple for neurostimulator interfaces.
Significance. If the quality-aware component is shown to drive the gains, the work could meaningfully improve real-world deployability of seizure prediction by explicitly handling EEG signal variability, enabling safer closed-loop neurostimulation without per-patient adaptation. The strict cross-patient protocol, reduced channel count, and cross-dataset results are positive features if substantiated.
major comments (2)
- [Methods] Methods section: the functional form of the ECLO tiered non-linear fusion, the training objective used to produce the scalar q, and any hyperparameters of the REQA module are not specified, preventing assessment of whether the quality gate is the source of the reported cross-patient AUC lift.
- [Results] Results section: no ablation or sensitivity analysis is presented that isolates the contribution of the REQA module and ECLO fusion from the Mamba-BiLSTM backbone alone; the 0.05 AUC-ROC improvement on CHB-MIT (0.7426 vs. 0.69) could therefore arise from backbone choice, channel selection, or hyperparameter tuning rather than the claimed quality-aware intervention.
minor comments (2)
- [Abstract] Abstract: the statement that only 16 channels are used (vs. 23 in prior work) would benefit from explicit discussion of whether this reduction affects comparability of the reported AUC values.
- [Abstract] The error bars (±0.0199 and ±0.0249) are given but the number of folds or statistical test justifying them is not stated in the abstract-level summary.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback highlighting the need for greater methodological transparency and empirical isolation of the quality-aware components. We will revise the manuscript to address both major comments directly.
read point-by-point responses
-
Referee: [Methods] Methods section: the functional form of the ECLO tiered non-linear fusion, the training objective used to produce the scalar q, and any hyperparameters of the REQA module are not specified, preventing assessment of whether the quality gate is the source of the reported cross-patient AUC lift.
Authors: We agree that the current manuscript does not provide sufficient detail on these elements. In the revised version we will add the exact mathematical formulation of the tiered non-linear ECLO fusion function, the supervised regression objective and loss used to train the REQA module on signal-quality labels, and the complete set of REQA hyperparameters (architecture, learning rate, regularization). These additions will allow readers to evaluate whether the quality gate drives the reported performance gains. revision: yes
-
Referee: [Results] Results section: no ablation or sensitivity analysis is presented that isolates the contribution of the REQA module and ECLO fusion from the Mamba-BiLSTM backbone alone; the 0.05 AUC-ROC improvement on CHB-MIT (0.7426 vs. 0.69) could therefore arise from backbone choice, channel selection, or hyperparameter tuning rather than the claimed quality-aware intervention.
Authors: We acknowledge the absence of targeted ablations. The manuscript currently reports only the end-to-end cross-patient results. In the revision we will insert an ablation table comparing the full CLSP-REQA model against the Mamba-BiLSTM backbone alone (without REQA or ECLO), as well as a sensitivity analysis varying the ECLO fusion parameters. This will directly test whether the quality-aware intervention accounts for the observed AUC lift beyond backbone or hyperparameter effects. revision: yes
Circularity Check
No circularity: empirical AUC results on public datasets are measured outcomes, not quantities derived by construction.
full rationale
The paper reports AUC-ROC values (0.7426 on CHB-MIT, 0.7012 on SIENA) under leave-one-patient-out cross-patient evaluation as direct experimental measurements on external public datasets. The REQA module, scalar q, and ECLO fusion are presented as architectural choices whose effect is assessed via these held-out evaluations rather than being defined in terms of the target metrics. No equations, fitted parameters renamed as predictions, or self-citation chains appear in the provided text that would reduce the headline performance claims to inputs by construction. The comparison baselines (Jemal et al., domain-adapted results) are external. This is the standard case of a self-contained empirical study.
Axiom & Free-Parameter Ledger
free parameters (2)
- Mamba-BiLSTM hyperparameters
- ECLO tier thresholds and scaling parameters
axioms (1)
- domain assumption CHB-MIT and SIENA datasets capture the range of real-world EEG quality variation encountered in clinical deployment.
invented entities (2)
-
REQA module
no independent evidence
-
ECLO fusion function
no independent evidence
read the original abstract
Reliable seizure prediction is a prerequisite for closed-loop neurostimulation therapy, yet existing methods rarely account for the variability in EEG signal quality encountered in real-world deployment, and the overwhelming majority adopt non-strict evaluation protocols that overestimate generalisation performance. We propose CLSP-REQA (Closed-Loop Seizure Prediction with Real-time EEG Quality Assessment), a unified framework that embeds a lightweight signal quality estimator directly within the prediction pipeline. A Real-time EEG Quality Assessment (REQA) module runs in parallel with a Mamba-BiLSTM backbone, producing a scalar quality score q in [0,1] that modulates output confidence through a tiered non-linear fusion function (ECLO). Under strict cross-patient evaluation on the CHB-MIT Scalp EEG Database (n = 23 subjects, 198 seizures), CLSP-REQA achieves an AUC-ROC of 0.7426 +- 0.0199, outperforming the unadapted cross-patient baseline of 0.69 reported by Jemal et al., using only 16 EEG channels compared to 23 in prior work, and without requiring any target-patient data or domain adaptation. On the SIENA Scalp EEG Database (n = 14 subjects, 47 seizures), CLSP-REQA achieves AUC 0.7012 +- 0.0249, substantially surpassing the best domain-adapted cross-patient result of 0.61 on the same dataset, demonstrating strong cross-dataset generalisation. The framework outputs a structured four-tuple (p, q, c, Phi_SHAP) directly compatible with closed-loop neurostimulator interfaces.
Figures
Reference graph
Works this paper leans on
-
[1]
World Health Organization, Epilepsy: a public health imperative, WHO Technical Report
-
[2]
P. Kwan, M. J. Brodie, Early identification of refractory epilepsy, New England Journal of Medicine 342 (5) (2000) 314–319
work page 2000
-
[3]
F. Mormann, R. G. Andrzejak, C. E. Elger, K. Lehnertz, Seizure pre- diction: the long and winding road, Brain 130 (2) (2007) 314–333
work page 2007
-
[4]
M. J. Cook, T. J. O’Brien, S. F. Berkovic, et al., Prediction of seizure likelihood with a long-term, implanted seizure advisory system in pa- tients with drug-resistant epilepsy: a first-in-man study, The Lancet Neurology 12 (6) (2013) 563–571
work page 2013
-
[5]
C. N. Heck, D. King-Stephens, A. D. Massey, D. R. Nair, B. C. Jobst, G. L. Barkley, V. Salanova, A. J. Cole, M. C. Smith, R. P. Gwinn, et al., Two-year seizure reduction in adults with medically intractable partial onset epilepsy treated with responsive neurostimulation: final results of the RNS system pivotal trial, Epilepsia 55 (3) (2014) 432–441
work page 2014
-
[6]
S. Shafiezadeh, G. M. Duma, G. Mento, P. Trevisan, Methodological pitfalls in machine learning research on epileptic seizure prediction: a systematic review, Applied Sciences 14 (2) (2024) 682
work page 2024
- [7]
-
[8]
B. Kalita, N. Deb, D. Das, AnEEG: Leveraging deep learning for effec- tive artifact removal in EEG data, Scientific Reports 14 (2024) 24356. doi:10.1038/s41598-024-75091-z
-
[9]
K. M. Tsiouris, V. C. Pezoulas, M. Zervakis, S. Konitsiotis, D. D. Kout- souris, D. I. Fotiadis, A long short-term memory deep learning network for the prediction of epileptic seizures using EEG signals, Computers in Biology and Medicine 99 (2018) 24–37. 23
work page 2018
-
[10]
T. Dissanayake, T. Fernando, S. Denman, S. Sridharan, C. Fookes, Geo- metric deep learning for subject-independent epileptic seizure prediction using scalp EEG signals, IEEE Journal of Biomedical and Health Infor- matics 26 (2) (2022) 527–538
work page 2022
-
[11]
M. Chen, J. Xie, F. Luo, Q. Ren, A dual-system approach for epilepsy diagnosis: integrating Mamba-Bi-LSTM architecture with SHAP-based verification, Biomedical Engineering Advances (2026) 100218
work page 2026
-
[12]
J. Wang, S. Zhao, Z. Luo, Y. Zhou, S. Li, G. Pan, EEGMamba: An EEG foundation model with Mamba, Neural Networks (2025) 107816
work page 2025
-
[13]
W. Zhao, W.-F. Wang, L. M. Patnaik, B.-C. Zhang, S.-J. Weng, S.- X. Xiao, D.-Z. Wei, H.-F. Zhou, Residual and bidirectional LSTM for epileptic seizure detection, Frontiers in Computational Neuroscience 18 (2024) 1415967
work page 2024
-
[14]
A. Gu, T. Dao, Mamba: Linear-time sequence modeling with selective state spaces, arXiv preprint arXiv:2312.00752
work page internal anchor Pith review Pith/arXiv arXiv
- [15]
-
[16]
S. M. Lundberg, S.-I. Lee, A unified approach to interpreting model predictions, in: Advances in Neural Information Processing Systems, Vol. 30, 2017, pp. 4765–4774
work page 2017
-
[17]
F. Manzouri, S. Heller, M. Dümpelmann, P. Woias, A. Schulze-Bonhage, Early seizure detection for closed loop direct neurostimulation devices in epilepsy, Journal of Neural Engineering 16 (4) (2019) 041001.doi: 10.1088/1741-2552/ab094a
-
[18]
A. H. Shoeb, Application of machine learning to epileptic seizure on- set detection and treatment, Ph.D. thesis, Massachusetts Institute of Technology (2009)
work page 2009
- [19]
-
[20]
K. M. Tsiouris, V. C. Pezoulas, D. D. Koutsouris, M. Zervakis, D. I. Fotiadis, Discrimination of preictal and interictal brain states from long- term EEG data, in: Proceedings of IEEE CBMS, 2017, pp. 318–323
work page 2017
-
[21]
N. D. Truong, A. D. Nguyen, L. Kuhlmann, et al., Convolutional neural networks for seizure prediction using intracranial and scalp electroen- cephalogram, Neural Networks 105 (2018) 104–111
work page 2018
-
[22]
H. Khan, L. Marcuse, M. Fields, K. Swann, B. Yener, Focal onset seizure prediction using convolutional networks, IEEE Transactions on Biomed- ical Engineering 65 (9) (2017) 2109–2118
work page 2017
-
[23]
S. Zhao, J. Yang, Y. Xu, M. Sawan, Binary single-dimensional convo- lutional neural network for seizure prediction, in: Proceedings of IEEE ISCAS, 2020, pp. 1–5
work page 2020
- [24]
- [25]
-
[26]
A. B. KR, S. Srinivasan, S. K. Mathivanan, M. Venkatesan, B. A. Malar, S. Mallik, H. Qin, A multi-dimensional hybrid CNN-BiLSTM frame- work for epileptic seizure detection using electroencephalogram signal scrutiny, Systems and Soft Computing 5 (2023) 200062
work page 2023
-
[27]
A. Vaswani, N. Shazeer, N. Parmar, et al., Attention is all you need, in: Advances in Neural Information Processing Systems, Vol. 30, 2017, pp. 5998–6008
work page 2017
-
[28]
S. Panchavati, C. Arnold, W. Speier, Mentality: A Mamba- based approach towards foundation models for EEG, arXiv preprint arXiv:2509.02746
- [29]
-
[30]
M. Hasan, W. Wu, X. Zhao, Shap-driven feature analysis approach for epileptic seizure prediction, Journal of medical systems 49 (1) (2025) 77. 26 Supplementary Material CLSP-REQA: A Real-Time Quality-Aware Closed-Loop Seizure Prediction Framework with Mamba-BiLSTM and Confidence-Gated Intervention Fig. S1: Confusion Matrix Fig. S1 presents the aggregated ...
work page 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.