paper-with-me

Papers

Adversarial Profiles: Detecting Out-Distribution & Adversarial Samples in Pre-trained CNNs

2020-11-18 · Arezoo Rajabi, Rakesh B. Bobba

Despite high accuracy of Convolutional Neural Networks (CNNs), they are vulnerable to adversarial and out-distribution examples. There are many proposed methods that tend to detect or make CNNs robust against these fooling examples. However, most such methods need access to a wide range of fooling examples to retrain the network or to tune detection parameters. Here, we propose a method to detect adversarial and out-distribution examples against a pre-trained CNN without needing to retrain the CNN or needing access to a wide variety of fooling examples. To this end, we create adversarial profiles for each class using only one adversarial attack generation technique. We then wrap a detector around the pre-trained CNN that applies the created adversarial profile to each input and uses the output to decide whether or not the input is legitimate. Our initial evaluation of this approach using MNIST dataset show that adversarial profile based detection is effective in detecting at least 92 of out-distribution examples and 59% of adversarial examples.

📄 PDF Abstract BibTeX arXiv:2011.09123

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Probabilistic Modeling of Deep Features for Out-of-Distribution and Adversarial Detection

2019-09-25 · Nilesh A. Ahuja, Ibrahima Ndiour, Trushant Kalyanpur, Omesh Tickoo

We present a principled approach for detecting out-of-distribution (OOD) and adversarial samples in deep neural networks. Our approach consists in modeling the outputs of the various layers (deep features) with parametri…

Adversarial Attack

A Simple Unified Framework for Detecting Out-of-Distribution Samples and Adversarial Attacks

2018-07-10 · NeurIPS 2018 12 · Kimin Lee, Kibok Lee, Honglak Lee, Jinwoo Shin

Detecting test samples drawn sufficiently far away from the training distribution statistically or adversarially is a fundamental requirement for deploying a good classifier in many real-world machine learning applicatio…

class-incremental learningClass Incremental LearningIncremental LearningOut-of-Distribution Detection

A Data-Centric Approach for Improving Adversarial Training Through the Lens of Out-of-Distribution Detection

2023-01-25 · Mohammad Azizmalayeri, Arman Zarei, Alireza Isavand, Mohammad Taghi Manzuri 외

Current machine learning models achieve super-human performance in many real-world applications. Still, they are susceptible against imperceptible adversarial perturbations. The most effective solution for this problem i…

Data AugmentationOut-of-Distribution Detection

Using Anomaly Feature Vectors for Detecting, Classifying and Warning of Outlier Adversarial Examples

2021-07-01 · ICML Workshop AML 2021 7 · Nelson Manohar-Alers, Ryan Feng, Sahib Singh, Jiguo Song 외

We present DeClaW, a system for detecting, classifying, and warning of adversarial inputs presented to a classification neural network. In contrast to current state-of-the-art methods that, given an input, detect whether…

Adversarial AttackAdversarial Attack Detection

Out of Distribution Detection and Adversarial Attacks on Deep Neural Networks for Robust Medical Image Analysis

2021-07-10 · ICML Workshop AML 2021 7 · Anisie Uwimana1, Ransalu Senanayake

Deep learning models have become a popular choice for medical image analysis. However, the poor generalization performance of deep learning models limits them from being deployed in the real world as robustness is critic…

Deep LearningMedical Image AnalysisOut-of-Distribution Detection