菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-06
📄 Abstract - LipSSD: Lipschitz-Constrained Single-Shot Detection for Adversarially Robust Object Detection

Object detectors have many applications in safety-critical systems, but they are known to be sensitive to worst-case perturbations such as adversarial attacks, which limits their applicability in real-world scenarios. Compared with classification, adversarial robustness for object detection has received less attention, and existing methods are often tied to adversarial training, whose performance may not transfer across attacks, perturbation budgets, or architectures. In this work, we introduce Lipschitz-constrained variants of object detection architectures as robust-by-design alternatives to standard detectors. We validate this approach with LipSSD, a Lipschitz-constrained Single Shot MultiBox Detector (SSD), and provide a comprehensive study of its adversarial robustness using multiple white-box adversarial attacks and datasets. We first analyze the accuracyrobustness trade-off induced by Lipschitz constraints and show that it can be controlled through a single training hyperparameter. We then demonstrate that Lipschitzconstrained detectors are complementary to adversarial training: under the same training setup on the Pascal VOC dataset, adversarially trained LipSSD improves mAP@50 on unseen attacks by up to 15 points over classical adversarially trained SSD. Finally, we use more specific safety-critical datasets such as LARD and KITTI, and show that Lipschitz-constrained detectors can improve robustness while largely preserving clean performance. These results suggest that architectural Lipschitz control is a practical and attack-agnostic direction for improving the robustness of object detectors.

顶级标签: computer vision machine learning
详细标签: adversarial robustness object detection lipschitz constraint single-shot detection safe-critical systems 或 搜索:

LipSSD:基于利普希茨约束的单阶段鲁棒目标检测方法 / LipSSD: Lipschitz-Constrained Single-Shot Detection for Adversarially Robust Object Detection


1️⃣ 一句话总结

本文提出一种通过利普希茨约束直接控制神经网络灵敏度的新方法(LipSSD),在不依赖特定攻击训练的情况下,显著提升目标检测器对各类对抗攻击的鲁棒性,并在多个数据集上保持较高的正常检测精度。

源自 arXiv: 2607.06592