CVNov 23, 2024

Improving Transferable Targeted Attacks with Feature Tuning Mixup

arXiv:2411.15553v29 citationsh-index: 6Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses the challenge of creating efficient and effective targeted adversarial attacks that can transfer across models, which is important for security testing and robustness evaluation in machine learning.

The paper tackles the problem of improving transferable targeted adversarial attacks on deep neural networks by proposing Feature Tuning Mixup (FTM), which combines random and optimized noises in the feature space, achieving significant improvements over state-of-the-art methods on the ImageNet-compatible dataset while maintaining low computational cost.

Deep neural networks (DNNs) exhibit vulnerability to adversarial examples that can transfer across different DNN models. A particularly challenging problem is developing transferable targeted attacks that can mislead DNN models into predicting specific target classes. While various methods have been proposed to enhance attack transferability, they often incur substantial computational costs while yielding limited improvements. Recent clean feature mixup methods use random clean features to perturb the feature space but lack optimization for disrupting adversarial examples, overlooking the advantages of attack-specific perturbations. In this paper, we propose Feature Tuning Mixup (FTM), a novel method that enhances targeted attack transferability by combining both random and optimized noises in the feature space. FTM introduces learnable feature perturbations and employs an efficient stochastic update strategy for optimization. These learnable perturbations facilitate the generation of more robust adversarial examples with improved transferability. We further demonstrate that attack performance can be enhanced through an ensemble of multiple FTM-perturbed surrogate models. Extensive experiments on the ImageNet-compatible dataset across various DNN models demonstrate that our method achieves significant improvements over state-of-the-art methods while maintaining low computational cost.

Code Implementations1 repo
Foundations

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

Your Notes