paper-with-me

Papers

Benchmarking Robustness of Deep Learning Classifiers Using Two-Factor Perturbation

2021-03-02 · Wei Dai, Daniel Berleant

This paper adds to the fundamental body of work on benchmarking the robustness of deep learning (DL) classifiers. We innovate a new benchmarking methodology to evaluate robustness of DL classifiers. Also, we introduce a new four-quadrant statistical visualization tool, including minimum accuracy, maximum accuracy, mean accuracy, and coefficient of variation, for benchmarking robustness of DL classifiers. To measure robust DL classifiers, we created a comprehensive 69 benchmarking image set, including a clean set, sets with single factor perturbations, and sets with two-factor perturbation conditions. After collecting experimental results, we first report that using two-factor perturbed images improves both robustness and accuracy of DL classifiers. The two-factor perturbation includes (1) two digital perturbations (salt & pepper noise and Gaussian noise) applied in both sequences, and (2) one digital perturbation (salt & pepper noise) and a geometric perturbation (rotation) applied in both sequences. All source codes, related image sets, and preliminary data, figures are shared on a GitHub website to support future academic research and industry projects. The web resources locate at https://github.com/caperock/robustai

📄 PDF Abstract BibTeX arXiv:2103.03102

Code (2)

caperock/robustai 공식 구현
daiweiworking/RobustDeepLearningUsingPerturbations 공식 구현

Tasks

BenchmarkingDeep LearningVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Benchmarking Robustness of Deep Learning Classifiers Using Two-Factor Perturbation

2022-03-02 · Wei Dai, Daniel Berleant

Accuracies of deep learning (DL) classifiers are often unstable in that they may change significantly when retested on adversarial images, imperfect images, or perturbed images. This paper adds to the fundamental body of…

BenchmarkingDeep LearningVocal Bursts Valence Prediction

Benchmarking Neural Network Robustness to Common Corruptions and Perturbations

2019-03-28 · ICLR 2019 5 · Dan Hendrycks, Thomas Dietterich

In this paper we establish rigorous benchmarks for image classifier robustness. Our first benchmark, ImageNet-C, standardizes and expands the corruption robustness topic, while showing which classifiers are preferable in…

Adversarial DefenseBenchmarkingDomain Generalization

Analysis of classifiers' robustness to adversarial perturbations

2015-02-09 · Alhussein Fawzi, Omar Fawzi, Pascal Frossard

The goal of this paper is to analyze an intriguing phenomenon recently discovered in deep networks, namely their instability to adversarial perturbations (Szegedy et. al., 2014). We provide a theoretical framework for an…

General Classification

Robustness of classifiers to universal perturbations: a geometric perspective

2017-05-26 · ICLR 2018 1 · Seyed-Mohsen Moosavi-Dezfooli, Alhussein Fawzi, Omar Fawzi, Pascal Frossard 외

Deep networks have recently been shown to be vulnerable to universal perturbations: there exist very small image-agnostic perturbations that cause most natural images to be misclassified by such classifiers. In this pape…

Universality, Robustness, and Detectability of Adversarial Perturbations under Adversarial Training

2018-01-01 · ICLR 2018 1 · Jan Hendrik Metzen

Classifiers such as deep neural networks have been shown to be vulnerable against adversarial perturbations on problems with high-dimensional input space. While adversarial training improves the robustness of classifiers…