paper-with-me

Papers

Understanding Adversarial Examples from the Mutual Influence of Images and Perturbations

2020-07-13 · CVPR 2020 6 · Chaoning Zhang, Philipp Benz, Tooba Imtiaz, In-So Kweon

A wide variety of works have explored the reason for the existence of adversarial examples, but there is no consensus on the explanation. We propose to treat the DNN logits as a vector for feature representation, and exploit them to analyze the mutual influence of two independent inputs based on the Pearson correlation coefficient (PCC). We utilize this vector representation to understand adversarial examples by disentangling the clean images and adversarial perturbations, and analyze their influence on each other. Our results suggest a new perspective towards the relationship between images and universal perturbations: Universal perturbations contain dominant features, and images behave like noise to them. This feature perspective leads to a new method for generating targeted universal adversarial perturbations using random source images. We are the first to achieve the challenging task of a targeted universal attack without utilizing original training data. Our approach using a proxy dataset achieves comparable performance to the state-of-the-art baselines which utilize the original training dataset.

📄 PDF Abstract BibTeX arXiv:2007.06189

Code (1)

chron0x/uap_virtual_data.pytorch pytorch

Similar Papers 제목 키워드 기반

InfoAT: Improving Adversarial Training Using the Information Bottleneck Principle

2022-06-23 · Mengting Xu, Tao Zhang, Zhongnian Li, Daoqiang Zhang

Adversarial training (AT) has shown excellent high performance in defending against adversarial examples. Recent studies demonstrate that examples are not equally important to the final robustness of models during AT, th…

Detecting Textual Adversarial Examples through Randomized Substitution and Vote

2021-09-13 · Xiaosen Wang, Yifeng Xiong, Kun He

A line of work has shown that natural text processing models are vulnerable to adversarial examples. Correspondingly, various defense methods are proposed to mitigate the threat of textual adversarial examples, eg, adver…

On The Utility of Conditional Generation Based Mutual Information for Characterizing Adversarial Subspaces

2018-09-24 · Chia-Yi Hsu, Pei-Hsuan Lu, Pin-Yu Chen, Chia-Mu Yu

Recent studies have found that deep learning systems are vulnerable to adversarial examples; e.g., visually unrecognizable adversarial images can easily be crafted to result in misclassification. The robustness of neural…

Exploring Adversarial Examples and Adversarial Robustness of Convolutional Neural Networks by Mutual Information

2022-07-12 · Jiebao Zhang, Wenhua Qian, Rencan Nie, Jinde Cao 외

A counter-intuitive property of convolutional neural networks (CNNs) is their inherent susceptibility to adversarial examples, which severely hinders the application of CNNs in security-critical fields. Adversarial examp…

Adversarial Robustness

Theoretical Understanding of Learning from Adversarial Perturbations

2024-02-16 · Soichiro Kumano, Hiroshi Kera, Toshihiko Yamasaki

It is not fully understood why adversarial examples can deceive neural networks and transfer between different networks. To elucidate this, several studies have hypothesized that adversarial perturbations, while appearin…