paper-with-me

홈 › Papers

Are Accuracy and Robustness Correlated?

2016-10-14 · Andras Rozsa, Manuel Günther, Terrance E. Boult

Machine learning models are vulnerable to adversarial examples formed by applying small carefully chosen perturbations to inputs that cause unexpected classification errors. In this paper, we perform experiments on various adversarial example generation approaches with multiple deep convolutional neural networks including Residual Networks, the best performing models on ImageNet Large-Scale Visual Recognition Challenge 2015. We compare the adversarial example generation techniques with respect to the quality of the produced images, and measure the robustness of the tested machine learning models to adversarial examples. Finally, we conduct large-scale experiments on cross-model adversarial portability. We find that adversarial examples are mostly transferable across similar network topologies, and we demonstrate that better machine learning models are less vulnerable to adversarial examples.

📄 PDF Abstract BibTeX arXiv:1610.04563

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGeneral ClassificationObject Recognition

Similar Papers 제목 키워드 기반

Cross-correlated Contrast Source Inversion

2019-06-26

In this paper, we improved the performance of the contrast source inversion (CSI) method by incorporating a so-called cross-correlated cost functional, which interrelates the state error and the data error in the measure…

Global Adversarial Robustness Guarantees for Neural Networks

2019-09-25 · Luca Laurenti, Andrea Patane, Matthew Wicker, Luca Bortolussi 외

We investigate global adversarial robustness guarantees for machine learning models. Specifically, given a trained model we consider the problem of computing the probability that its prediction at any point sampled from…

Adversarial Robustness

Improving Robustness by Enhancing Weak Subnets

2022-01-30 · Yong Guo, David Stutz, Bernt Schiele

Despite their success, deep networks have been shown to be highly susceptible to perturbations, often causing significant drops in accuracy. In this paper, we investigate model robustness on perturbed inputs by studying …

Adversarial RobustnessData AugmentationKnowledge Distillation

Is Last Layer Re-Training Truly Sufficient for Robustness to Spurious Correlations?

2023-08-01 · Phuong Quynh Le, Jörg Schlötterer, Christin Seifert

Models trained with empirical risk minimization (ERM) are known to learn to rely on spurious features, i.e., their prediction is based on undesired auxiliary features which are strongly correlated with class labels but l…

Accuracy on the wrong line: On the pitfalls of noisy data for out-of-distribution generalisation

2024-06-27 · Amartya Sanyal, Yaxi Hu, Yaodong Yu, Yian Ma 외

"Accuracy-on-the-line" is a widely observed phenomenon in machine learning, where a model's accuracy on in-distribution (ID) and out-of-distribution (OOD) data is positively correlated across different hyperparameters an…