Last updated: June 2025
[IMAGE: A quantum processor circuit board with entangled photon beams visualized as cyan light threads weaving between qubits, macro lens perspective, deep black background with teal luminescence, 8K cinematic quality, no text or human faces]
Key Takeaways
- Amplitude encoding delivers the highest clean accuracy (92.6% on MNIST) but collapses under adversarial perturbations and depolarizing noise — making it the wrong choice for any contested deployment environment
- Quantum Multilayer Perceptrons outperform classical MLPs against label-flipping attacks, but are substantially more vulnerable to gradient-based evasion attacks (FGSM, PGD) — a trade-off that invalidates blanket claims of quantum robustness
- If your organization is piloting QML classifiers in the next 12–24 months, your threat model must account for gradient-based evasion vectors that classical ML defenses do not adequately address
The Scenario Your QML Vendor Isn’t Discussing
Your security team deploys a quantum machine learning classifier to detect anomalous network traffic. The vendor benchmarks show 92.6% accuracy. The system passes internal review. Six months later, an adversary submits carefully crafted inputs — imperceptible perturbations calculated via gradient descent — and the classifier fails silently, misclassifying malicious payloads as benign.
This is not a hypothetical. It is the documented behavior of Quantum Multilayer Perceptron (QMLP) architectures under gradient-based evasion attacks, as systematically demonstrated in a comprehensive evaluation published on arXiv (ID: 2511.14989v3) — the first study to formally systematize adversarial robustness across the full threat landscape of quantum machine learning systems.
The research team implemented five representative attacks across three threat models — black-box, gray-box, and white-box — against QMLPs trained on MNIST and AZ-Class datasets. What they found should recalibrate every enterprise roadmap that treats QML as an inherently more secure alternative to classical ML.
What Quantum Machine Learning Actually Is (And What It Isn’t)
Quantum Machine Learning (QML) integrates quantum computational principles — superposition, entanglement, and quantum interference — into learning algorithms to achieve improved representational capacity and computational efficiency over classical approaches. A Quantum Multilayer Perceptron (QMLP) maps this architecture to variational quantum circuits, where data encoding schemes and circuit depth determine both expressive power and, critically, adversarial attack surface.
The two dominant encoding schemes are:
- Angle encoding: Maps classical data to qubit rotation angles. Lower representational density, but maintains stability under noise.
- Amplitude encoding: Maps data into quantum state amplitudes. Higher representational capacity — and, as the research confirms, dramatically higher vulnerability under adversarial conditions.
Understanding this distinction is not academic. It is the difference between a QML deployment that survives a red team exercise and one that doesn’t.
Five Attacks, Three Threat Models: What the Research Found
The evaluation tested QMLPs at circuit depths of 2, 5, 10, and 50 layers across both encoding schemes. Here is what each threat model revealed:
Black-Box: Label-Flipping Poisoning
In the black-box setting, where the adversary has no access to model internals, a label-flipping poisoning attack was implemented. QMLPs demonstrated greater robustness than Classical Multi-Layer Perceptrons (CMLPs) under this attack vector. This is the one area where quantum architectures show a genuine defensive advantage — and it is frequently the only result QML vendors cite.
Gray-Box: Encoder-Level and Proxy-Model Backdoors
Gray-box attacks — where the adversary knows the model architecture but not the weights — revealed more nuanced behavior. An encoder-level indiscriminate poisoning attack and a proxy-model clean-label backdoor attack were both evaluated. The proxy-model backdoor persists unless the quantum circuit itself is overwhelmed, meaning partial defenses that work against classical backdoors may provide false confidence in QML deployments.
White-Box: Gradient-Based Evasion and QTrojan
The white-box results are where the research delivers its most operationally significant findings. Two gradient-based evasion attacks — Fast Gradient Sign Method (FGSM) and Projected Gradient Descent (PGD) — exposed that QMLPs are substantially more vulnerable than CMLPs to this attack class. An adversary with model access can craft perturbations that reliably defeat quantum classifiers more effectively than their classical counterparts.
The circuit-level backdoor attack, QTrojan, failed in the multi-class setting — revealing a scalability limitation that prevents it from being a production-grade threat today, but also signals that multi-class QML systems have not been adequately stress-tested against circuit-level manipulation.
“QMLP models are more robust than Classical Multi-Layer Perceptron (CMLP) models under label-flipping attacks but substantially more vulnerable to gradient-based evasion.” — arXiv:2511.14989v3, SoK: Critical Evaluation of Quantum Machine Learning for Adversarial Robustness
The Accuracy-Robustness Trade-Off: A Comparison Table
The research identifies a fundamental accuracy-robustness trade-off that runs through every QML configuration tested. This table maps the key dimensions:
| Dimension | Amplitude Encoding | Angle Encoding (Shallow) | Classical MLP |
|---|---|---|---|
| Clean Accuracy (MNIST) | 92.6% | Not reported | Baseline |
| Clean Accuracy (AZ-Class) | 67% | Not reported | Baseline |
| Adversarial Robustness (FGSM/PGD) | Low — collapses under perturbation | Higher — more stable | Moderate |
| Noise Resilience (Depolarizing) | Low — collapses | Higher — more stable | N/A |
| Label-Flipping Resistance | Moderate | Moderate | Lower than QMLP |
| Backdoor Persistence | Persists unless circuit overwhelmed | Persists unless circuit overwhelmed | Varies |
| Multi-Class Scalability (QTrojan) | Attack fails | Attack fails | N/A |
Operational implication: Selecting amplitude encoding to maximize benchmark accuracy creates a system that is more likely to fail under real adversarial conditions. For any QML deployment in a security-sensitive context, shallow angle-encoded models offer a more defensible posture — at the cost of raw accuracy.
The accuracy-robustness trade-off in QML is not a tunable parameter — it is a structural property of current quantum architectures. Organizations that optimize for benchmark performance without adversarial testing are building on a foundation that has not been validated for contested environments.
Regulatory and Industry Context: Where QML Security Standards Stand
NIST and the Absence of QML Security Guidance
NIST’s post-quantum cryptography standardization process — which finalized ML-KEM, ML-DSA, and SLH-DSA in 2024 — addresses quantum-resistant cryptographic primitives. It does not address adversarial robustness in quantum machine learning systems. This gap means organizations deploying QML classifiers today operate without a compliance framework that accounts for the attack vectors documented in this research.
For CISOs managing compliance burden across frameworks like NIST CSF 2.0, ISO 27001, or SOC 2, this creates an uncharted liability: QML systems may pass current audit criteria while carrying adversarial vulnerabilities that no existing control framework requires you to test.
Market Adoption: Who Is Moving and Who Is Exposed
Enterprise QML adoption remains in early pilot phases, concentrated in financial services, pharmaceuticals, and defense-adjacent sectors. The research gap documented in arXiv:2511.14989 — described by its authors as the first comprehensive systematization of adversarial robustness in QML — indicates that most organizations piloting these systems have done so without a structured adversarial threat model.
The near-term window (12–24 months) is the highest-risk period: organizations are deploying QML systems before the security research community has established validated defense frameworks. The medium-term trajectory (3–5 years) will require industry-wide standards for threat-aware QML deployment — but those standards do not exist today.
The Cost of Inaction
For organizations treating QML as a drop-in replacement for classical ML classifiers in security-sensitive pipelines, the cost of inaction is not theoretical. A gradient-based evasion attack against an amplitude-encoded QMLP classifier requires white-box access — but white-box conditions are achievable through model extraction, insider threat, or supply chain compromise. The attack surface is not hypothetical; it is a function of your access control posture around model weights and architecture.
The BeQuantum Perspective: Threat-Aware QML Deployment
At BeQuantum, we approach QML security through the same lens we apply to post-quantum cryptographic migration: the question is not whether quantum systems are theoretically superior, but whether they are deployable in adversarially contested environments with a known and manageable threat profile.
The findings in arXiv:2511.14989 reinforce a principle we apply across our Digital Notary and PQC Layer implementations: encoding choices are security choices. When we evaluate a client’s QML pipeline, the encoding scheme is not an implementation detail — it is a primary determinant of adversarial attack surface.
Specifically, the collapse of amplitude-encoded models under depolarizing noise has direct implications for near-term quantum hardware deployments, where noise is not a theoretical concern but an operational reality. Organizations using our IceCase hardware layer for quantum-secured workloads need encoding schemes that degrade gracefully under noise — not ones that achieve peak benchmark accuracy in noiseless simulators and fail in production.
The scalability failure of QTrojan in multi-class settings is also worth monitoring. It is not a permanent limitation — it is a current limitation. As quantum circuit complexity scales, circuit-level backdoor attacks will become more viable. Building audit and verification capabilities into QML pipelines now, before that threat matures, is the migration path that avoids emergency remediation later.
What You Should Do in the Next 90 Days
1. Audit your QML encoding scheme selection criteria. If your organization has deployed or is piloting QMLP-based classifiers, identify which encoding scheme is in use. Amplitude encoding in any adversarially contested environment — intrusion detection, fraud classification, anomaly detection — requires immediate adversarial testing with FGSM and PGD before production promotion. Document this as a formal risk acceptance decision if you proceed.
2. Add gradient-based evasion to your QML threat model. Your existing adversarial ML testing protocols, if they exist, were likely designed for classical architectures. QMLPs exhibit substantially higher vulnerability to gradient-based evasion than CMLPs. Within 60 days, extend your red team scope to include white-box gradient attacks against any quantum classifier in your pipeline. If you lack internal capability, this is a gap that requires external assessment.
3. Establish a QML security baseline before scaling. The research identifies this as the first comprehensive systematization of QML adversarial robustness — meaning the field has no established baseline yet. Before scaling any QML deployment beyond pilot, require vendors to provide adversarial robustness benchmarks across all three threat models (black-box, gray-box, white-box) at your target circuit depth and encoding scheme. Treat the absence of this data as a disqualifying gap, not a minor omission.
FAQ
Q: If QMLPs are more robust against label-flipping attacks than classical MLPs, doesn’t that make them more secure overall?
A: No — and this is the most operationally dangerous misreading of the research. Label-flipping robustness is one attack vector in a three-model threat landscape. The same QMLPs that outperform classical MLPs against label-flipping are substantially more vulnerable to gradient-based evasion attacks (FGSM, PGD). An adversary with model access — achievable through extraction or insider threat — can exploit this vulnerability more effectively against a QMLP than against a classical MLP. Evaluating security posture on a single attack vector produces a false confidence profile.
Q: Should we avoid amplitude encoding entirely in QML deployments?
A: Not categorically — but amplitude encoding should not be used in adversarially contested environments without explicit adversarial testing and documented risk acceptance. The research confirms amplitude encoding achieves the highest clean accuracy (92.6% on MNIST, 67% on AZ-Class), making it appropriate for low-risk, non-adversarial applications. For security-sensitive classification tasks, shallow angle-encoded models offer a more stable adversarial profile. The encoding decision should be driven by your threat model, not your benchmark targets.
Q: Does quantum noise actually help defend against adversarial attacks on QML systems?
A: Partially, and unreliably. The research shows that QUID — an adversarial attack effective under noiseless conditions — is weakened by depolarizing noise. This might suggest noise provides a defensive benefit. However, amplitude encoding also collapses under the same depolarizing noise, degrading legitimate model performance. Noise is not a controllable defense mechanism; it is an environmental variable that degrades both attack effectiveness and model accuracy unpredictably. Designing security posture around hardware noise is not a viable defense strategy.
Sources: SoK: Critical Evaluation of Quantum Machine Learning for Adversarial Robustness — arXiv:2511.14989v3