通过因果像素构造可解释的黑盒攻击,让目标检测器失效却不易察觉。
Out-of-the-box: Black-box Causal Attacks on Object Detectors
- 基于因果像素集生成最小扰动,无需模型结构信息。
- 攻击幅度降低至原方法的7.3%,成功率相当。
- 适合安全测试与防御优化,尤其关注可解释性的人
对抗扰动是揭示目标检测器漏洞的有效手段。现有方法多为白盒、依赖特定架构和损失函数,且难以解释其成功原因。本文提出 BlackCAtt,一种黑盒算法与工具,利用最小且因果充分的像素集合,构建可解释、不可察觉、可复现、与架构无关的目标检测攻击。我们在标准基准上评估 BlackCAtt,结果表明:当仅知边界框位置与标签时,其攻击效果可媲美或优于其他黑盒方法;若额外获取模型置信度,则可作为元算法,提升常规黑盒技术生成更小、更隐蔽攻击的能力。由于仅操纵因果像素,攻击过程完全可解释。对比实验显示,结合 SquareAttack 使用时,平均 $L_0$ 距离从 0.987 降至 0.072,成功率基本不变。我们还进行了消融实验,分析各组件对性能的影响。
原文摘要 · Abstract (English)
Adversarial perturbations are a useful way to expose vulnerabilities in object detectors. Existing perturbation methods are frequently white-box, architecture specific and use a loss function. More importantly, while they are often successful, it is rarely clear why they work. Insights into the mechanism of this success would allow developers to understand and analyze these attacks, as well as fine-tune the model to prevent them. This paper presents BlackCAtt, a black-box algorithm and tool, which uses minimal, causally sufficient pixel sets to construct explainable, imperceptible, reproducible, architecture-agnostic attacks on object detectors. We evaluate BlackCAtt on standard benchmarks and compare it to other black-box adversarial attacks methods. When BlackCAtt has access only to the position and label of a bounding box, it produces attacks that are comparable or better to those produced by other black-box methods. When BlackCAtt has access to the model confidence as well, it can work as a meta-algorithm, improving the ability of standard black-box techniques to construct smaller, less perceptible attacks. As BlackCAtt attacks manipulate causes only, the attacks become fully explainable. We compare the performance of BlackCAtt with other black-box attack methods and show that targeting causal pixels leads to smaller and less perceptible attacks. For example, when using BlackCAtt with SquareAttack, it reduces the average distance ($L_0$ norm) of the attack from the original input from $0.987$ to $0.072$, while maintaining a similar success rate. We perform ablation studies on the BlackCAtt algorithm and analyze the effect of different components on its performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。