paper-with-me

Papers

SafetyNet: Detecting and Rejecting Adversarial Examples Robustly

2017-04-01 · ICCV 2017 10 · Jiajun Lu, Theerasit Issaranon, David Forsyth

We describe a method to produce a network where current methods such as DeepFool have great difficulty producing adversarial samples. Our construction suggests some insights into how deep networks work. We provide a reasonable analyses that our construction is difficult to defeat, and show experimentally that our method is hard to defeat with both Type I and Type II attacks using several standard networks and datasets. This SafetyNet architecture is used to an important and novel application SceneProof, which can reliably detect whether an image is a picture of a real scene or not. SceneProof applies to images captured with depth maps (RGBD images) and checks if a pair of image and depth map is consistent. It relies on the relative difficulty of producing naturalistic depth maps for images in post processing. We demonstrate that our SafetyNet is robust to adversarial examples built from currently known attacking approaches.

📄 PDF Abstract BibTeX arXiv:1704.00103

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ReabsNet: Detecting and Revising Adversarial Examples

2017-12-21 · Jiefeng Chen, Zihang Meng, Changtian Sun, Wei Tang 외

Though deep neural network has hit a huge success in recent studies and applica- tions, it still remains vulnerable to adversarial perturbations which are imperceptible to humans. To address this problem, we propose a no…

General Classification

SafetyNets: Verifiable Execution of Deep Neural Networks on an Untrusted Cloud

2017-06-30 · NeurIPS 2017 12 · Zahra Ghodsi, Tianyu Gu, Siddharth Garg

Inference using deep neural networks is often outsourced to the cloud since it is a computationally demanding task. However, this raises a fundamental issue of trust. How can a client be sure that the cloud has performed…

speech-recognitionSpeech Recognition

Towards Dependable Deep Convolutional Neural Networks (CNNs) with Out-distribution Learning

2018-04-24 · Mahdieh Abbasi, Arezoo Rajabi, Christian Gagné, Rakesh B. Bobba

Detection and rejection of adversarial examples in security sensitive and safety-critical systems using deep CNNs is essential. In this paper, we propose an approach to augment CNNs with out-distribution learning in orde…

HAWKEYE: Adversarial Example Detector for Deep Neural Networks

2019-09-22 · Jinkyu Koo, Michael Roth, Saurabh Bagchi

Adversarial examples (AEs) are images that can mislead deep neural network (DNN) classifiers via introducing slight perturbations into original images. Recent work has shown that detecting AEs can be more effective again…

Quantization

Detecting AutoAttack Perturbations in the Frequency Domain

2021-11-16 · ICML Workshop AML 2021 7 · Peter Lorenz, Paula Harder, Dominik Strassel, Margret Keuper 외

Recently, adversarial attacks on image classification networks by the AutoAttack (Croce and Hein, 2020b) framework have drawn a lot of attention. While AutoAttack has shown a very high attack success rate, most defense a…

image-classificationImage Classification