In order to be applicable in real-world scenario, Boundary Attacks (BAs) were proposed and ensured one hundred percent attack success rate with only decision information. However, existing BA methods craft adversarial examples by leveraging a simple random sampling (SRS) to estimate the gradient, consuming a large number of model queries. To overcome the drawback of SRS, this paper proposes a Latin Hypercube Sampling based Boundary Attack (LHS-BA) to save query budget. Compared with SRS, LHS has better uniformity under the same limited number of random samples. Therefore, the average on these random samples is closer to the true gradient than that estimated by SRS. Various experiments are conducted on benchmark datasets including MNIST, CIFAR, and ImageNet-1K. Experimental results demonstrate the superiority of the proposed LHS-BA over the state-of-the-art BA methods in terms of query efficiency. The source codes are publicly available at https://github.com/GZHU-DVL/LHS-BA.
翻译:为了在现实世界中适用,提出了边界攻击的建议,确保了100%的攻击成功率,只提供决定信息;然而,现有BA方法通过利用简单的随机抽样(SRS)来估计梯度,用了大量的示范查询;为了克服SRS的缺点,本文件建议用拉丁超立方取样(LHS-BA)来节省查询预算;与SRS相比,LHS在相同数量随机抽样下具有更好的统一性;因此,这些随机抽样的平均数比SRS估计的要接近真正的梯度。 对基准数据集进行了各种实验,包括MNIST、CIFAR和图像网络-1K。实验结果显示,拟议的LHS-BA在查询效率方面优于最先进的BA方法。源代码可在https://github.com/GZHU-DVL/LHS-BA上公开查阅。