REVIEW 3 major objections 6 minor 5 references
Can a Quantum Support Vector Machine algorithm be utilized to identify Key Biomarkers from Multi-Omics data of COVID19 patients?
T0 review · 3 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read Simulated quantum SVM matches classical SVM on COVID-19 biomarker classification while preserving biomarker importance rankings.
desk verdict A clean QSVM-vs-CSVM benchmark on two COVID-19 omics datasets, undermined by an un-nested feature selection step that makes the biomarker-importance claim circular. 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 argument is carried by the kernel-based SVM trained on PCA-reduced biomarker groups. Biomarker importance is defined by the absolute coefficients of a ridge regression with an L2 penalty, which ranks all features and divides them into fixed-size groups. The QSVM replaces the classical RBF or polynomial kernel with four quantum kernels: amplitude encoding, angle encoding, the ZZ feature map, and the projected quantum kernel (PQK), each evaluated at 2, 4, 8, and 16 principal components or qubits. The load-bearing comparison is the AUC difference between Group 1 (top-ranked biomarkers) and Group 4 (bottom-ranked biomarkers) under k-fold cross-validation, with class weights applied to address imbalance.
What would settle it
Rerun the same pipeline with the ridge regression ranking computed only on the training fold (or on a held-out ranking set), and with cross-validation folds defined by individual patient rather than by sample; if the Group-1-versus-Group-4 AUC gap and the QSVM superiority shrink or disappear, the central biomarker-ranking claim would not survive.
Extended reading notes
Core claim
The central claim is that a QSVM with an appropriate quantum kernel can classify COVID-19 cases from proteomic and metabolomic profiles at least as well as a classical SVM, while preserving the feature-importance ordering produced by ridge regression. On the INCOV healthy-versus-T1 task, angle-encoding and angle-with-PQK kernels produced AUC values of about 0.99, matching or slightly exceeding the best RBF-based CSVM; in long-COVID subtype comparisons and in the Cleveland Clinic dataset, several QSVM configurations also showed higher AUC than CSVM. The authors interpret the consistent Group-1-over-Group-4 gap as evidence that the quantum models retain the biologically meaningful biomarker ranking rather than fitting noise.
Load-bearing premise
The load-bearing premise is that ridge regression's biomarker importance ranking, computed on the full cohort, can be used to define training groups for cross-validated classifiers without leaking information; the paper also assumes repeated samples from the same individual are independent cross-validation units.
Editorial extensions
If this is right
- If the central claim holds, QSVM is a drop-in alternative to classical SVM for small multi-omics classification tasks, with no loss in discrimination when the kernel is chosen appropriately.
- The angle-encoding and angle-with-PQK kernels appear most consistently competitive, suggesting that feature encoding choice matters more than raw qubit count for these datasets.
- The Group-1-versus-Group-4 AUC gap gives a template for validating quantum classifiers against a classical feature-ranking reference before deploying them on new omics data.
- Numerical parity in noise-free simulation is a prerequisite for, not evidence of, quantum advantage; the next step implied by the paper is testing on noisy simulators and real hardware.
- Classification of long-COVID subtypes is harder (AUC around 0.7) than acute infection detection (AUC above 0.9), so the method's practical value is greater for early diagnosis than for subtype stratification.
Reading between the lines
- The reported biomarker-ranking result likely overstates generalization because the ridge regression ranks features on the full cohort before the train/test split; a nested cross-validation or a separate ranking-only training set would give more honest out-of-sample AUC for the Group-1 group.
- Repeated samples from the same Cleveland Clinic patients are treated as independent cross-validation units, so the healthy-versus-COVID AUC differences may be inflated by intra-subject correlation; a leave-one-individual-out evaluation would test this.
- If the same experiments were rerun with nested CV and patient-level grouping, the QSVM-versus-CSVM margin might shrink, but the paper's qualitative claim of comparability would likely survive; the strongest testable prediction is that angle-encoding kernels retain an edge over RBF at low PCA dimensions.
- The choice of 2–16 principal components means the 'quantum' part operates on a heavily compressed input; an extension would be to compare QSVM with raw biomarker input or with a classical kernel on the same compressed features to isolate what the quantum kernel adds.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript investigates whether a simulated quantum support vector machine (QSVM) can classify COVID-19 status or long-COVID subtypes from proteomic and metabolomic biomarker panels, and whether the quantum model preserves a ridge-regression-based ranking of biomarker importance. Two datasets are used: the Su et al. INCOV cohort and a Cleveland Clinic cohort. Biomarkers are ranked by ridge-regression coefficients, divided into high- and low-importance groups, and used as inputs to classical SVM and to QSVM with amplitude, angle, ZZ-feature-map, and projected quantum kernels. Performance is measured by AUC under k-fold cross-validation. The authors report that QSVM consistently matched or exceeded CSVM and that high-importance groups outperform low-importance groups.
Significance. If the results were fully supported, the paper would provide a useful empirical data point on quantum-kernel SVM for small multi-omics biomedical datasets, with a biologically grounded biomarker-selection workflow. The study covers multiple quantum embeddings, two independent cohorts, and makes code available at a public repository. The main contribution, however, is an evaluation claim about QSVM viability and biomarker-importance consistency; both are compromised by the evaluation protocol and by selective reporting of the full result tables, as detailed below.
major comments (3)
- [Section 3.2 and Section 2.5] The biomarker-importance claim rests on a feature-selection procedure that is not nested inside the cross-validation loop. Ridge regression is applied to each full classification task in Section 3.2 to rank biomarkers and define Group 1 and Group 4; the same groups are then used in Section 2.5 to train and evaluate classifiers under k-fold cross-validation. Because the ridge fit uses the labels of all samples before the folds are formed, the Group 1 versus Group 4 comparison is an in-sample separation rather than an out-of-sample test. The negative control is only valid if the ranking is computed independently of the evaluation folds. This issue is load-bearing for the claim that QSVM 'reflects the importance rankings by ridge regression.' The Cleveland Clinic analysis is further affected by splitting repeated samples from the same patient across folds, as acknowledged in the Discussion but not corrected.
- [Appendix B and Section 3.4] The abstract's 'consistently' claim is contradicted by the full results in Appendix B. Many QSVM conditions produce AUC at or near chance, and some below chance: for example, Table B.3 amplitude encoding gives 0.4430, 0.3618, and 0.3175 for Type2 vs. Type1; Table B.4 gives 0.3401 and 0.3011; and Tables B.5–B.8 contain numerous exactly-0.5000 entries (e.g., Tables B.5 and B.6). The main text and Tables 6–11 highlight only the conditions in which QSVM matched or exceeded CSVM, so the reader cannot infer consistent comparable-or-better performance. The authors should report the full distribution of AUC values, a summary statistic across conditions, and a comparison that includes all quantum kernels, not only the favorable bold entries.
- [Tables 6–11 and Section 3.4] No uncertainty or significance testing accompanies the performance comparisons. Reported AUC values are averaged over folds without confidence intervals or significance tests, and many apparent QSVM improvements are tiny: for example, Table 6 rows 1–2 show 0.987 vs. 0.987 and 0.985 vs. 0.984, and Table 7 row 1 shows 0.990 vs. 0.989. Given small sample sizes and repeated measures, these differences are within noise. The claim that QSVM 'exceeded' CSVM requires either error bars or a statistical test; at minimum, the comparisons should be described as descriptive rather than as evidence of superiority.
minor comments (6)
- [Section 1] The sentence beginning 'However, Despite the use of QML algorithms' contains a capitalization error and is grammatically incomplete; it should be revised to a complete sentence, e.g., 'However, the use of QML algorithms for analyzing multi-omics datasets and identifying COVID-19-related biomarkers remains unexplored.'
- [Table 1.1] The entry for the number of long-COVID individuals appears as '1271', which is likely a typo for 127; the table should be checked and the notation 'meta2/proteo3' clarified.
- [Section 4.1] The statement that long-COVID subgroup classification 'reaching a maximum AUC of 87% (See Table 6 and Table 7)' cites the wrong tables: Tables 6 and 7 report Healthy vs. T1 comparisons, not T3 subgroup comparisons.
- [Section 4.1] The sentence 'angle encoding suppressed CSVM in the proteomic domain' appears to be a typo; 'suppressed' should presumably read 'surpassed'.
- [Section 2.4(b)] The displayed quantum kernel formula 'STφ(x)Sφ(x)US' is garbled and should be written as an inner product such as ⟨φ(x)|φ(x')⟩.
- [Appendix A] Class-label names are not harmonized across tables: for example, Table A.5 uses 'Naive vs. Inter' and 'Type2 vs. Inter' while Table 4 uses 'Intermediate vs. Naive' and 'Intermediate vs. Type2'; consistent naming would improve reproducibility.
Circularity Check
Ridge-based biomarker ranking is fit on the full cohort and then 'validated' on the same data, making the Group 1 vs Group 4 AUC comparison a fitted input rather than an independent prediction.
-
fitted input called prediction
[Section 2.3, Section 2.5; evaluated in Section 3.3 and Section 4.1]
"Biomarkers were ranked based on the magnitude of their coefficients in the ridge regression model. They were then grouped into distinct subsets reflecting high and low predictive importance. These subsets were subsequently used as input features for both CSVM and QSVM models to evaluate the effect of biomarker relevance on classification performance. ... The classification performance of CSVM and QSVM was evaluated using biomarker groups determined by the ridge regression model."
The biomarker groups are a deterministic function of ridge coefficients fit on the full dataset, and no nested feature-selection loop is described. The same labels that define Group 1 and Group 4 are then used to compute the cross-validated AUC that supposedly confirms the ranking. The paper's negative-control logic requires the ranking to be independent of the evaluation folds, but the Group 1 versus Group 4 comparison is a within-fit rank check: the feature selector has already seen the test labels. Any classifier trained on features preselected by the full-data ridge fit can show a Group1/Group4 AUC gap even without true predictive signal.
full rationale
The central circular step is the biomarker-importance validation. Ridge regression ranks biomarkers on the full cohort, the top and bottom groups are formed from that ranking, and the paper then treats the higher AUC of Group 1 relative to Group 4 as evidence that the models 'reflect the importance rankings by ridge regression.' Because the group definitions and the evaluation labels come from the same samples, this comparison is an in-sample confirmation of the ridge fit rather than an independent prediction. The QSVM-versus-CSVM performance comparison itself is not circular: it is a numerical comparison of kernels on the same preprocessed inputs. The self-citations to the INCOV and Cleveland Clinic datasets are dataset sources, not load-bearing theorems, and do not by themselves raise the circularity score. The appendix's many near-chance QSVM results are a reporting concern, not a circularity issue. Overall, one load-bearing 'prediction' reduces to its own fitting input, so the paper is partially circular.
Assumptions & free parameters
free parameters (5)
- Ridge regression regularization strength lambda =
not reported
- SVM regularization parameter C =
grid values 0.0001 to 10000; per-condition optima in Appendix A
- Projected quantum kernel bandwidth gamma =
not reported
- PCA component count =
2, 4, 8, or 16
- Biomarker group size cutoff =
not specified; counts shown in Tables 4-5
assumptions (6)
- domain assumption Ridge regression coefficient magnitude is a valid biomarker importance measure.
- domain assumption Biomarker groups can be validated by training classifiers on the same full cohort.
- domain assumption PCA computed before or within cross-validation does not leak label information.
- domain assumption Repeated samples from the same patient are independent across cross-validation folds.
- domain assumption Noiseless numerical simulation approximates QSVM behavior on real hardware.
- standard math Standard SVM and quantum kernel mathematics from cited textbooks and papers are correct.
Cite this review
Pith. "Pith review of Can a Quantum Support Vector Machine algorithm be utilized to identify Key Biomarkers from Multi-Omics data of COVID19 patients?." pith.science (2026). https://pith.science/paper/2KSZES64
@misc{pith2026250500037,
author = {Pith},
title = {Pith review of: Can a Quantum Support Vector Machine algorithm be utilized to identify Key Biomarkers from Multi-Omics data of COVID19 patients?},
year = {2026},
howpublished = {\url{https://pith.science/paper/2KSZES64}},
note = {Machine review of arXiv:2505.00037}
}
read the original abstract
Identifying key biomarkers for COVID-19 from high-dimensional multi-omics data is critical for advancing both diagnostic and pathogenesis research. In this study, we evaluated the applicability of the Quantum Support Vector Machine (QSVM) algorithm for biomarker-based classification of COVID-19. Proteomic and metabolomic biomarkers from two independent datasets were ranked by importance using ridge regression and grouped accordingly. The top- and bottom-ranked biomarker sets were then used to train and evaluate both classical SVM (CSVM) and QSVM models, serving as predictive and negative control inputs, respectively. The QSVM was implemented with multiple quantum kernels, including amplitude encoding, angle encoding, the ZZ feature map, and the projected quantum kernel. Across various experimental settings, QSVM consistently achieved classification performance that was comparable to or exceeded that of CSVM, while reflecting the importance rankings by ridge regression. Although the experiments were conducted in numerical simulation, our findings highlight the potential of QSVM as a promising approach for multi-omics data analysis in biomedical research.
Figures
Reference graph
Works this paper leans on
-
[3]
Gameil, M. A., Marzouk, R. E., Elsebaie, A. H., & Rozaik, S. E. (2021). Long-term clinical and biochemical residue after COVID-19 recovery. Egyptian liver journal, 11, 1-8. [4] Li, J., Zhou, Y., Ma, J., Zhang, Q., Shao, J., Liang, S., ... & Wang, C. (2023). The long-term health outcomes, pathophysiological mechanisms and multidisciplinary management of lo...
arXiv 2021
-
[5]
Conclusion In this study, we evaluated the applicability of the QSVM algorithm for identifying key biomarkers associated with COVID-19 detection. By ranking biomarker using ridge-regression and grouping them by importance, we evaluated classification performance of both CSVM and QSVM across different experimental conditions. Using the INCOV and Cleveland ...
work page 2020
-
[19]
Abbas, A., Sutter, D., Zoufal, C., Lucchi, A., Figalli, A., & Woerner, S. (2021). The power of quantum neural networks. Nature Computational Science, 1(6), 403-409. [20] Enad, H. G., & Mohammed, M. A. (2023). A Review on Artificial Intelligence and Quantum Machine Learning for Heart Disease Diagnosis: Current Techniques, Challenges and Issues, Recent Deve...
work page Pith review arXiv 2021
-
[34]
Tudisco, A. (2022). Encoding techniques for quantum machine learning (Doctoral dissertation, Politecnico di Torino). [35] Havlíček, V., Córcoles, A. D., Temme, K., Harrow, A. W., Kandala, A., Chow, J. M., & Gambetta, J. M. (2019). Supervised learning with quantum-enhanced feature spaces. Nature, 567(7747), 209-212. [36] Huang, H. Y., Broughton, M., Mohsen...
work page Pith review arXiv 2022
-
[47]
Bourgin, M., Derosa, L., Silva, C. A. C., Goubet, A. G., Dubuisson, A., Danlos, F. X., ... & Durand, S. (2021). Circulating acetylated polyamines correlate with Covid-19 severity in cancer patients. Aging (Albany NY), 13(17), 20860. [48] Mangge, H., Herrmann, M., Meinitzer, A., Pailer, S., Curcic, P., Sloup, Z., ... & Prüller, F. (2021). Increased kynuren...
arXiv 2021
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.