paper-with-me

홈 › Papers

The Anatomy of Adversarial Attacks: Concept-based XAI Dissection

2024-03-25 · Georgii Mikriukov, Gesina Schwalbe, Franz Motzkus, Korinna Bade

Adversarial attacks (AAs) pose a significant threat to the reliability and robustness of deep neural networks. While the impact of these attacks on model predictions has been extensively studied, their effect on the learned representations and concepts within these models remains largely unexplored. In this work, we perform an in-depth analysis of the influence of AAs on the concepts learned by convolutional neural networks (CNNs) using eXplainable artificial intelligence (XAI) techniques. Through an extensive set of experiments across various network architectures and targeted AA techniques, we unveil several key findings. First, AAs induce substantial alterations in the concept composition within the feature space, introducing new concepts or modifying existing ones. Second, the adversarial perturbation itself can be linearly decomposed into a set of latent vector components, with a subset of these being responsible for the attack's success. Notably, we discover that these components are target-specific, i.e., are similar for a given target class throughout different AA techniques and starting classes. Our findings provide valuable insights into the nature of AAs and their impact on learned representations, paving the way for the development of more robust and interpretable deep learning models, as well as effective defenses against adversarial threats.

📄 PDF Abstract BibTeX arXiv:2403.16782

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Are All Prompt Components Value-Neutral? Understanding the Heterogeneous Adversarial Robustness of Dissected Prompt in Large Language Models

2025-08-03 · Yujia Zheng, Tianhao Li, Haotian Huang, Tianyu Zeng 외 arxiv

Prompt-based adversarial attacks have become an effective means to assess the robustness of large language models (LLMs). However, existing approaches often treat prompts as monolithic text, overlooking their structural …

Adversarial Robustness

Modeling the Mitral Valve

2022-08-29 · Alexander D. Kaiser

This thesis is concerned with modeling and simulation of the mitral valve, one of the four valves in the human heart. The valve is composed of leaflets attached to a ring, the free edges of which are supported by a syste…

Anatomy

Interpreting Adversarial Examples by Activation Promotion and Suppression

2019-04-03 · Kaidi Xu, Sijia Liu, Gaoyuan Zhang, Mengshu Sun 외

It is widely known that convolutional neural networks (CNNs) are vulnerable to adversarial examples: images with imperceptible perturbations crafted to fool classifiers. However, interpretability of these perturbations i…

Adversarial Robustness

Interpreting Face Inference Models using Hierarchical Network Dissection

2021-08-23 · Divyang Teotia, Agata Lapedriza, Sarah Ostadabbas

This paper presents Hierarchical Network Dissection, a general pipeline to interpret the internal representation of face-centric inference models. Using a probabilistic formulation, our pipeline pairs units of the model …

Attribute

Understanding the Role of Individual Units in a Deep Neural Network

2020-09-10 · David Bau, Jun-Yan Zhu, Hendrik Strobelt, Agata Lapedriza 외

Deep neural networks excel at finding hierarchical representations that solve complex tasks over large data sets. How can we humans understand these learned representations? In this work, we present network dissection, a…

Generative Adversarial Networkimage-classificationImage ClassificationImage Generation+1