CVLGJan 16, 2024

Bag of Tricks to Boost Adversarial Transferability

arXiv:2401.08734v213 citations
Originality Incremental advance
AI Analysis

This work addresses the practical threat of adversarial attacks in real-world applications by enhancing transferability through incremental improvements to existing methods.

The authors tackled the problem of low transferability of adversarial examples across different deep neural networks by proposing a set of simple adjustments, such as momentum initialization and scheduled step size, which significantly boosted transferability, as validated on the ImageNet dataset.

Deep neural networks are widely known to be vulnerable to adversarial examples. However, vanilla adversarial examples generated under the white-box setting often exhibit low transferability across different models. Since adversarial transferability poses more severe threats to practical applications, various approaches have been proposed for better transferability, including gradient-based, input transformation-based, and model-related attacks, \etc. In this work, we find that several tiny changes in the existing adversarial attacks can significantly affect the attack performance, \eg, the number of iterations and step size. Based on careful studies of existing adversarial attacks, we propose a bag of tricks to enhance adversarial transferability, including momentum initialization, scheduled step size, dual example, spectral-based input transformation, and several ensemble strategies. Extensive experiments on the ImageNet dataset validate the high effectiveness of our proposed tricks and show that combining them can further boost adversarial transferability. Our work provides practical insights and techniques to enhance adversarial transferability, and offers guidance to improve the attack performance on the real-world application through simple adjustments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes