CVAIMar 4, 2024

Enhancing Object Detection Robustness: Detecting and Restoring Confidence in the Presence of Adversarial Patch Attacks

arXiv:2403.12988v24 citationsh-index: 20
Originality Synthesis-oriented
AI Analysis

This addresses robustness in computer vision systems against adversarial attacks, but it is incremental as it applies existing defense methods to a specific model and attack type.

The study tackled adversarial patch attacks on YOLOv5 object detectors by testing defenses like SAC, Inpainting, and Latent Diffusion Models, finding that patches reduced detection confidence by 22.06% and Latent Diffusion restored it by 26.61%, exceeding original levels.

The widespread adoption of computer vision systems has underscored their susceptibility to adversarial attacks, particularly adversarial patch attacks on object detectors. This study evaluates defense mechanisms for the YOLOv5 model against such attacks. Optimized adversarial patches were generated and placed in sensitive image regions, by applying EigenCAM and grid search to determine optimal placement. We tested several defenses, including Segment and Complete (SAC), Inpainting, and Latent Diffusion Models. Our pipeline comprises three main stages: patch application, object detection, and defense analysis. Results indicate that adversarial patches reduce average detection confidence by 22.06\%. Defenses restored confidence levels by 3.45\% (SAC), 5.05\% (Inpainting), and significantly improved them by 26.61\%, which even exceeds the original accuracy levels, when using the Latent Diffusion Model, highlighting its superior effectiveness in mitigating the effects of adversarial patches.

Foundations

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

Your Notes