CVCRLGMay 27, 2023

Adversarial Attack On Yolov5 For Traffic And Road Sign Detection

arXiv:2306.06071v27 citations
Originality Synthesis-oriented
AI Analysis

This highlights safety concerns for traffic and transportation systems, though it is incremental as it applies existing attacks to a new context.

The paper investigated the vulnerability of YOLOv5 to adversarial attacks in traffic and road sign detection, finding that misclassification rates increased with perturbation magnitude, with results explained using saliency maps.

This paper implements and investigates popular adversarial attacks on the YOLOv5 Object Detection algorithm. The paper explores the vulnerability of the YOLOv5 to adversarial attacks in the context of traffic and road sign detection. The paper investigates the impact of different types of attacks, including the Limited memory Broyden Fletcher Goldfarb Shanno (L-BFGS), the Fast Gradient Sign Method (FGSM) attack, the Carlini and Wagner (C&W) attack, the Basic Iterative Method (BIM) attack, the Projected Gradient Descent (PGD) attack, One Pixel Attack, and the Universal Adversarial Perturbations attack on the accuracy of YOLOv5 in detecting traffic and road signs. The results show that YOLOv5 is susceptible to these attacks, with misclassification rates increasing as the magnitude of the perturbations increases. We also explain the results using saliency maps. The findings of this paper have important implications for the safety and reliability of object detection algorithms used in traffic and transportation systems, highlighting the need for more robust and secure models to ensure their effectiveness in real-world applications.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes