REVIEW 3 major objections 6 minor 17 references
Quantum Computing Supported Adversarial Attack-Resilient Autonomous Vehicle Perception Module for Traffic Sign Classification
T0 review · 3 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read This paper claims that inserting a variational quantum layer into a traffic-sign classifier preserves 85% accuracy under PGD attacks while classical models fall below 21%, with no adversarial preprocessing or retraining.
desk verdict Best-of-1000 circuit selection on the test set likely explains the paper's headline robustness number, which the paper's own Table 3 contradicts. 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 load-bearing object is the variational quantum circuit (VQC): a parameterized sequence of single-qubit rotation gates (RX, RY, RZ, U1, U2, U3) and two-qubit controlled gates that produce entanglement, followed by a measurement that maps quantum states to classical probabilities. Features extracted by frozen AlexNet or VGG-16 layers are encoded into the qubit registers; the circuit is trained with the parameter-shift rule, which supplies a numerical gradient where no analytical derivative exists; and the measurement output feeds the final softmax layer. The paper tests over 1000 circuit combinations and identifies a 3-qubit AlexNet circuit and a 4-qubit VGG-16 circuit as the best performers. The hypothesis is that the circuit's entangled, high-dimensional feature mapping is less sensitive to small adversarial perturbations than the corresponding classical linear layer.
What would settle it
Run the same 1000-circuit search twice on the same 182-image training set: once selecting circuits by training accuracy and once selecting them by the 49-image test accuracy, then compare PGD accuracy on a fresh untouched test set. If the training-selected circuit's PGD accuracy is far below 85%, the headline number is an artifact of selection bias; if it remains near 85%, the robustness claim survives.
Extended reading notes
Core claim
The paper's central claim is that a single well-chosen variational quantum layer, sandwiched between classical linear layers behind a pretrained CNN feature extractor, can be trained end-to-end with the parameter-shift rule and yield classifiers that are intrinsically more robust to adversarial perturbations than their purely classical counterparts. On a balanced LISA stop-sign dataset (182 training, 49 test images), the best AlexNet-based HCQ-DL model sustained 85% accuracy under PGD attacks, compared with accuracies below 21% for classical AlexNet and VGG-16 models, and the hybrid models stayed above 91% under gradient and fast-gradient-sign attacks. The authors interpret this as evidence that quantum feature maps, built from rotational and controlled entangling gates and read out by repeated measurement, create decision boundaries that are harder to push across by small gradient-based perturbations.
Load-bearing premise
The reported robustness assumes the best quantum circuit was chosen without using the 49-image test set, yet the paper describes only one 80/20 split and says 'we selected the models with higher accuracy,' so test-set peeking could inflate the PGD accuracy.
Editorial extensions
If this is right
- If the reported robustness is real, AV perception modules could gain adversarial resilience by replacing the final linear layer with a trained quantum circuit, with no extra defense pipeline.
- The AlexNet-based hybrid's 85% PGD accuracy versus the classical models' sub-21% suggests that shallower feature extractors paired with quantum layers may be a better robustness trade-off than deeper networks.
- Because robustness appears without adversarial training, the approach may also transfer to attack types not seen during training, something retraining-based defenses do not promise.
- The large circuit search (over 1000 combinations) implies that circuit architecture, not just the presence of a quantum layer, is a decisive factor in robustness.
Reading between the lines
- The paper does not establish the mechanism: the robustness could come from the quantum feature map acting as a randomized or nonlinear smoother, or from gradient masking that would not survive a black-box or transfer attack; testing those would be a natural next step.
- A concrete extension is to repeat the circuit search on a held-out validation set and then lock the architecture before touching the test set; that would separate genuine robustness from selection over 1000 circuits.
- If the effect persists on real noisy quantum hardware rather than an error-free simulator, the same architecture could become a practical defense; the paper does not claim this yet.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript proposes hybrid classical-quantum deep learning (HCQ-DL) models for binary traffic sign classification, using AlexNet and VGG-16 as frozen feature extractors followed by a parameterized quantum circuit layer and a classical linear classifier. The authors train on a balanced 231-sample LISA subset (182 training, 49 testing) and compare four models, two classical and two hybrid, under three white-box attacks (gradient attack, fast gradient sign attack, and projected gradient descent) at perturbation coefficients from 0.05 to 0.5. They report that HCQ-DL models maintain accuracy above 95% in no-attack scenarios and above 91% for GA and FGSA, and that an AlexNet-based HCQ-DL model retains 85% accuracy under PGD while classical models fall below 21%. The paper claims this demonstrates adversarial robustness without image preprocessing or adversarial retraining.
Significance. If established, the headline result would be notable: a quantum layer inserted into a standard CNN would improve adversarial robustness without any defensive preprocessing or adversarial retraining, which is not a widely expected property of quantum classifiers. The study has concrete strengths: it uses standard attack algorithms, reports the parameter-shift rule for gradient computation, sweeps perturbation intensity over a range, and provides a public code repository. However, the significance is conditional because the central claim rests on a statistically invalid model-selection procedure and on a single architecture result that is partially contradicted by the paper's own Table 3. As presented, the paper is an exploratory empirical report rather than an established robustness result.
major comments (3)
- [Section 2.1, Section 3.2.2, Section 3.4] The paper describes an 80/20 train/test split (182/49 samples) with no validation set, states that over 1000 quantum circuits were tested, and says 'we selected the models with higher accuracy' before the adversarial investigation. With only 49 test samples, selecting among 1000 circuits using the test set makes the reported 85% PGD accuracy a maximum over many random quantities rather than an unbiased performance estimate. This selection bias invalidates the headline robustness comparison. The authors should re-run the study with a separate validation set or cross-validation, state the selection criterion explicitly, and report confidence intervals.
- [Table 3 and Abstract] Table 3 reports that under PGD the VGG-16 hybrid model achieves 10% accuracy while the VGG-16 classical model achieves 19%, and the AlexNet classical model's worst accuracy is 23%, not below 21%. These numbers contradict the abstract's claim that 'C-DL models achieved accuracies below 21%' and the concluding claim that HCQ-DL models generally provide improved accuracy under adversarial settings compared to classical counterparts. The claim should be restricted to the AlexNet-HCQ PGD result or revised to reflect the VGG-16 PGD comparison honestly.
- [Section 4, Tables 2 and 3] All reported accuracies are based on a 49-sample test set with no error bars, repeated runs, or significance tests. For a 49-sample test set, a single accuracy value has a standard error on the order of 5 to 7 percentage points, so single-point comparisons such as 85% versus 23% are far less precise than the paper implies, and the VGG-16 PGD pair (10% versus 19%) is within plausible noise. The authors should provide confidence intervals or a statistical comparison for at least the PGD results.
minor comments (6)
- [Section 3.4] The title 'Performance Matrix' should be 'Performance Metrics'.
- [Section 3.2.1] 'Rectilinear unit' should be 'rectified linear unit (ReLU)'.
- [Section 3.2.2] The reference 'Author46, n.d.' is unresolved; please supply the full citation.
- [Section 4] The cross-references 'figure 18c and 19c' should be Figures 4c and 5c.
- [Section 2.1] The dataset description should clarify whether the 231-sample balanced set is the full set of cropped signs or a random subsample, and how the balance between stop signs and other signs was achieved.
- [Section 6] The statement that the study uses 'error-free quantum simulators' should be acknowledged as a limitation in the main results, not only in the future-work section, since physical NISQ noise could alter the reported robustness.
Circularity Check
No significant circularity: the HCQ-vs-C-DL accuracy comparison is an empirical measurement computed from the paper's own data; self-citations are motivational, not load-bearing.
full rationale
The paper contains no claimed derivation chain that could be circular: its central result is an empirical accuracy comparison between hybrid classical-quantum deep learning (HCQ-DL) and classical deep learning (C-DL) models on the LISA traffic sign dataset. Values such as '96%, 98%' clean accuracy, 'above 91%' for GA/FGSA, and '85%' AlexNet-HCQ under PGD are measured test-set outcomes, not quantities derived from fitted parameters. Section 3.4 says 'For our investigation of adversarial attacks, we selected the models with higher accuracy'; if that selection used the 49-image test set rather than a held-out validation set, the reported numbers would be optimistically biased. That is a statistical validity concern, not a circularity under the definition used here, because the reported accuracy is not a prediction forced by a fitted input; it is a selected measurement. The self-citations (Majumdar 2023; Baral 2023; Khan 2023) motivate the use of quantum layers and the variational circuit design, but the robustness comparison itself is generated in this paper from its own train/test split and attack simulations, so the citations are not load-bearing. The Future Work note that only error-free Pennylane simulators were used is an external-validity limitation, not a circular step. The abstract's 'below 21%' conflicts with Table 3's AlexNet C-DL minimum of 23%, but that is an internal reporting inconsistency rather than a reduction of the conclusion to its inputs. No equation in the paper defines its target in terms of itself, and no fitted parameter is renamed as a prediction.
Assumptions & free parameters
free parameters (3)
- Number of qubits in QNN layer =
3 (AlexNet HCQ), 4 (VGG HCQ)
- Circuit architecture (gate sequence) =
Best of 1000 circuits; U1/CZ encoding, RZ/CZ variational, U2 pre-measurement for VGG; U1/CZ encoding, U3/CZ…
- Learning rate, batch size, scheduler step =
For example, LR 0.00291, batch 8, step 9 for AlexNet HCQ; LR 0.000194, batch 2, step 8 for VGG HCQ
assumptions (4)
- standard math Quantum gates and the parameter-shift rule are correctly implemented in the PennyLane simulator.
- domain assumption Transfer learning features from ImageNet-trained AlexNet and VGG-16 are informative for LISA traffic signs despite the domain shift.
- domain assumption The 80/20 split of 231 images produces a representative test set.
- domain assumption White-box attacks generated for HCQ-DL models are as effective as those for C-DL models.
Cite this review
Pith. "Pith review of Quantum Computing Supported Adversarial Attack-Resilient Autonomous Vehicle Perception Module for Traffic Sign Classification." pith.science (2026). https://pith.science/paper/DCKZRYG3
@misc{pith2026250412644,
author = {Pith},
title = {Pith review of: Quantum Computing Supported Adversarial Attack-Resilient Autonomous Vehicle Perception Module for Traffic Sign Classification},
year = {2026},
howpublished = {\url{https://pith.science/paper/DCKZRYG3}},
note = {Machine review of arXiv:2504.12644}
}
read the original abstract
Deep learning (DL)-based image classification models are essential for autonomous vehicle (AV) perception modules since incorrect categorization might have severe repercussions. Adversarial attacks are widely studied cyberattacks that can lead DL models to predict inaccurate output, such as incorrectly classified traffic signs by the perception module of an autonomous vehicle. In this study, we create and compare hybrid classical-quantum deep learning (HCQ-DL) models with classical deep learning (C-DL) models to demonstrate robustness against adversarial attacks for perception modules. Before feeding them into the quantum system, we used transfer learning models, alexnet and vgg-16, as feature extractors. We tested over 1000 quantum circuits in our HCQ-DL models for projected gradient descent (PGD), fast gradient sign attack (FGSA), and gradient attack (GA), which are three well-known untargeted adversarial approaches. We evaluated the performance of all models during adversarial attacks and no-attack scenarios. Our HCQ-DL models maintain accuracy above 95\% during a no-attack scenario and above 91\% for GA and FGSA attacks, which is higher than C-DL models. During the PGD attack, our alexnet-based HCQ-DL model maintained an accuracy of 85\% compared to C-DL models that achieved accuracies below 21\%. Our results highlight that the HCQ-DL models provide improved accuracy for traffic sign classification under adversarial settings compared to their classical counterparts.
Figures
Reference graph
Works this paper leans on
-
[6]
arXiv preprint arXiv:1704.01155
Feature squeezing: Detecting adversarial examples in deep neural networks. arXiv preprint arXiv:1704.01155. Khan, Z., Chowdhury, M. and Khan, S.M.,
-
[8]
arXiv preprint arXiv:1703.00410
Detecting adversarial samples from artifacts. arXiv preprint arXiv:1703.00410. Yuan, X., He, P., Zhu, Q. and Li, X.,
-
[9]
IEEE transactions on neural networks and learning systems, 30(9), pp.2805-2824
Adversarial examples: Attacks and defenses for deep learning. IEEE transactions on neural networks and learning systems, 30(9), pp.2805-2824. 21 Papernot, N., McDaniel, P., Wu, X., Jha, S. and Swami, A., 2016, May. Distillation as a defense to adversarial perturbations against deep neural networks. In 2016 IEEE symposium on security and privacy (SP) (pp. ...
work page 2016
-
[13]
npj Quantum information, 5(1), p.45
A generative modeling approach for bench- marking and training shallow quantum circuits. npj Quantum information, 5(1), p.45. Khan, Z., Tine, J.M., Khan, S.M., Majumdar, R., Comert, A.T., Rice, D., Comert, G., Michalaka, D., Mwakalonge, J. and Chowdhury, M., 2023, June. Hybrid quantum-classical neural network for incident detection. In 2023 26th Internati...
work page 2023
-
[14]
arXiv preprint arXiv:1811.04968
Pennylane: Automatic differentiation of hybrid quantum- classical computations. arXiv preprint arXiv:1811.04968. Ho, A. and Bacon, D.,
-
[15]
arXiv preprint arXiv:1706.06083
To- wards deep learning models resistant to adversarial attacks. arXiv preprint arXiv:1706.06083. Zhuang, F., Qi, Z., Duan, K., Xi, D., Zhu, Y., Zhu, H., Xiong, H. and He, Q.,
-
[17]
Physical Review A, 101(3), p.032308
Circuit-centric quantum classifiers. Physical Review A, 101(3), p.032308. Wendlinger, M., Tscharke, K. and Debus, P., 2024, September. A compara- tive analysis of adversarial robustness for quantum and classical machine learning models. In 2024 IEEE International Conference on Quantum Com- puting and Engineering (QCE) (Vol. 1, pp. 1447-1457). IEEE. 24
work page 2024
-
[2012]
arXiv preprint arXiv:1203.5813
Quantum computing and the entanglement frontier. arXiv preprint arXiv:1203.5813. Arute, F., Arya, K., Babbush, R., Bacon, D., Bardin, J.C., Barends, R., Biswas, R., Boixo, S., Brandao, F.G., Buell, D.A. and Burkett, B.,
Show all 17 references
-
[2013]
arXiv preprint arXiv:1312.6199
Intriguing properties of neural networks. arXiv preprint arXiv:1312.6199. Moosavi-Dezfooli, S.M., Fawzi, A. and Frossard, P.,
-
[2014]
arXiv preprint arXiv:1409.1556
Very deep convolutional networks for large-scale image recognition. arXiv preprint arXiv:1409.1556. Krizhevsky, A., Sutskever, I. and Hinton, G.E.,
-
[2017]
arXiv preprint arXiv:1705.02900
Keeping the bad guys out: Protecting and vaccinat- ing deep learning with jpeg compression. arXiv preprint arXiv:1705.02900. Xu, W., Evans, D. and Qi, Y.,
-
[2018]
arXiv preprint arXiv:1811.12641
Transferable adver- sarial attacks for image and video object detection. arXiv preprint arXiv:1811.12641. 20 Akhtar, N. and Mian, A.,
-
[2019]
IEEE Access, 7, pp.70157-70168
Discretization based solutions for secure machine learning against adversarial attacks. IEEE Access, 7, pp.70157-70168. Liu, Z., Liu, Q., Liu, T., Xu, N., Lin, X., Wang, Y. and Wen, W., 2019, June. Feature distillation: Dnn-oriented jpeg compression against adversarial example...
2019
-
[2020]
Scientific programming, 2020(1), p.7607612
Image classification algorithm based on deep learning-kernel function. Scientific programming, 2020(1), p.7607612. Pendleton, S.D., Andersen, H., Du, X., Shen, X., Meghjani, M., Eng, Y.H., Rus, D. and Ang, M.H.,
2020
-
[2022]
arXiv preprint arXiv:2205.01225
A hybrid defense method against adversarial attacks on traffic sign classifiers in autonomous vehicles. arXiv preprint arXiv:2205.01225. Feinman, R., Curtin, R.R., Shintre, S. and Gardner, A.B.,
-
[2023]
arXiv preprint arXiv:2302.04633
Histopatho- logical cancer detection using hybrid quantum computing. arXiv preprint arXiv:2302.04633. Baral, B., Majumdar, R., Bhalgamiya, B. and Roy, T.D., 2023, September. Evaluating Quantum Machine Learning Approaches for Histopathological Cancer Detection: Classical, Hybri...
2009 arXiv
-
[2025]
arXiv preprint arXiv:2502.06471
Evaluating the performance of quantum process units at large width and depth. arXiv preprint arXiv:2502.06471. Papernot, N., McDaniel, P., Goodfellow, I., Jha, S., Celik, Z.B. and Swami, A., 2017, April. Practical black-box attacks against machine learning. In Proceedings of t...
2017 arXiv
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.