为自动驾驶物体检测设计实时防御对抗贴纸攻击的方法。
A Real-Time Defense Against Object Vanishing Adversarial Patch Attacks for Object Detection in Autonomous Vehicles
- 利用前后帧的时序一致性检测对抗贴纸。
- 在真实驾驶数据上实现高准确率与低延迟防御。
- 适合需要实时安全的自动驾驶系统使用。
自动驾驶车辆越来越多地采用基于深度神经网络(DNN)的视觉感知物体检测模型。正确检测和分类障碍物对确保安全、可信的驾驶决策至关重要。对抗贴纸通过在图像局部区域生成特定模式来欺骗DNN。特别是物体消失型贴纸攻击会导致检测模型无法识别场景中大多数或全部物体,对自动驾驶构成严重现实威胁。本文提出ADAV(自动驾驶对抗防御),一种专为自动驾驶设计的新型防御方法,可抵御物体消失型对抗贴纸攻击。与现有防御方法相比,ADAV具有低延迟特性,并利用自动驾驶视频流中前一帧的上下文信息。它通过检查目标帧检测输出与前一参考帧输出的时间一致性来判断是否存在贴纸。若检测到贴纸,则采用基于梯度的归因方法定位破坏时序一致性的对抗像素。该两阶段流程能高效处理正常输入,且两个阶段均优化为低延迟。ADAV在伯克利深度驾驶(BDD100K)真实驾驶数据集上进行了评估,展现出优异的对抗防御与正常性能。
原文摘要 · Abstract (English)
Autonomous vehicles (AVs) increasingly use DNN-based object detection models in vision-based perception. Correct detection and classification of obstacles is critical to ensure safe, trustworthy driving decisions. Adversarial patches aim to fool a DNN with intentionally generated patterns concentrated in a localized region of an image. In particular, object vanishing patch attacks can cause object detection models to fail to detect most or all objects in a scene, posing a significant practical threat to AVs. This work proposes ADAV (Adversarial Defense for Autonomous Vehicles), a novel defense methodology against object vanishing patch attacks specifically designed for autonomous vehicles. Unlike existing defense methods which have high latency or are designed for static images, ADAV runs in real-time and leverages contextual information from prior frames in an AV's video feed. ADAV checks if the object detector's output for the target frame is temporally consistent with the output from a previous reference frame to detect the presence of a patch. If the presence of a patch is detected, ADAV uses gradient-based attribution to localize adversarial pixels that break temporal consistency. This two stage procedure allows ADAV to efficiently process clean inputs, and both stages are optimized to be low latency. ADAV is evaluated using real-world driving data from the Berkeley Deep Drive BDD100K dataset, and demonstrates high adversarial and clean performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。