paper-with-me

Papers

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 the model make decisions by identifying significant pixels for prediction. A model shows wrong classification output always learns wrong features and shows wrong saliency as well. Our approach shows good performance on detecting adversarial perturbations. We quantitatively evaluate generalization ability of the detector, showing that detectors trained with strong adversaries perform well on weak adversaries.

📄 PDF Abstract BibTeX arXiv:1803.08773

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Early Methods for Detecting Adversarial Images

2016-08-01 · Dan Hendrycks, Kevin Gimpel

Many machine learning classifiers are vulnerable to adversarial perturbations. An adversarial perturbation modifies an input to change a classifier's prediction without causing the input to seem substantially different t…

BIG-bench Machine Learning

Model-based Saliency for the Detection of Adversarial Examples

2019-09-25 · Lisa Schut, Yarin Gal

Adversarial perturbations cause a shift in the salient features of an image, which may result in a misclassification. We demonstrate that gradient-based saliency approaches are unable to capture this shift, and develop a…

Adversarial Attacks against Deep Saliency Models

2019-04-02 · Zhaohui Che, Ali Borji, Guangtao Zhai, Suiyi Ling 외

Currently, a plethora of saliency models based on deep neural networks have led great breakthroughs in many complex high-level vision tasks (e.g. scene description, object detection). The robustness of these models, howe…

Adversarial Attackobject-detectionObject Detection

Adversarial Attack On Yolov5 For Traffic And Road Sign Detection

2023-05-27 · Sanyam Jain

This paper implements and investigates popular adversarial attacks on the YOLOv5 Object Detection algorithm. The paper explores the vulnerability of the YOLOv5 to adversarial attacks in the context of traffic and road si…

Adversarial Attackobject-detectionObject Detection

On Saliency Maps and Adversarial Robustness

2020-06-14 · Puneet Mangla, Vedant Singh, Vineeth N. Balasubramanian

A Very recent trend has emerged to couple the notion of interpretability and adversarial robustness, unlike earlier efforts which solely focused on good interpretations or robustness against adversaries. Works have shown…

Adversarial Robustness