REVIEW 4 major objections 5 minor 49 references
Is Your Autonomous Vehicle Safe? Understanding the Threat of Electromagnetic Signal Injection Attacks on Traffic Scene Perception
T0 review · 4 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Simulated signal-injection images fool traffic AI just like real ones.
desk verdict A useful simulation framework for ESIA color strips, with a new BDD100k scenario evaluation, but the 'statistically indistinguishable' claim overreaches; the trend results hold up. 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 ESIA simulation rule: an RGB image is corrupted by selecting impacted rows; on even rows the red value is replaced by the next row's green and the green by the next row's blue, and on odd rows green is replaced by next row's red and blue by next row's green, after which the image is reassembled as if undergoing demosaicing. A single row index controls the strip's position, and the number of impacted rows controls severity. The rule is what lets the paper generate thousands of under-attack traffic images without a physical radio setup, and it is justified by comparing the resulting mAP degradation to the degradation caused by real ESIA images, an equivalence the paper supports with t-tests.
What would settle it
Collect a fresh set of real ESIA images on traffic scenes not used in calibration, apply the simulator to the same clean frames with matched strip counts and positions, and compare detector and segmentation degradation with a t-test; a p-value below 0.05 for any severity level would show the simulation is not statistically equivalent to the real attack.
Extended reading notes
Core claim
The central claim is that ESIA distortion is, for practical purposes, a row-wise color-channel corruption: on even-indexed impacted rows red is replaced by green from the next row and green by blue from the next row, while odd rows perform the complementary swap, and the number and position of the resulting color strips encode the attack severity. Using 100 COCO images retaken under real electromagnetic attacks as reference, the paper generates simulated versions with the same strip counts and positions (1-6 for mild, 7-12 for moderate, 13-20 for severe) and compares how much twelve object detectors' mAP drops. A t-test at the 5% level yields p-values above 0.05 for all three severity levels and all three mAP criteria, so the paper concludes that simulated and real attacks are statistically indistinguishable in their effect on detectors. It then applies the simulator to 10,000 BDD100k validation images grouped by weather, scene, and time of day, and reports that mAP50 and mIoU decrease from unattacked to severe conditions for HybridNets, A-YOLOM, and YOLOP, with attention-map visualizations showing the models shifting attention to misleading regions and, in some cases, marking oncoming-traffic lanes as drivable or sharply shrinking the drivable area.
Load-bearing premise
Everything rests on the claim that a real ESIA's effect on AI perception is fully captured by swapping red/blue and green channels on alternating rows, with only the number and location of the resulting strips varying.
Editorial extensions
If this is right
- Simulated ESIA can serve as a low-cost substitute for physical attack data when evaluating perception robustness, because detector-level degradation matches real attacks.
- Traffic object detection is highly vulnerable: across the tested multi-task models, severe simulated attacks reduce mAP50 by roughly 60 to 70 percent in most subcategories.
- Drivable-area segmentation degrades less but still meaningfully, with severe attacks lowering mIoU by about 10 to 14 percent depending on model and condition.
- Environment structure modulates ESIA impact: models show the smallest relative drop in cluttered city-street scenes and the largest relative drop in simpler highway scenes.
- ESIA can create concrete safety hazards, not just metric drops: attention-map examples show reverse lanes being reclassified as drivable and drivable area shrinking after attack.
Reading between the lines
- If strip count and position truly exhaust the model-relevant geometry of ESIA, the same simulator could be inverted to generate training data for adversarial robustness, since augmenting traffic images with such artifacts requires only code, not a radio bench.
- A natural next test is to capture real ESIA images on BDD100k-style traffic scenes and run the same t-test on mAP and mIoU; this would show whether the equivalence holds beyond the 100 COCO images used for calibration.
- The channel-swap rule also suggests a cheap defense probe: practitioners could audit any camera-based perception stack by varying the number and location of strips before committing to physical hardware tests.
- Because the paper's severity labels are tied to strip counts from one physical attack setup, transfer to other camera circuits, raw-format pipelines, or signal frequencies remains an open question.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper addresses electromagnetic signal injection attacks (ESIA) on camera-based perception in autonomous driving. It proposes a simulation method that reproduces ESIA-induced color strips by swapping red/blue and green channel values on selected even/odd image rows, and it generates a simulated attack dataset. The method is validated against a real ESIA dataset by comparing mAP degradation across 13 object detection models using t-tests, and it is then applied to BDD100k images. Using three multi-task models (HybridNets, A-YOLOM, YOLOP), the paper reports that simulated attacks degrade traffic object detection and drivable-area segmentation across weather, scene, and time-of-day conditions, with monotonically increasing degradation from mild to severe attack intensity. It also identifies concrete driving-risk cases, such as contraflow lane detection and drivable-area reduction, and visualizes attention shifts with Grad-CAM.
Significance. If the simulation were validated as representative of real ESIA, the contribution would be valuable: it would provide a low-cost, scalable way to study ESIA robustness across diverse traffic scenarios, and the systematic results on weather, scene, and time-of-day would be useful for safety analysis of camera-based perception. The paper also has concrete strengths: the channel-swap rule is a mechanism-inspired, non-black-box simulation hypothesis; the evaluation spans a broad set of detection architectures; and the attention analysis and risk-case discussion connect metric degradation to plausible driving consequences. However, the central claim that simulated and real attacks are statistically indistinguishable is not currently supported by the evidence, and the validation has an in-sample component. These issues are load-bearing because the safety conclusions depend on simulated attacks faithfully representing real ESIA.
major comments (4)
- [Evaluation of Similarity between Simulated Attack and Real Attack, Table 1] The statement that 'images generated by simulated attacks do not differ significantly from those generated by real attacks' is not supported by the reported analysis. The t-test used has the null hypothesis of equal mean degradation; a p-value above 0.05 can only indicate that no difference was detected, not that the two conditions are equivalent. With 13 paired model measurements and no pre-specified equivalence margin, power analysis, or confidence intervals, the high p-values in Table 1 (e.g., 0.876, 0.803, 0.950 for mild attacks) are also compatible with a true difference too small for this sample to resolve. The paper should either perform an equivalence test (e.g., TOST with a prespecified margin based on a meaningful mAP difference), report confidence intervals for the mean differences, and provide an effect-size analysis, or it should soften the claim to 'no statistically significant difference was detected' and avoid drawing safety conclusions from that absence of evidence.
- [Simulation Method and Evaluation of Similarity between Simulated Attack and Real Attack] The validation is in-sample: the strip-count ranges [1,6], [7,12], and [13,20] and the strip locations used in the simulation are derived from the same real-attack dataset (Zhang et al. 2024a) that is then used as the comparison benchmark. Consequently, the t-tests only check whether these two geometric parameters suffice to reproduce model-level degradation on those 100 images; they do not validate that the simulation captures the full pixel-level ESIA distortion, nor that the rule transfers to BDD100k images with different content and multi-task models. The paper should validate on held-out real attack images whose strip counts and placements were not used in calibration, and should compare image-level fidelity (e.g., SSIM, per-pixel color error, or artifact location accuracy) in addition to downstream model metrics.
- [Simulation Method] The load-bearing approximation that 'neighboring pixel values are similar' and that the effect on AI models depends mainly on strip count and location rather than finer pixel-level artifact details is stated but not independently tested. No ablation is provided that varies strip placement, strip width, channel-swap details, or pixel-level artifact realism while holding other factors fixed. Without such an ablation, the claim that the simulation captures the mechanism relevant to model behavior remains an assumption, not an established premise. Adding an ablation study or a per-image similarity analysis would materially strengthen the validity of the transfer to BDD100k.
- [Evaluation of Similarity between Simulated Attack and Real Attack; Impacts of ESIA in Different Driving Scenarios] The similarity validation is performed only for object detection (mAP), but the BDD100k study also draws conclusions about drivable-area segmentation. Since segmentation models may respond to different artifacts than detection models, the claim that simulated attacks are representative of real ESIA is not automatically transferable to the segmentation task. The paper should either validate the simulation against real ESIA for segmentation or explicitly present the segmentation results as simulation-only predictions that have not been verified against real attacks.
minor comments (5)
- [General] There are several typographical and terminological inconsistencies, including 'EISA' for ESIA in the Conclusion and 'for to simulate' in the same section; these should be corrected.
- [Evaluation of Similarity between Simulated Attack and Real Attack] The claim about 'consistent trends' in Figure 4 is based on visual inspection; reporting a correlation coefficient (e.g., Pearson or Spearman) or the mean absolute difference between real and simulated degradation would make the comparison quantitative.
- [Experimental Results and Analysis] The notation D Smild, D Smoderate, and D Ssevere in Tables 4 and 5 is not fully defined before its first use; the text should define D S_i and D M_i with explicit formulas.
- [Experimental Results and Analysis] The paper states that 'all p-values from the t-tests for ΔmAP exceed the 5% threshold'; it would be more precise to say 'exceed 0.05' and to specify whether the t-test was two-tailed or one-tailed, as this affects interpretation.
- [Simulation of ESIA] No code, dataset, or reproducibility statement is provided; releasing the simulation code and the generated dataset would substantially increase the impact and allow independent verification.
Circularity Check
Simulation is validated on the same real-attack images from which its strip counts and locations are taken, making the 'indistinguishable' claim partially by construction.
-
fitted input called prediction
[Section 'Simulation of ESIA', subsection 'Evaluation of Similarity between Simulated Attack and Real Attack'; Table 1]
"According to this real attack image set, the counts of color strips induced by mild, moderate, and severe attacks, fall in the ranges of[1, 6], [7, 12], and [13, 20], respectively. ... Specifically, we use the simulated attack method to produce the same number and location of color strips as the real ones (for each image at each severity level). ... These tests and analyses demonstrate that images generated by simulated attacks do not differ significantly from those generated by real attacks."
The simulation's key scene-specific parameters—strip counts and strip locations—are taken directly from the same real-attack images that are later used as the benchmark for validation. The t-test in Table 1 therefore does not test whether the simulation predicts real attacks out-of-sample; it tests only whether, after forcing identical strip geometry, the channel-swap rendering leaves model mAP degradation statistically indistinguishable. The conclusion 'do not differ significantly' is thus partly guaranteed by construction, because the geometric perturbation has been matched before the comparison. Additionally, the severity bins [1,6], [7,12], [13,20] were estimated from Zhang et al. (2024a)'s dataset and then evaluated on that same dataset, making the validation in-sample.
full rationale
The paper's core novelty is the ESIA simulation rule (even/odd row red-blue/green channel swap), which is a reasonable mechanistic hypothesis and is not itself fitted to model outputs. The degradation experiments on BDD100k (Tables 3-5) are also independent measurements: the models' mAP/mIoU drops are not constructed by the simulation definition. However, the central validation claim—that simulated attack images are statistically indistinguishable from real attack images—is partially circular. The simulation is calibrated to Zhang et al. (2024a)'s real-attack dataset: strip-count severity bins ([1,6], [7,12], [13,20]) are read off that dataset, and for each validation image the simulation is explicitly given the same number and location of color strips as the real attack image. The subsequent t-test then compares model degradation only after this geometric matching. A non-significant p-value is therefore not evidence of general equivalence; it is largely a check on the residual channel-swap rendering. Because the same dataset supplies both the fitted parameters and the benchmark, the 'do not differ significantly' conclusion is in-sample and partly by construction. The self-citation to Zhang et al. (2024a) (shared authors: Zhang, Zhai, Fu) is load-bearing in this calibration loop, but the underlying measurements are empirical, so the self-citation alone would not be circular. The t-test's use as equivalence evidence is statistically fragile (no margin or power analysis), but that is an inference problem, not a circularity. Overall: partial circularity in the validation protocol, with independent content in the rendering rule and the scenario study.
Assumptions & free parameters
free parameters (2)
- strip count ranges per severity level =
Mild [1,6], Moderate [7,12], Severe [13,20]
- strip row placement =
Not specified; matched to real images in validation, random or unspecified in BDD100k
assumptions (5)
- domain assumption ESIA induces packet loss and channel misreading that produce color strips
- ad hoc to paper Neighboring pixel values are similar enough for the four-corner approximation
- ad hoc to paper The effect on AI models depends mainly on strip count and location, not finer pixel-level artifact details
- domain assumption Validation results on COCO object detectors transfer to BDD100k multi-task traffic models
- domain assumption A t-test with p > 0.05 indicates no practically meaningful difference
Cite this review
Pith. "Pith review of Is Your Autonomous Vehicle Safe? Understanding the Threat of Electromagnetic Signal Injection Attacks on Traffic Scene Perception." pith.science (2026). https://pith.science/paper/TSW7TT7G
@misc{pith2026250105239,
author = {Pith},
title = {Pith review of: Is Your Autonomous Vehicle Safe? Understanding the Threat of Electromagnetic Signal Injection Attacks on Traffic Scene Perception},
year = {2026},
howpublished = {\url{https://pith.science/paper/TSW7TT7G}},
note = {Machine review of arXiv:2501.05239}
}
read the original abstract
Autonomous vehicles rely on camera-based perception systems to comprehend their driving environment and make crucial decisions, thereby ensuring vehicles to steer safely. However, a significant threat known as Electromagnetic Signal Injection Attacks (ESIA) can distort the images captured by these cameras, leading to incorrect AI decisions and potentially compromising the safety of autonomous vehicles. Despite the serious implications of ESIA, there is limited understanding of its impacts on the robustness of AI models across various and complex driving scenarios. To address this gap, our research analyzes the performance of different models under ESIA, revealing their vulnerabilities to the attacks. Moreover, due to the challenges in obtaining real-world attack data, we develop a novel ESIA simulation method and generate a simulated attack dataset for different driving scenarios. Our research provides a comprehensive simulation and evaluation framework, aiming to enhance the development of more robust AI models and secure intelligent systems, ultimately contributing to the advancement of safer and more reliable technology across various fields.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
, " * write output.state after.block = add.period write newline
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint howpublished institution isbn journal key month note number organization pages publisher school series title type volume year label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block FUNCTION init.state.consts #0 'before.a...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...
-
[3]
Badue, C.; Guidolini, R.; Carneiro, R. V.; Azevedo, P.; Cardoso, V. B.; Forechi, A.; Jesus, L.; Berriel, R.; Paixao, T. M.; Mutz, F.; et al. 2021. Self-driving cars: A survey. Expert systems with applications, 165: 113816
work page 2021
-
[4]
Cai, Z.; and Vasconcelos, N. 2019. Cascade R-CNN: High quality object detection and instance segmentation. IEEE transactions on pattern analysis and machine intelligence, 43(5): 1483--1498
2019
-
[5]
Carion, N.; Massa, F.; Synnaeve, G.; Usunier, N.; Kirillov, A.; and Zagoruyko, S. 2020. End-to-end object detection with transformers. In European conference on computer vision, 213--229. Springer
2020
-
[6]
Carlini, N.; and Wagner, D. 2017. Towards evaluating the robustness of neural networks. In 2017 IEEE Symposium on Security and Privacy (SP), 39--57. IEEE
work page 2017
-
[7]
Chen, J.; Jordan, M. I.; and Wainwright, M. J. 2020. Hopskipjumpattack: A query-efficient decision-based attack. In 2020 IEEE Symposium on Security and Privacy (SP), 1277--1294. IEEE
work page 2020
-
[8]
Duan, R.; Ma, X.; Wang, Y.; Bailey, J.; Qin, A. K.; and Yang, Y. 2020. Adversarial camouflage: Hiding physical-world attacks with natural styles. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 1000--1008
work page 2020
Show all 49 references
-
[9]
Eykholt, K.; Evtimov, I.; Fernandes, E.; Li, B.; Rahmati, A.; Xiao, C.; Prakash, A.; Kohno, T.; and Song, D. 2018. Robust physical-world attacks on deep learning visual classification. In Proceedings of the IEEE conference on computer vision and pattern recognition, 1625--1634
2018
-
[10]
Feng, D.; Haase-Sch \"u tz, C.; Rosenbaum, L.; Hertlein, H.; Glaeser, C.; Timm, F.; Wiesbeck, W.; and Dietmayer, K. 2020. Deep multi-modal object detection and semantic segmentation for autonomous driving: Datasets, methods, and challenges. IEEE Transactions on Intelligent Tra...
2020
-
[11]
Fu, Z.; Zhi, Y.; Ji, S.; and Sun, X. 2021. Remote Attacks on Drones Vision Sensors: An Empirical Study . IEEE Transactions on Dependable and Secure Computing, 19(5): 3125--3135
2021
-
[12]
Ge, Z.; Liu, S.; Wang, F.; Li, Z.; and Sun, J. 2021. Yolox: Exceeding yolo series in 2021. arXiv preprint arXiv:2107.08430
2021 arXiv
-
[13]
J.; Shlens, J.; and Szegedy, C
Goodfellow, I. J.; Shlens, J.; and Szegedy, C. 2015. Explaining and Harnessing Adversarial Examples. In Bengio, Y.; and LeCun, Y., eds., 3rd International Conference on Learning Representations, ICLR 2015, San Diego, CA, USA, May 7-9, 2015, Conference Track Proceedings
2015
-
[14]
A.; Ouni, B.; and Shafique, M
Guesmi, A.; Hanif, M. A.; Ouni, B.; and Shafique, M. 2023. Physical adversarial attacks for camera-based smart systems: Current trends, categorization, applications, research challenges, and future outlook. IEEE Access
2023
-
[15]
He, K.; Gkioxari, G.; Doll \'a r, P.; and Girshick, R. 2017. Mask r-cnn. In Proceedings of the IEEE international conference on computer vision, 2961--2969
2017
-
[16]
He, K.; Zhang, X.; Ren, S.; and Sun, J. 2015. Spatial pyramid pooling in deep convolutional networks for visual recognition. IEEE transactions on pattern analysis and machine intelligence, 37(9): 1904--1916
2015
-
[17]
Ji, X.; Cheng, Y.; Zhang, Y.; Wang, K.; Yan, C.; Xu, W.; and Fu, K. 2021. Poltergeist: Acoustic Adversarial Machine Learning against Cameras and Computer Vision . In 2021 IEEE Symposium on Security and Privacy (SP), 160--175. IEEE
2021
-
[18]
Jiang, Q.; Ji, X.; Yan, C.; Xie, Z.; Lou, H.; and Xu, W. 2023. GlitchHiker: Uncovering Vulnerabilities of Image Signal Transmission with IEMI . In 32nd USENIX Security Symposium (USENIX Security 23), 7249--7266
2023
-
[19]
Jing, P.; Tang, Q.; Du, Y.; Xue, L.; Luo, X.; Wang, T.; Nie, S.; and Wu, S. 2021. Too good to be safe: Tricking lane detection in autonomous driving with crafted perturbations. In 30th USENIX Security Symposium (USENIX Security 21), 3237--3254
2021
-
[20]
C.; and Fu, E
Kang, D.; Zhang, Y.; Tam, W. C.; and Fu, E. Y. 2024. Anti-ESIA: Analyzing and Mitigating Impacts of Electromagnetic Signal Injection Attacks. arXiv preprint arXiv:2409.10922
2024 arXiv
-
[21]
K \"o hler, S.; Baker, R.; and Martinovic, I. 2022. Signal Injection Attacks against CCD Image Sensors . In Proc. 2022 ACM ASIA Conference on Computer and Communications Security (ACM ASIACCS 2022). ACM
2022
-
[22]
Li, Y.; Mao, H.; Girshick, R.; and He, K. 2022. Exploring plain vision transformer backbones for object detection. In European conference on computer vision, 280--296. Springer
2022
-
[23]
Lin, T.-Y.; Goyal, P.; Girshick, R.; He, K.; and Doll \'a r, P. 2017. Focal loss for dense object detection. In Proceedings of the IEEE international conference on computer vision, 2980--2988
2017
-
[24]
Lin, T.-Y.; Maire, M.; Belongie, S.; Hays, J.; Perona, P.; Ramanan, D.; Doll \'a r, P.; and Zitnick, C. L. 2014. Microsoft COCO: Common Objects in Context . In Computer Vision--ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedings, Part V ...
2014
-
[25]
Liu, N.; Nikitas, A.; and Parkinson, S. 2020. Exploring expert perceptions about the cyber security and privacy of Connected and Autonomous Vehicles: A thematic analysis approach. Transportation research part F: traffic psychology and behaviour, 75: 66--86
2020
-
[26]
Liu, Z.; Lin, Y.; Cao, Y.; Hu, H.; Wei, Y.; Zhang, Z.; Lin, S.; and Guo, B. 2021. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF international conference on computer vision, 10012--10022
2021
-
[27]
Ljubi, K.; and Groznik, A. 2023. Role played by social factors and privacy concerns in autonomous vehicle adoption. Transport policy, 132: 1--15
2023
-
[28]
B.; and Kolbe, L
Nastjuk, I.; Herrenkind, B.; Marrone, M.; Brendel, A. B.; and Kolbe, L. M. 2020. What drives the acceptance of autonomous driving? An investigation of acceptance factors from an end-user's perspective. Technological Forecasting and Social Change, 161: 120319
2020
-
[29]
Petit, J.; Stottelaar, B.; Feiri, M.; and Kargl, F. 2015. Remote attacks on automated vehicles sensors: Experiments on camera and lidar. Black Hat Europe, 11(2015): 995
2015
-
[30]
Ranjan, A.; Janai, J.; Geiger, A.; and Black, M. J. 2019. Attacking optical flow. In Proceedings of the IEEE/CVF international conference on computer vision, 2404--2413
2019
-
[31]
Redmon, J.; and Farhadi, A. 2018. Yolov3: An incremental improvement. arXiv preprint arXiv:1804.02767
2018 arXiv
-
[32]
R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; and Batra, D
Selvaraju, R. R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; and Batra, D. 2017. Grad-cam: Visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE international conference on computer vision, 618--626
2017
-
[33]
Song, D.; Eykholt, K.; Evtimov, I.; Fernandes, E.; Li, B.; Rahmati, A.; Tramer, F.; Prakash, A.; and Kohno, T. 2018. Physical adversarial examples for object detectors. In 12th USENIX workshop on offensive technologies (WOOT 18)
2018
-
[34]
Szegedy, C.; Zaremba, W.; Sutskever, I.; Bruna, J.; Erhan, D.; Goodfellow, I.; and Fergus, R. 2014. Intriguing properties of neural networks. In 2nd International Conference on Learning Representations, ICLR 2014
2014
-
[35]
Tan, M.; and Le, Q. 2019. Efficientnet: Rethinking model scaling for convolutional neural networks. In International conference on machine learning, 6105--6114. PMLR
2019
-
[36]
Tan, M.; Pang, R.; and Le, Q. V. 2020. Efficientdet: Scalable and efficient object detection. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 10781--10790
2020
-
[37]
Vu, D.; Ngo, B.; and Phan, H. 2022. Hybridnets: End-to-end perception network. arXiv preprint arXiv:2203.09035
2022 arXiv
-
[38]
J.; and Zhang, N
Wang, J.; Wu, Q. J.; and Zhang, N. 2024. You only look at once for real-time and generic multi-task. IEEE Transactions on Vehicular Technology
2024
-
[39]
Wu, D.; Liao, M.-W.; Zhang, W.-T.; Wang, X.-G.; Bai, X.; Cheng, W.-Q.; and Liu, W.-Y. 2022. Yolop: You only look once for panoptic driving perception. Machine Intelligence Research, 19(6): 550--562
2022
-
[40]
Yan, C.; Xu, W.; and Liu, J. 2016. Can you trust autonomous vehicles: Contactless attacks against sensors of self-driving vehicle. Def Con, 24(8): 109
2016
-
[41]
Yan, C.; Xu, Z.; Yin, Z.; Mangard, S.; Ji, X.; Xu, W.; Zhao, K.; Zhou, Y.; Wang, T.; Gu, G.; et al. 2022. Rolling Colors: Adversarial Laser Exploits against Traffic Light Recognition . In 31st USENIX Security Symposium (USENIX Security 22), 1957--1974
2022
-
[42]
Yu, F.; Chen, H.; Wang, X.; Xian, W.; Chen, Y.; Liu, F.; Madhavan, V.; and Darrell, T. 2020. BDD100K: A Diverse Driving Dataset for Heterogeneous Multitask Learning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
2020
-
[43]
M.; and Shum, H.-Y
Zhang, H.; Li, F.; Liu, S.; Zhang, L.; Su, H.; Zhu, J.; Ni, L. M.; and Shum, H.-Y. 2022. Dino: Detr with improved denoising anchor boxes for end-to-end object detection. arXiv preprint arXiv:2203.03605
2022 arXiv
-
[44]
Zhang, H.; Wang, Y.; Dayoub, F.; and Sunderhauf, N. 2021 a . Varifocalnet: An iou-aware dense object detector. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 8514--8523
2021
-
[45]
Zhang, J.; Lou, Y.; Wang, J.; Wu, K.; Lu, K.; and Jia, X. 2021 b . Evaluating adversarial attacks on driving safety in vision-based autonomous vehicles. IEEE Internet of Things Journal, 9(5): 3443--3456
2021
-
[46]
Y.; Chau, S.-Y.; and Luo, X
Zhang, Y.; Cheung, M.; Yang, C.; Zhai, X.; Shen, Z.; Ji, X.; Fu, E. Y.; Chau, S.-Y.; and Luo, X. 2024 a . Modeling Electromagnetic Signal Injection Attacks on Camera-based Smart Systems: Applications and Mitigation. arXiv preprint arXiv:2408.05124
2024 arXiv
-
[47]
Y.; Jiang, Q.; Yan, C.; Chau, S.-Y.; Ngai, G.; Leong, H.-V.; Luo, X.; and Xu, W
Zhang, Y.; Yang, C.; Fu, E. Y.; Jiang, Q.; Yan, C.; Chau, S.-Y.; Ngai, G.; Leong, H.-V.; Luo, X.; and Xu, W. 2024 b . Understanding Impacts of Electromagnetic Signal Injection Attacks on Object Detection. 2024 IEEE International Conference on Multimedia and Expo (ICME)
2024
-
[48]
Zhu, W.; Ji, X.; Cheng, Y.; Zhang, S.; and Xu, W. 2023. TPatch: A Triggered Physical Adversarial Patch . In 32nd USENIX Security Symposium (USENIX Security 23), 661--678
2023
-
[49]
Zong, Z.; Song, G.; and Liu, Y. 2023. Detrs with collaborative hybrid assignments training. In Proceedings of the IEEE/CVF international conference on computer vision, 6748--6758
2023
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.