SpaNN能高效检测多块对抗性干扰,不依赖固定阈值。
SpaNN: Detecting Multiple Adversarial Patches on CNNs by Spanning Saliency Thresholds
- 用多阈值生成二值特征图,构建集成检测器。
- 在目标检测和图像分类上分别提升11%和27%准确率。
- 适合防御多块对抗攻击,计算量与块数无关。
当前先进的卷积神经网络在目标检测和图像分类任务中易受物理可实现的对抗扰动(如贴纸攻击)影响。现有防御方法大多针对单块攻击,对多块攻击的敏感性未被充分研究,或在最坏情况下计算开销过大、效率低下。本文提出 SpaNN,一种计算复杂度与预期对抗贴片数量无关的攻击检测器。其核心思想是:对受害模型第一卷积层的神经激活应用一组显著性阈值,生成二值特征图的集合,并对该集合进行聚类,将聚类特征输入分类器完成攻击检测。与现有方法不同,SpaNN 不依赖固定显著性阈值识别对抗区域,因此对白盒攻击具有更强鲁棒性。我们在四个广泛使用的数据集(COCO、PASCAL VOC、ImageNet、CIFAR-10)上评估了 SpaNN,结果表明其在目标检测任务上性能优于现有最优防御方法最高达11个百分点,在图像分类任务上最高提升27个百分点。代码已开源:https://github.com/gerkbyrd/SpaNN。
原文摘要 · Abstract (English)
State-of-the-art convolutional neural network models for object detection and image classification are vulnerable to physically realizable adversarial perturbations, such as patch attacks. Existing defenses have focused, implicitly or explicitly, on single-patch attacks, leaving their sensitivity to the number of patches as an open question or rendering them computationally infeasible or inefficient against attacks consisting of multiple patches in the worst cases. In this work, we propose SpaNN, an attack detector whose computational complexity is independent of the expected number of adversarial patches. The key novelty of the proposed detector is that it builds an ensemble of binarized feature maps by applying a set of saliency thresholds to the neural activations of the first convolutional layer of the victim model. It then performs clustering on the ensemble and uses the cluster features as the input to a classifier for attack detection. Contrary to existing detectors, SpaNN does not rely on a fixed saliency threshold for identifying adversarial regions, which makes it robust against white box adversarial attacks. We evaluate SpaNN on four widely used data sets for object detection and classification, and our results show that SpaNN outperforms state-of-the-art defenses by up to 11 and 27 percentage points in the case of object detection and the case of image classification, respectively. Our code is available at https://github.com/gerkbyrd/SpaNN.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。