Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Semantic Structure-Aware Generative Attacks for Enhanced Adversarial Transferability

Created by
  • Haebom

Author

Jongoh Jeong, Hunmin Yang, Jaeseok Jeong, Kuk-Jin Yoon

Outline

This paper proposes a novel framework to improve the transferability of generative adversarial attacks. Existing generative adversarial attacks have the problem that adversarial perturbations are not well aligned with the critical regions of the object due to the insufficient representational capabilities of generative models. In this paper, we present a Mean Teacher-based semantic structure-aware attack framework that generates perturbations by utilizing semantic information extracted from intermediate activations of the generator. In particular, we use feature distillation, a technique that enhances the consistency between the early layer activations of the student model and the activations of the semantically rich teacher model, to induce perturbations to be focused on the critical regions of the object. The proposed method demonstrates superior transferability over existing methods across various models, domains, and tasks, and is evaluated by existing and newly proposed Accidental Correction Rate (ACR) metrics.

Takeaways, Limitations

Takeaways:
A novel method to improve the transferability of generative adversarial attacks is presented.
Effectively utilize semantic information by leveraging intermediate activations of generative models.
Validation of the effectiveness of a semantic structure recognition attack framework using mean teacher and feature distillation techniques.
Proposal of a new evaluation metric, Accidental Correction Rate (ACR).
Limitations:
Mean Teacher-based methods may not guarantee optimal performance in all situations.
The computational cost of the proposed method may be higher than existing methods.
Further research is needed on the general applicability of the ACR index.
👍