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 suffer from a lack of sufficient representational power of generative models, leading to misalignment of perturbations with meaningful regions of objects. In this study, we present a Mean Teacher-based semantic structure-aware attack framework that generates perturbations by leveraging semantic information extracted from the intermediate activations of the generator. Specifically, we utilize feature distillation, a technique that enhances consistency between the initial layer activations of the student model and the semantically rich teacher model, to generate adversarial perturbations targeting semantically significant regions. Experiments across various models, domains, and tasks demonstrate our improved performance compared to existing state-of-the-art methods. We also present a new metric, Accidental Correction Rate (ACR), for evaluation.

Takeaways, Limitations

Takeaways:
A novel method to improve the transferability of generative adversarial attacks is presented.
Effectively utilize semantic information by leveraging intermediate activations in generative models.
Experimentally verifying the superiority of the semantic structure-aware attack framework.
Introducing a new evaluation metric, ACR
Limitations:
Structural limitations of relying on the Mean Teacher model
Further research is needed to determine the generalizability of the ACR index.
Need to review dependencies on specific production models and extensibility to other production models
👍