CVCRJan 2, 2025

Boosting Adversarial Transferability with Spatial Adversarial Alignment

arXiv:2501.01015v21 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses a security vulnerability in deep neural networks by improving adversarial attack transferability, particularly for cross-architecture scenarios, though it is incremental as it builds on existing methods.

The paper tackles the limited transferability of adversarial examples across different model architectures, such as from CNNs to Vision Transformers, by proposing Spatial Adversarial Alignment (SAA) to fine-tune surrogate models, resulting in enhanced transferability as demonstrated in experiments on ImageNet.

Deep neural networks are vulnerable to adversarial examples that exhibit transferability across various models. Numerous approaches are proposed to enhance the transferability of adversarial examples, including advanced optimization, data augmentation, and model modifications. However, these methods still show limited transferability, particularly in cross-architecture scenarios, such as from CNN to ViT. To achieve high transferability, we propose a technique termed Spatial Adversarial Alignment (SAA), which employs an alignment loss and leverages a witness model to fine-tune the surrogate model. Specifically, SAA consists of two key parts: spatial-aware alignment and adversarial-aware alignment. First, we minimize the divergences of features between the two models in both global and local regions, facilitating spatial alignment. Second, we introduce a self-adversarial strategy that leverages adversarial examples to impose further constraints, aligning features from an adversarial perspective. Through this alignment, the surrogate model is trained to concentrate on the common features extracted by the witness model. This facilitates adversarial attacks on these shared features, thereby yielding perturbations that exhibit enhanced transferability. Extensive experiments on various architectures on ImageNet show that aligned surrogate models based on SAA can provide higher transferable adversarial examples, especially in cross-architecture attacks.

Foundations

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

Your Notes