paper-with-me

Papers

Graph-based methods coupled with specific distributional distances for adversarial attack detection

2023-05-31 · Dwight Nwaigwe, Lucrezia Carboni, Martial Mermillod, Sophie Achard, Michel Dojat

Artificial neural networks are prone to being fooled by carefully perturbed inputs which cause an egregious misclassification. These \textit{adversarial} attacks have been the focus of extensive research. Likewise, there has been an abundance of research in ways to detect and defend against them. We introduce a novel approach of detection and interpretation of adversarial attacks from a graph perspective. For an input image, we compute an associated sparse graph using the layer-wise relevance propagation algorithm \cite{bach15}. Specifically, we only keep edges of the neural network with the highest relevance values. Three quantities are then computed from the graph which are then compared against those computed from the training set. The result of the comparison is a classification of the image as benign or adversarial. To make the comparison, two classification methods are introduced: 1) an explicit formula based on Wasserstein distance applied to the degree of node and 2) a logistic regression. Both classification methods produce strong results which lead us to believe that a graph-based interpretation of adversarial attacks is valuable.

📄 PDF Abstract BibTeX arXiv:2306.00042

Code (1)

dwightnw/graph_based_methods_for_adversarial_attack tf

Tasks

Adversarial AttackAdversarial Attack DetectionClassification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Fuzzy clustering of distribution-valued data using adaptive L2 Wasserstein distances

2016-05-02 · Antonio Irpino, Francisco De Carvalho, Rosanna Verde

Distributional (or distribution-valued) data are a new type of data arising from several sources and are considered as realizations of distributional variables. A new set of fuzzy c-means algorithms for data described by…

ClusteringVariable Selection

Deep Distributional Sequence Embeddings Based on a Wasserstein Loss

2019-12-04 · Ahmed Abdelwahab, Niels Landwehr

Deep metric learning employs deep neural networks to embed instances into a metric space such that distances between instances of the same class are small and distances between instances from different classes are large.…

Metric Learning

Distributional Off-policy Evaluation with Bellman Residual Minimization

2024-02-02 · Sungee Hong, Zhengling Qi, Raymond K. W. Wong

We study distributional off-policy evaluation (OPE), of which the goal is to learn the distribution of the return for a target policy using offline data generated by a different policy. The theoretical foundation of many…

Distributional Reinforcement LearningOff-policy evaluation

Characterizing how 'distributional' NLP corpora distance metrics are

2023-10-23 · Samuel Ackerman, George Kour, Eitan Farchi

A corpus of vector-embedded text documents has some empirical distribution. Given two corpora, we want to calculate a single metric of distance (e.g., Mauve, Frechet Inception) between them. We describe an abstract quali…

A principled distributional approach to trajectory similarity measurement

2023-01-01 · Yufan Wang, Kai Ming Ting, Yuanyi Shang

Existing measures and representations for trajectories have two longstanding fundamental shortcomings, i.e., they are computationally expensive and they can not guarantee the `uniqueness' property of a distance function:…

Anomaly Detection