paper-with-me

Papers

Unlabeled Data Improves Adversarial Robustness

2019-05-31 · NeurIPS 2019 12 · Yair Carmon, aditi raghunathan, Ludwig Schmidt, Percy Liang, John C. Duchi

We demonstrate, theoretically and empirically, that adversarial robustness can significantly benefit from semisupervised learning. Theoretically, we revisit the simple Gaussian model of Schmidt et al. that shows a sample complexity gap between standard and robust classification. We prove that unlabeled data bridges this gap: a simple semisupervised learning procedure (self-training) achieves high robust accuracy using the same number of labels required for achieving high standard accuracy. Empirically, we augment CIFAR-10 with 500K unlabeled images sourced from 80 Million Tiny Images and use robust self-training to outperform state-of-the-art robust accuracies by over 5 points in (i) $\ell_\infty$ robustness against several strong attacks via adversarial training and (ii) certified $\ell_2$ and $\ell_\infty$ robustness via randomized smoothing. On SVHN, adding the dataset's own extra training set with the labels removed provides gains of 4 to 10 points, within 1 point of the gain from using the extra labels.

📄 PDF Abstract BibTeX arXiv:1905.13736

Code (4)

yaircarmon/semisup-adv 공식 구현 pytorch
https://worksheets.codalab.org/worksheets/0x9df253b24dac4a2b930108be9c6e5496 공식 구현
MarinePICOT/Adversarial-Robustness-via-Fisher-Rao-Regularization pytorch
yguooo/semisup-adv pytorch

Tasks

Adversarial RobustnessRobust classification

Similar Papers 제목 키워드 기반

Self-Supervised Contrastive Learning with Adversarial Perturbations for Robust Pretrained Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this paper, we present an approach to improve the robustness of BERT language models against word substitution-based adversarial attacks by leveraging adversarial perturbations for self-supervised contrastive learning…

Adversarial AttackContrastive Learning

Self-Supervised Contrastive Learning with Adversarial Perturbations for Defending Word Substitution-based Attacks

2021-07-15 · Findings (NAACL) 2022 7 · Zhao Meng, Yihan Dong, Mrinmaya Sachan, Roger Wattenhofer

In this paper, we present an approach to improve the robustness of BERT language models against word substitution-based adversarial attacks by leveraging adversarial perturbations for self-supervised contrastive learning…

Adversarial AttackContrastive LearningLanguage Modelling

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

Exploring Adversarially Robust Training for Unsupervised Domain Adaptation

2022-02-18 · Shao-Yuan Lo, Vishal M. Patel

Unsupervised Domain Adaptation (UDA) methods aim to transfer knowledge from a labeled source domain to an unlabeled target domain. UDA has been extensively studied in the computer vision literature. Deep networks have be…

Adversarial DefenseAdversarial RobustnessDomain AdaptationUnsupervised Domain Adaptation

Spanning Attack: Reinforce Black-box Attacks with Unlabeled Data

2020-05-11 · Lu Wang, huan zhang, Jin-Feng Yi, Cho-Jui Hsieh 외

Adversarial black-box attacks aim to craft adversarial perturbations by querying input-output pairs of machine learning models. They are widely used to evaluate the robustness of pre-trained models. However, black-box at…