School of Computer and Software, Nanyang Institute of Technology, Nanyang, 473000, China.
School of Computer and Communication Engineering, Zhengzhou University of Light Industry, Zhengzhou, 450002, China.
Neural Netw. 2024 May;173:106194. doi: 10.1016/j.neunet.2024.106194. Epub 2024 Feb 20.
In black-box scenarios, most transfer-based attacks usually improve the transferability of adversarial examples by optimizing the gradient calculation of the input image. Unfortunately, since the gradient information is only calculated and optimized for each pixel point in the image individually, the generated adversarial examples tend to overfit the local model and have poor transferability to the target model. To tackle the issue, we propose a resize-invariant method (RIM) and a logical ensemble transformation method (LETM) to enhance the transferability of adversarial examples. Specifically, RIM is inspired by the resize-invariant property of Deep Neural Networks (DNNs). The range of resizable pixel is first divided into multiple intervals, and then the input image is randomly resized and padded within each interval. Finally, LETM performs logical ensemble of multiple images after RIM transformation to calculate the final gradient update direction. The proposed method adequately considers the information of each pixel in the image and the surrounding pixels. The probability of duplication of image transformations is minimized and the overfitting effect of adversarial examples is effectively mitigated. Numerous experiments on the ImageNet dataset show that our approach outperforms other advanced methods and is capable of generating more transferable adversarial examples.
在黑盒场景中,大多数基于迁移的攻击通常通过优化输入图像的梯度计算来提高对抗样本的可迁移性。不幸的是,由于梯度信息仅针对图像中的每个像素点分别进行计算和优化,因此生成的对抗样本往往会过度拟合局部模型,对目标模型的可迁移性较差。为了解决这个问题,我们提出了一种不变大小方法(RIM)和一种逻辑集成变换方法(LETM)来增强对抗样本的可迁移性。具体来说,RIM 受到深度神经网络(DNN)不变大小特性的启发。首先将可调整大小的像素范围划分为多个区间,然后在每个区间内随机调整输入图像的大小并进行填充。最后,LETM 在 RIM 变换后对多个图像进行逻辑集成,以计算最终的梯度更新方向。所提出的方法充分考虑了图像中每个像素及其周围像素的信息。最小化了图像变换的重复概率,并有效减轻了对抗样本的过拟合效应。在 ImageNet 数据集上进行的大量实验表明,我们的方法优于其他先进方法,能够生成更具可迁移性的对抗样本。