paper-with-me

홈 › Papers

Adversarial Robustness as a Prior for Learned Representations

2019-06-03 · Logan Engstrom, Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras, Brandon Tran, Aleksander Madry

An important goal in deep learning is to learn versatile, high-level feature representations of input data. However, standard networks' representations seem to possess shortcomings that, as we illustrate, prevent them from fully realizing this goal. In this work, we show that robust optimization can be re-cast as a tool for enforcing priors on the features learned by deep neural networks. It turns out that representations learned by robust models address the aforementioned shortcomings and make significant progress towards learning a high-level encoding of inputs. In particular, these representations are approximately invertible, while allowing for direct visualization and manipulation of salient input features. More broadly, our results indicate adversarial robustness as a promising avenue for improving learned representations. Our code and models for reproducing these results is available at https://git.io/robust-reps .

📄 PDF Abstract BibTeX arXiv:1906.00945

Code (5)

MadryLab/robustness 공식 구현 pytorch
cantankerousdolphin/robust-learned-representations 공식 구현 pytorch
snappymanatee/robust-learned-representations 공식 구현 pytorch
MadryLab/robust_representations pytorch
anguyen8/sam pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Metric Learning for Adversarial Robustness

2019-09-03 · NeurIPS 2019 12 · Chengzhi Mao, Ziyuan Zhong, Junfeng Yang, Carl Vondrick 외

Deep networks are well-known to be fragile to adversarial attacks. We conduct an empirical analysis of deep representations under the state-of-the-art attack method called PGD, and find that the attack causes the interna…

Adversarial RobustnessMetric Learning

Towards Robust Graph Contrastive Learning

2021-02-25 · Nikola Jovanović, Zhao Meng, Lukas Faber, Roger Wattenhofer

We study the problem of adversarially robust self-supervised learning on graphs. In the contrastive learning framework, we introduce a new method that increases the adversarial robustness of the learned representations t…

Adversarial RobustnessContrastive LearningSelf-Supervised Learning

Adversarial Robustness for Unsupervised Domain Adaptation

2021-09-02 · ICCV 2021 10 · Muhammad Awais, Fengwei Zhou, Hang Xu, Lanqing Hong 외

Extensive Unsupervised Domain Adaptation (UDA) studies have shown great success in practice by learning transferable representations across a labeled source domain and an unlabeled target domain with deep models. However…

Adversarial RobustnessDomain AdaptationUnsupervised Domain Adaptation

Adversarial Concurrent Training: Optimizing Robustness and Accuracy Trade-off of Deep Neural Networks

2020-08-16 · Elahe Arani, Fahad Sarfraz, Bahram Zonooz

Adversarial training has been proven to be an effective technique for improving the adversarial robustness of models. However, there seems to be an inherent trade-off between optimizing the model for accuracy and robustn…

Adversarial Robustness

Robustness via Deep Low-Rank Representations

2018-04-19 · ICLR 2019 5 · Amartya Sanyal, Varun Kanade, Philip H. S. Torr, Puneet K. Dokania

We investigate the effect of the dimensionality of the representations learned in Deep Neural Networks (DNNs) on their robustness to input perturbations, both adversarial and random. To achieve low dimensionality of lear…

ClusteringGeneral ClassificationImage ClassificationTransfer Learning