paper-with-me

홈 › Papers

Adversarial Example Detection Using Latent Neighborhood Graph

2021-01-01 · ICCV 2021 10 · Ahmed Abusnaina, Yuhang Wu, Sunpreet Arora, Yizhen Wang, Fei Wang, Hao Yang, David Mohaisen

Detection of adversarial examples with high accuracy is critical for the security of deployed deep neural network-based models. We present the first graph-based adversarial detection method that constructs a Latent Neighborhood Graph (LNG) around an input example to determine if the input example is adversarial. Given an input example, selected reference adversarial and benign examples are used to capture the local manifold in the vicinity of the input example. The LNG node connectivity parameters are optimized jointly with the parameters of a graph attention network in an end-to-end manner to determine the optimal graph topology for adversarial example detection. The graph attention network is used to determine if the LNG is derived from an adversarial or benign input example. Experimental evaluations on CIFAR-10, STL-10, and ImageNet datasets, using six adversarial attack methods, demonstrate that the proposed method outperforms state-of-the-art adversarial detection methods in white-box and gray-box settings. The proposed method is able to successfully detect adversarial examples crafted with small perturbations using unseen attacks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackGraph Attention

Similar Papers 제목 키워드 기반

Self-Supervised Representation Learning via Neighborhood-Relational Encoding

2019-08-27 · ICCV 2019 10 · Mohammad Sabokrou, Mohammad Khalooei, Ehsan Adeli

In this paper, we propose a novel self-supervised representation learning by taking advantage of a neighborhood-relational encoding (NRE) among the training data. Conventional unsupervised learning methods only focused o…

Anomaly DetectionDecoderRepresentation LearningVideo Anomaly Detection

Attribution-driven Causal Analysis for Detection of Adversarial Examples

2019-03-14 · Susmit Jha, Sunny Raj, Steven Lawrence Fernandes, Sumit Kumar Jha 외

Attribution methods have been developed to explain the decision of a machine learning model on a given input. We use the Integrated Gradient method for finding attributions to define the causal neighborhood of an input b…

Adversarial AttackBIG-bench Machine Learning

Adversarially Robust One-class Novelty Detection

2021-08-25 · Shao-Yuan Lo, Poojan Oza, Vishal M. Patel

One-class novelty detectors are trained with examples of a particular class and are tasked with identifying whether a query example belongs to the same known class. Most recent advances adopt a deep auto-encoder style ar…

Adversarial RobustnessNovelty Detection

Task and Model Agnostic Adversarial Attack on Graph Neural Networks

2021-12-25 · Kartik Sharma, Samidha Verma, Sourav Medya, Arnab Bhattacharya 외

Adversarial attacks on Graph Neural Networks (GNNs) reveal their security vulnerabilities, limiting their adoption in safety-critical applications. However, existing attack strategies rely on the knowledge of either the …

Adversarial AttackQ-Learning

Decision Boundary Analysis of Adversarial Examples

2018-01-01 · ICLR 2018 1 · Warren He, Bo Li, Dawn Song

Deep neural networks (DNNs) are vulnerable to adversarial examples, which are carefully crafted instances aiming to cause prediction errors for DNNs. Recent research on adversarial examples has examined local neighborhoo…