arXiv:2507.18656cs.CVcs.LG2025-07被引 1

攻击自动驾驶检测系统,让碰撞预警失效。

ShrinkBox: Backdoor Attack on Object Detection to Disrupt Collision Avoidance in Machine Learning-based Advanced Driver Assistance Systems

  • 通过微调真实框大小植入后门,隐蔽性强。
  • 在KITTI数据集上毒化4%样本,攻击成功率96%。
  • 使距离估算误差提升3倍以上,危及行车安全。

高级驾驶辅助系统(ADAS)通过检测潜在碰撞提升道路安全,但其依赖激光雷达等高价传感器,限制了在低收入和中等收入国家的普及。基于机器学习的ADAS(ML-ADAS)仅用普通摄像头输入,利用深度神经网络(DNN)实现低成本方案。关键在于碰撞规避功能,需准确检测物体并估计距离,通常由YOLO等实时检测模型结合边界框尺寸等特征进行轻量化距离估计。然而,这些系统易受目标检测器的漏洞攻击。本文提出ShrinkBox,一种新型针对碰撞规避型ML-ADAS目标检测的后门攻击。不同于以往篡改类别或存在性的攻击,ShrinkBox通过细微缩小真实标注框实现攻击,隐蔽于数据集审查与标准基准测试中,严重破坏下游距离估计。实验表明,该攻击在YOLOv9m上实现96%攻击成功率(ASR),仅需在KITTI数据集中4%训练样本被污染。由于采用宽松污染策略,引入极小误差目标,使得中毒样本的距离估算均方误差(MAE)提升超3倍,可能导致碰撞警告延迟或完全缺失。

原文摘要 · Abstract (English)

Advanced Driver Assistance Systems (ADAS) significantly enhance road safety by detecting potential collisions and alerting drivers. However, their reliance on expensive sensor technologies such as LiDAR and radar limits accessibility, particularly in low- and middle-income countries. Machine learning-based ADAS (ML-ADAS), leveraging deep neural networks (DNNs) with only standard camera input, offers a cost-effective alternative. Critical to ML-ADAS is the collision avoidance feature, which requires the ability to detect objects and estimate their distances accurately. This is achieved with specialized DNNs like YOLO, which provides real-time object detection, and a lightweight, detection-wise distance estimation approach that relies on key features extracted from the detections like bounding box dimensions and size. However, the robustness of these systems is undermined by security vulnerabilities in object detectors. In this paper, we introduce ShrinkBox, a novel backdoor attack targeting object detection in collision avoidance ML-ADAS. Unlike existing attacks that manipulate object class labels or presence, ShrinkBox subtly shrinks ground truth bounding boxes. This attack remains undetected in dataset inspections and standard benchmarks while severely disrupting downstream distance estimation. We demonstrate that ShrinkBox can be realized in the YOLOv9m object detector at an Attack Success Rate (ASR) of 96%, with only a 4% poisoning ratio in the training instances of the KITTI dataset. Furthermore, given the low error targets introduced in our relaxed poisoning strategy, we find that ShrinkBox increases the Mean Absolute Error (MAE) in downstream distance estimation by more than 3x on poisoned samples, potentially resulting in delays or prevention of collision warnings altogether.

后门攻击目标检测自动驾驶

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。