Quantum multiple kernel learning (Q²SAR) will outperform classical QSAR in predicting antimicrobial peptide (AMP) potency against WHO GLASS-surveilled resistant pathogens by ≥25% AUC-ROC when trained on homology-controlled AMPBench-MT data, due to its ability to capture non-linear interactions between peptide secondary structure and resistance gene expression patterns.
Quantum multiple kernel learning (Q²SAR) will outperform classical QSAR in predicting antimicrobial peptide (AMP) potency against WHO GLASS-surveilled resistant pathogens by ≥25% AUC-ROC when trained on homology-controlled AMPBench-MT data, due to its ability to capture non-linear interactions between peptide secondary structure and resistance gene expression patterns.
Adversarial Debate Score
42% survival rate under critique
Expert panel critique
Independent views, each critiquing the hypothesis on its own — the score rewards genuine disagreement and discounts consensus.
Supporting Research Papers
- \mathtt{Q^2SAR}: overcoming classical bottlenecks in drug discovery via quantum multiple kernel learning
Quantitative Structure-Activity Relationship (\mathtt{QSAR}) modeling is a foundational computational methodology in early-stage drug discovery, heavily relied upon for predicting compound toxicity, b...
- AMPBench-MT: A Homology-Controlled Benchmark for Antimicrobial Peptide Potency, Spectrum, and Safety Prediction
Computational AMP discovery is often evaluated through AMP/non-AMP recognition, yet follow-up decisions depend on assay-derived evidence such as target-species potency, hemolysis, toxicity, and select...
- Quantum Sampling Architecture for Protein Structure Reconstruction on Utility-Scale Hardware
Predicting the structure of short peptides in protein binding pockets remains difficult because this regime requires physics-based conformational search, yet existing methods do not provide a practica...
- Forecasting Bacterial Antimicrobial Resistance Trends Using Machine Learning on WHO GLASS Surveillance Data: A Retrieval-Augmented Generation Approach for Policy Decision Support
Background: Antimicrobial resistance (AMR) is a global health threat. While the WHO Global Antimicrobial Resistance and Use Surveillance System (GLASS) provides standardized data, population-level mac...
- Forecasting Antimicrobial Resistance Trends Using Machine Learning on WHO GLASS Surveillance Data: A Retrieval-Augmented Generation Approach for Policy Decision Support
Antimicrobial resistance (AMR) is a growing global crisis projected to cause 10 million deaths per year by 2050. While the WHO Global Antimicrobial Resistance and Use Surveillance System (GLASS) provi...
Computational Result
The computation ran and did not support the hypothesis.
FALSIFIED -- quantum does not beat classical anywhere: it loses 7 of 7 testable WHO GLASS pathogens, median AUC-ROC ratio 0.850, which is 15% worse against a claimed 25% better, Wilcoxon across species p=0.016. Six of seven bootstrap 95% CIs on the AUC difference lie entirely below zero; only E. faecium straddles, and it has the smallest test set (n=123), so that is a power statement rather than a hint of a win. Exact statevector simulation, so no shot noise and no hardware error -- the quantum arm was given the best possible version of itself, and all four controls pass everywhere. The branch is named because the enum cannot carry it: the pre-registered reading rule has four branches (SUPPORTED / REFUTED AT THE STATED SIZE / FALSIFIED / INCONCLUSIVE) against three enum values, and FALSIFIED is the one that fired.
Method: Quantum multiple kernel learning (ZZ feature map, exact statevector simulation, centred-alignment MKL) vs classical QSAR (RBF-SVM grid + random forest) on AMPBench-MT mic_regression, using the benchmark's own identity30 (mmseqs 30%) homology-controlled splits. Per-species binary potency at the training-split median pMIC, 7 WHO GLASS pathogens. · Result: refuted · Confidence: 90%
Formal Verification
Z3 checks whether the hypothesis is internally consistent, not whether it is empirically true.
This discovery has a Claude-generated validation package with a full experimental design.
Precise Hypothesis
On a homology-controlled benchmark (AMPBench-MT, sequence identity clustering at ≤40% between train/test splits), a quantum multiple kernel learning model (Q²SAR, using fidelity or projected quantum kernels evaluated via simulator or NISQ hardware) trained to predict minimum inhibitory concentration (MIC)-derived binary potency labels against WHO GLASS-tracked resistant pathogen panels (at minimum: carbapenem-resistant Klebsiella pneumoniae, MRSA, colistin-resistant E. coli, vancomycin-resistant Enterococcus) will achieve a mean AUC-ROC improvement of ≥25 percentage points (or ≥25% relative improvement — this must be disambiguated before running, see Boundary Conditions) over the best-tuned classical QSAR baseline (gradient-boosted trees, random forest, and classical SVM with RBF/Tanimoto kernels), averaged across ≥5 stratified cross-validation folds and ≥3 independent random seeds, with the difference statistically significant at p<0.01 (paired t-test or Wilcoxon signed-rank, Bonferroni-corrected across pathogens).
- Mean AUC-ROC improvement <25 percentage points (or agreed relative threshold) across pre-registered pathogen panel and CV folds.
- Improvement statistically indistinguishable from zero (p≥0.01) after correction.
- Classical baseline achieves comparable or superior performance when given equivalent hyperparameter tuning budget (equal number of optimization trials, e.g., 100 Optuna trials each).
- Quantum kernel exhibits kernel concentration/vanishing similarity (Gram matrix approaches identity or uniform matrix) indicating the model cannot be learning meaningful structure, regardless of reported metric.
- Effect size fails to replicate across ≥2 of 4 pathogen categories or collapses under homology-stricter splits (≤30% identity).
Spine & Adversarial Read
- highPublished quantum kernel literature (e.g., Huang et al. 2021 on the power of data in QML) shows quantum kernel advantages are typically small, highly data-dependent, and often vanish or reverse on classically-easy tabular biological data — a 25-point AUC-ROC gap is an extraordinary claim with no precedent at this scale, raising strong prior suspicion of overfitting, leakage, or metric-definition gaming.EVP mitigates via matched-feature ablation and kernel-diagnostic checks (eigenvalue spectrum, kernel-target alignment) to distinguish genuine quantum contribution from feature-engineering confounds, but does not resolve the prior-probability tension; full validation must explicitly benchmark against Havlíček/Huang-style baselines and pre-register the exact 25% definition before running, or the result should be treated as presumptively non-replicable.
- highWhy quantum kernels specifically, and why this particular feature map (ZZFeatureMap) and this dataset (AMPBench-MT, whose existence is unconfirmed), rather than alternative classical non-linear methods (deep kernel learning, graph neural networks on peptide structure, or gradient-boosted models with engineered interaction terms) that could plausibly capture the same non-linear secondary-structure/resistance-expression interactions without any quantum hardware dependency?Methodology includes classical baselines (RF, XGBoost, SVM) but omits deep learning / GNN baselines that are the more natural classical competitor for capturing structural non-linearity; this is a methodology gap — the EVP should add a graph neural network or deep kernel learning baseline to make the comparison fair and pre-empt the objection that quantum was chosen for novelty rather than demonstrated necessity.
- mediumThe requisite paired dataset linking peptide MIC values, WHO GLASS resistance surveillance data, and pathogen resistance gene expression does not currently exist in public form and must be constructed; any resulting dataset may be too small (likely n<1000 after homology filtering) to support statistically reliable AUC-ROC comparisons, especially split across 4 pathogen categories and multiple CV folds.Abort checkpoint 1 explicitly addresses this by gating continuation on n≥300/pathogen, but the EVP does not yet specify a concrete data-construction protocol or fallback (e.g., synthetic/semi-supervised augmentation) if real data proves insufficient, leaving real risk of an underpowered study.
Experimental Protocol
Minimum viable test: single pathogen (e.g., MRSA), n≈500-1000 labeled peptide-MIC pairs curated from DBAASP/GRAMPA cross-referenced with WHO GLASS resistance phenotypes, 10-15 engineered features, 5-fold homology-stratified CV, one quantum kernel architecture (fidelity kernel via PennyLane/Qiskit simulator) vs. two classical baselines (RF, SVM-RBF), 3 random seeds. Report AUC-ROC, PR-AUC, calibration, and kernel-alignment diagnostics before scaling to full 4-pathogen, multi-architecture study.
- AMPBench-MT (as specified in hypothesis) — status: must confirm existence/access; if unavailable, construct from DBAASP (>19,000 peptides), GRAMPA (~6,000 MIC records), APD3.
- WHO GLASS resistance surveillance data (phenotypic resistance rates by pathogen/region) for label calibration/weighting.
- Paired resistance gene expression data (e.g., from PATRIC/BV-BRC, NCBI Pathogen Detection) — likely requires new linkage/curation work, flagged as a major data-availability risk.
- Peptide structure predictions (PEP-FOLD3, ESMFold, or AlphaFold2-multimer for peptide-membrane context) for secondary structure features.
- Compute environment: Qiskit/PennyLane + IBM Quantum or simulator backend; classical ML stack (scikit-learn, XGBoost).
- Pre-registered AUC-ROC delta threshold met (≥25 points absolute, or agreed relative bar) with p<0.01 after correction, replicated across ≥3 of 4 pathogen categories.
- Ablation confirms improvement is attributable to quantum kernel structure, not merely richer feature encoding (classical kernel on same features underperforms quantum kernel by a statistically significant margin).
- Kernel diagnostics show non-degenerate, task-aligned Gram matrix (kernel-target alignment >0.3).
- Results stable across ≥2 homology thresholds and ≥2 random seeds sets.
- AUC-ROC delta <10 percentage points or not significant.
- Classical kernel with identical features matches or beats quantum kernel (indicating no quantum advantage).
- Kernel concentration observed (Gram matrix eigenvalues collapse) at qubit counts needed for realistic feature dimensionality.
- Results fail to replicate across pathogens or homology thresholds (high variance, inconsistent sign of effect).
- Required paired resistance-expression/MIC dataset cannot be constructed at sufficient scale (n<300 per pathogen after homology filtering).
800
GPU hours
150d
Time to result
$45,000
Min cost
$220,000
Full cost
ROI Projection
Implementation Sketch
# 1. Data pipeline peptides, mic_labels, pathogen_meta = load_ampbench_mt() splits = cdhit_homology_split(peptides, identity_threshold=0.4, k_folds=5) # 2. Feature engineering features = extract_physicochem_features(peptides) # charge, hydrophobicity, etc. struct_features = predict_secondary_structure(peptides) # PEP-FOLD3/ESMFold resistance_features = link_resistance_expression(pathogen_meta) # GLASS + PATRIC X = concat(features, struct_features, resistance_features) X = pca_or_autoencode(X, n_components=20) # qubit-budget constrained # 3. Classical baseline for model in [RandomForest, XGBoost, SVM_RBF]: clf = optuna_tune(model, X_train, y_train, n_trials=100) auc_classical = cv_evaluate(clf, splits) # 4. Quantum kernel feature_map = ZZFeatureMap(n_qubits=20, reps=2) K_train = compute_fidelity_kernel(X_train, feature_map, backend=simulator) K_test = compute_fidelity_kernel(X_test, X_train, feature_map, backend=simulator) qsvm = SVC(kernel='precomputed').fit(K_train, y_train) auc_quantum = evaluate(qsvm, K_test, y_test) # 5. Diagnostics kernel_target_alignment(K_train, y_train) eigenvalue_spectrum(K_train) # check for concentration # 6. Statistics paired_test(auc_quantum_folds, auc_classical_folds, correction='bonferroni')
- Checkpoint 1 (Day 20): If AMPBench-MT or equivalent paired MIC/resistance-expression dataset cannot be constructed with n≥300/pathogen, abort/redesign.
- Checkpoint 2 (Day 45): If classical baseline AUC-ROC is already >0.90 (ceiling effect leaves no room for 25-point improvement), abort or renegotiate success threshold.
- Checkpoint 3 (Day 70): If kernel-target alignment <0.05 or eigenvalue spectrum shows concentration at chosen qubit count, abort quantum branch or reduce feature dimensionality further.
- Checkpoint 4 (Day 100): If preliminary single-pathogen MVE shows delta <10 AUC points, do not scale to full 4-pathogen study.
NAMED_EXPERTS: []
CLOSEST_EXISTING_WORK: []
NOVELTY_NARROWING_REQUIRED: true
SPINE_STATEMENT: This hypothesis tests whether a quantum multiple kernel learning model can outperform classical QSAR by ≥25% AUC-ROC in predicting antimicrobial peptide potency against WHO GLASS-surveilled resistant pathogens on homology-controlled data.