paper-with-me

Papers

Explaining Deep Learning Models with Constrained Adversarial Examples

2019-06-25 · Jonathan Moore, Nils Hammerla, Chris Watkins

Machine learning algorithms generally suffer from a problem of explainability. Given a classification result from a model, it is typically hard to determine what caused the decision to be made, and to give an informative explanation. We explore a new method of generating counterfactual explanations, which instead of explaining why a particular classification was made explain how a different outcome can be achieved. This gives the recipients of the explanation a better way to understand the outcome, and provides an actionable suggestion. We show that the introduced method of Constrained Adversarial Examples (CADEX) can be used in real world applications, and yields explanations which incorporate business or domain constraints such as handling categorical attributes and range constraints.

📄 PDF Abstract BibTeX arXiv:1906.10671

Code (1)

spore1/cadex 공식 구현

Tasks

ClassificationcounterfactualDeep LearningGeneral Classification

Similar Papers 제목 키워드 기반

Explaining and Harnessing Adversarial Examples

2014-12-20 · Ian J. Goodfellow, Jonathon Shlens, Christian Szegedy

Several machine learning models, including neural networks, consistently misclassify adversarial examples---inputs formed by applying small but intentionally worst-case perturbations to examples from the dataset, such th…

Image Classification

AT-GAN: An Adversarial Generator Model for Non-constrained Adversarial Examples

2019-04-16 · Xiaosen Wang, Kun He, Chuanbiao Song, Li-Wei Wang 외

Despite the rapid development of adversarial machine learning, most adversarial attack and defense researches mainly focus on the perturbation-based adversarial examples, which is constrained by the input images. In comp…

Adversarial Attack

Adversarial Examples in Constrained Domains

2020-11-02 · Ryan Sheatsley, Nicolas Papernot, Michael Weisman, Gunjan Verma 외

Machine learning algorithms have been shown to be vulnerable to adversarial manipulation through systematic modification of inputs (e.g., adversarial examples) in domains such as image recognition. Under the default thre…

Intrusion DetectionNetwork Intrusion Detection

Algebraic Adversarial Attacks on Explainability Models

2025-03-16 · Lachlan Simpson, Federico Costanza, Kyle Millar, Adriel Cheng 외

Classical adversarial attacks are phrased as a constrained optimisation problem. Despite the efficacy of a constrained optimisation approach to adversarial attacks, one cannot trace how an adversarial point was generated…

AT-GAN: An Adversarial Generative Model for Non-constrained Adversarial Examples

2021-01-01 · Xiaosen Wang, Kun He, Chuanbiao Song, LiWei Wang 외

With the rapid development of adversarial machine learning, numerous adversarial attack methods have been proposed. Typical attacks are based on a search in the neighborhood of input image to generate a perturbed adversa…

Adversarial AttackTransfer Learning