paper-with-me

홈 › Papers

Detecting Adversaries, yet Faltering to Noise? Leveraging Conditional Variational AutoEncoders for Adversary Detection in the Presence of Noisy Images

2021-11-28 · AAAI Workshop AdvML 2022 2 · Dvij Kalaria, Aritra Hazra, Partha Pratim Chakrabarti

With the rapid advancement and increased use of deep learning models in image identification, security becomes a major concern to their deployment in safety-critical systems. Since the accuracy and robustness of deep learning models are primarily attributed from the purity of the training samples, therefore the deep learning architectures are often susceptible to adversarial attacks. Adversarial attacks are often obtained by making subtle perturbations to normal images, which are mostly imperceptible to humans, but can seriously confuse the state-of-the-art machine learning models. What is so special in the slightest intelligent perturbations or noise additions over normal images that it leads to catastrophic classifications by the deep neural networks? Using statistical hypothesis testing, we find that Conditional Variational AutoEncoders (CVAE) are surprisingly good at detecting imperceptible image perturbations. In this paper, we show how CVAEs can be effectively used to detect adversarial attacks on image classification networks. We demonstrate our results over MNIST, CIFAR-10 dataset and show how our method gives comparable performance to the state-of-the-art methods in detecting adversaries while not getting confused with noisy images, where most of the existing methods falter.

📄 PDF Abstract BibTeX arXiv:2111.15518

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

On the power of adaptivity in statistical adversaries

2021-11-19 · Guy Blanc, Jane Lange, Ali Malik, Li-Yang Tan

We study a fundamental question concerning adversarial noise models in statistical problems where the algorithm receives i.i.d. draws from a distribution $\mathcal{D}$. The definitions of these adversaries specify the ty…

All

Detecting Adversarial Perturbations with Saliency

2018-03-23 · Chiliang Zhang, Zhimou Yang, Zuochang Ye

In this paper we propose a novel method for detecting adversarial examples by training a binary classifier with both origin data and saliency data. In the case of image classification model, saliency simply explain how t…

ClassificationGeneral Classificationimage-classificationImage Classification

Detecting adversaries in Crowdsourcing

2021-10-07 · Panagiotis A. Traganitis, Georgios B. Giannakis

Despite its successes in various machine learning and data science tasks, crowdsourcing can be susceptible to attacks from dedicated adversaries. This work investigates the effects of adversaries on crowdsourced classifi…

Out-distribution training confers robustness to deep neural networks

2018-02-20 · Mahdieh Abbasi, Christian Gagné

The easiness at which adversarial instances can be generated in deep neural networks raises some fundamental questions on their functioning and concerns on their use in critical systems. In this paper, we draw a connecti…

DARCCC: Detecting Adversaries by Reconstruction from Class Conditional Capsules

2018-11-16 · Nicholas Frosst, Sara Sabour, Geoffrey Hinton

We present a simple technique that allows capsule models to detect adversarial images. In addition to being trained to classify images, the capsule model is trained to reconstruct the images from the pose parameters and …