CVOct 26, 2023

A Survey on Transferability of Adversarial Examples across Deep Neural Networks

arXiv:2310.17626v259 citationsh-index: 21
Originality Synthesis-oriented
AI Analysis

It addresses the vulnerability of DNNs to adversarial attacks, which is critical for safety-critical applications, but is incremental as it synthesizes existing research rather than introducing new methods.

This survey tackles the problem of adversarial examples in deep neural networks by exploring their transferability across models, categorizing methods to enhance this property and discussing principles, challenges, and opportunities for defense.

The emergence of Deep Neural Networks (DNNs) has revolutionized various domains by enabling the resolution of complex tasks spanning image recognition, natural language processing, and scientific problem-solving. However, this progress has also brought to light a concerning vulnerability: adversarial examples. These crafted inputs, imperceptible to humans, can manipulate machine learning models into making erroneous predictions, raising concerns for safety-critical applications. An intriguing property of this phenomenon is the transferability of adversarial examples, where perturbations crafted for one model can deceive another, often with a different architecture. This intriguing property enables black-box attacks which circumvents the need for detailed knowledge of the target model. This survey explores the landscape of the adversarial transferability of adversarial examples. We categorize existing methodologies to enhance adversarial transferability and discuss the fundamental principles guiding each approach. While the predominant body of research primarily concentrates on image classification, we also extend our discussion to encompass other vision tasks and beyond. Challenges and opportunities are discussed, highlighting the importance of fortifying DNNs against adversarial vulnerabilities in an evolving landscape.

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