paper-with-me

Papers

Are Labels Required for Improving Adversarial Robustness?

2019-05-31 · NeurIPS 2019 12 · Jonathan Uesato, Jean-Baptiste Alayrac, Po-Sen Huang, Robert Stanforth, Alhussein Fawzi, Pushmeet Kohli

Recent work has uncovered the interesting (and somewhat surprising) finding that training models to be invariant to adversarial perturbations requires substantially larger datasets than those required for standard classification. This result is a key hurdle in the deployment of robust machine learning models in many real world applications where labeled data is expensive. Our main insight is that unlabeled data can be a competitive alternative to labeled data for training adversarially robust models. Theoretically, we show that in a simple statistical setting, the sample complexity for learning an adversarially robust model from unlabeled data matches the fully supervised case up to constant factors. On standard datasets like CIFAR-10, a simple Unsupervised Adversarial Training (UAT) approach using unlabeled data improves robust accuracy by 21.7% over using 4K supervised examples alone, and captures over 95% of the improvement from the same number of labeled examples. Finally, we report an improvement of 4% over the previous state-of-the-art on CIFAR-10 against the strongest known attack by using additional unlabeled data from the uncurated 80 Million Tiny Images dataset. This demonstrates that our finding extends as well to the more realistic case where unlabeled data is also uncurated, therefore opening a new avenue for improving adversarial training.

📄 PDF Abstract BibTeX arXiv:1905.13725

Code (1)

deepmind/deepmind-research/tree/master/unsupervised_adversarial_training 공식 구현 tf

Tasks

4kAdversarial Robustness

Similar Papers 제목 키워드 기반

Unlabeled Data Improves Adversarial Robustness

2019-05-31 · NeurIPS 2019 12 · Yair Carmon, aditi raghunathan, Ludwig Schmidt, Percy Liang 외

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…

Adversarial RobustnessRobust classification

Revisiting Adversarial Robustness Distillation: Robust Soft Labels Make Student Better

2021-08-18 · ICCV 2021 10 · Bojia Zi, Shihao Zhao, Xingjun Ma, Yu-Gang Jiang

Adversarial training is one effective approach for training robust deep neural networks against adversarial attacks. While being able to bring reliable robustness, adversarial training (AT) methods in general favor high …

Adversarial RobustnessKnowledge Distillation

Addressing Neural Network Robustness with Mixup and Targeted Labeling Adversarial Training

2020-08-19 · Alfred Laugros, Alice Caplier, Matthieu Ospici

Despite their performance, Artificial Neural Networks are not reliable enough for most of industrial applications. They are sensitive to noises, rotations, blurs and adversarial examples. There is a need to build defense…

Data Augmentation

Improving Adversarial Robust Fairness via Anti-Bias Soft Label Distillation

2023-12-09 · Shiji Zhao, Ranjie Duan, Xizhe Wang, Xingxing Wei

Adversarial Training (AT) has been widely proved to be an effective method to improve the adversarial robustness against adversarial examples for Deep Neural Networks (DNNs). As a variant of AT, Adversarial Robustness Di…

Adversarial RobustnessFairnessKnowledge Distillation

Curating Naturally Adversarial Datasets for Learning-Enabled Medical Cyber-Physical Systems

2023-09-01 · Sydney Pugh, Ivan Ruchkin, Insup Lee, James Weimer

Deep learning models have shown promising predictive accuracy for time-series healthcare applications. However, ensuring the robustness of these models is vital for building trustworthy AI systems. Existing research pred…

Time Series