paper-with-me

홈 › Papers

Deep neural network loses attention to adversarial images

2021-06-10 · Shashank Kotyan, Danilo Vasconcellos Vargas

Adversarial algorithms have shown to be effective against neural networks for a variety of tasks. Some adversarial algorithms perturb all the pixels in the image minimally for the image classification task in image classification. In contrast, some algorithms perturb few pixels strongly. However, very little information is available regarding why these adversarial samples so diverse from each other exist. Recently, Vargas et al. showed that the existence of these adversarial samples might be due to conflicting saliency within the neural network. We test this hypothesis of conflicting saliency by analysing the Saliency Maps (SM) and Gradient-weighted Class Activation Maps (Grad-CAM) of original and few different types of adversarial samples. We also analyse how different adversarial samples distort the attention of the neural network compared to original samples. We show that in the case of Pixel Attack, perturbed pixels either calls the network attention to themselves or divert the attention from them. Simultaneously, the Projected Gradient Descent Attack perturbs pixels so that intermediate layers inside the neural network lose attention for the correct class. We also show that both attacks affect the saliency map and activation maps differently. Thus, shedding light on why some defences successful against some attacks remain vulnerable against other attacks. We hope that this analysis will improve understanding of the existence and the effect of adversarial samples and enable the community to develop more robust neural networks.

📄 PDF Abstract BibTeX arXiv:2106.05657

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Adversarial Diversity and Hard Positive Generation

2016-05-05 · Andras Rozsa, Ethan M. Rudd, Terrance E. Boult

State-of-the-art deep neural networks suffer from a fundamental problem - they misclassify adversarial examples formed by applying small perturbations to inputs. In this paper, we present a new psychometric perceptual ad…

Data AugmentationDiversity

Defense against Adversarial Examples by Encoder-Assisted Search in the Latent Coding Space

2019-09-25 · Wenjing Huang, Shikui Tu, Lei Xu

Deep neural networks were shown to be vulnerable to crafted adversarial perturbations, and thus bring serious safety problems. To solve this problem, we proposed $\text{AE-GAN}_\text{+sr}$, a framework for purifying inpu…

Decoder

When Attention Closes: How LLMs Lose the Thread in Multi-Turn Interaction

2026-05-13 · Vardhan Dongre, Joseph Hsieh, Viet Dac Lai, Seunghyun Yoon 외 arxiv

Large language models can follow complex instructions in a single turn, yet over long multi-turn interactions they often lose the thread of instructions, persona, and rules. This degradation has been measured behaviorall…

Adversarially Trained Deep Neural Semantic Hashing Scheme for Subjective Search in Fashion Inventory

2019-06-30 · Saket Singh, Debdoot Sheet, Mithun Dasgupta

The simple approach of retrieving a closest match of a query image from one in the gallery, compares an image pair using sum of absolute difference in pixel or feature space. The process is computationally expensive, ill…

Retrieval

Inspirational Adversarial Image Generation

2019-06-17 · Baptiste Rozière, Morgane Riviere, Olivier Teytaud, Jérémy Rapin 외

The task of image generation started to receive some attention from artists and designers to inspire them in new creations. However, exploiting the results of deep generative models such as Generative Adversarial Network…

Image Generation