paper-with-me

Papers

Adversarial Examples Are Not Real Features

2023-10-29 · NeurIPS 2023 11 · Ang Li, Yifei Wang, Yiwen Guo, Yisen Wang

The existence of adversarial examples has been a mystery for years and attracted much interest. A well-known theory by \citet{ilyas2019adversarial} explains adversarial vulnerability from a data perspective by showing that one can extract non-robust features from adversarial examples and these features alone are useful for classification. However, the explanation remains quite counter-intuitive since non-robust features are mostly noise features to humans. In this paper, we re-examine the theory from a larger context by incorporating multiple learning paradigms. Notably, we find that contrary to their good usefulness under supervised learning, non-robust features attain poor usefulness when transferred to other self-supervised learning paradigms, such as contrastive learning, masked image modeling, and diffusion models. It reveals that non-robust features are not really as useful as robust or natural features that enjoy good transferability between these paradigms. Meanwhile, for robustness, we also show that naturally trained encoders from robust features are largely non-robust under AutoAttack. Our cross-paradigm examination suggests that the non-robust features are not really useful but more like paradigm-wise shortcuts, and robust features alone might be insufficient to attain reliable model robustness. Code is available at \url{https://github.com/PKU-ML/AdvNotRealFeatures}.

📄 PDF Abstract BibTeX arXiv:2310.18936

Code (1)

pku-ml/advnotrealfeatures 공식 구현 pytorch

Tasks

Contrastive LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Feature-Filter: Detecting Adversarial Examples through Filtering off Recessive Features

2021-07-19 · Hui Liu, Bo Zhao, Minzhi Ji, Yuefeng Peng 외

Deep neural networks (DNNs) are under threat from adversarial example attacks. The adversary can easily change the outputs of DNNs by adding small well-designed perturbations to inputs. Adversarial example detection is a…

Adversarial Attack

Attribution-driven Causal Analysis for Detection of Adversarial Examples

2019-03-14 · Susmit Jha, Sunny Raj, Steven Lawrence Fernandes, Sumit Kumar Jha 외

Attribution methods have been developed to explain the decision of a machine learning model on a given input. We use the Integrated Gradient method for finding attributions to define the causal neighborhood of an input b…

Adversarial AttackBIG-bench Machine Learning

StyLess: Boosting the Transferability of Adversarial Examples

2023-04-23 · CVPR 2023 1 · Kaisheng Liang, Bin Xiao

Adversarial attacks can mislead deep neural networks (DNNs) by adding imperceptible perturbations to benign examples. The attack transferability enables adversarial examples to attack black-box DNNs with unknown architec…

On the Robustness of Domain Constraints

2021-05-18 · Ryan Sheatsley, Blaine Hoak, Eric Pauley, Yohan Beugin 외

Machine learning is vulnerable to adversarial examples-inputs designed to cause models to perform poorly. However, it is unclear if adversarial examples represent realistic inputs in the modeled domains. Diverse domains …

valid

CT-GAT: Cross-Task Generative Adversarial Attack based on Transferability

2023-10-22 · Minxuan Lv, Chengwei Dai, Kun Li, Wei Zhou 외

Neural network models are vulnerable to adversarial examples, and adversarial transferability further increases the risk of adversarial attacks. Current methods based on transferability often rely on substitute models, w…

Adversarial Attack