Difference between revisions of "Offense - Adversarial Threats/Attacks"
| Line 1: | Line 1: | ||
| − | [http://www.youtube.com/results?search_query=Adversarial+ | + | [http://www.youtube.com/results?search_query=Adversarial+threat+attack+Deep+Learning+Artificial+Intelligence Youtube search...] |
* [[Cybersecurity]] | * [[Cybersecurity]] | ||
| Line 26: | Line 26: | ||
<youtube>sFhD6ABghf8</youtube> | <youtube>sFhD6ABghf8</youtube> | ||
<youtube>dfgOar_jaG0</youtube> | <youtube>dfgOar_jaG0</youtube> | ||
| + | <youtube>wbRx18VZlYA</youtube> | ||
Papernot et al. [http://arxiv.org/abs/1605.07277 Transferability in Machine Learning: from Phenomena to Black-Box Attacks using Adversarial Samples] | Papernot et al. [http://arxiv.org/abs/1605.07277 Transferability in Machine Learning: from Phenomena to Black-Box Attacks using Adversarial Samples] | ||
| Line 70: | Line 71: | ||
Pavel Laskov et al. [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.375.4564&rep=rep1&type=pdf Machine Learning in Adversarial Environments] | Pavel Laskov et al. [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.375.4564&rep=rep1&type=pdf Machine Learning in Adversarial Environments] | ||
| + | |||
| + | == Weaponizing Machine Learning == | ||
| + | [http://www.youtube.com/results?search_query=~weaponizing+Deep+Learning+Artificial+Intelligence Youtube search...] | ||
| + | |||
| + | <youtube>wbRx18VZlYA</youtube> | ||
Revision as of 20:57, 11 June 2018
______________________________________________________
- Attacking Machine Learning with Adversarial Examples | OpenAI - By Ian Goodfellow, Nicolas Papernot, Sandy Huang, Yan Duan, Pieter Abbeel & Jack Clark
- Cleverhans - library for benchmarking the vulnerability of machine learning models to adversarial examples blog
- Adversarial Machine Learning for Anti-Malware Software | nababora @ GitHub
- Deep-pwning/Metasploit | Clarence Chio
- EvadeML.org | University of Virginia
- AdversariaLib: An Open-source Library for the Security Evaluation of Machine Learning Algorithms Under Attack .pdf
- Pattern Recognition and Applications Lab (PRA Lab)
Adversarial examples are inputs to machine learning models that an attacker has intentionally designed to cause the model to make a mistake; they’re like optical illusions for machines. Myth: An attacker must have access to the model to generate adversarial examples. Fact: Adversarial examples generalize across models trained to perform the same task, even if those models have different architectures and were trained on a different training set. This means an attacker can train their own model, generate adversarial examples against it, and then deploy those adversarial examples against a model they do not have access to. -Learning Adversarial Examples – Clarifying Misconceptions | Goodfellow et al.
Papernot et al. Transferability in Machine Learning: from Phenomena to Black-Box Attacks using Adversarial Samples
Papernot et al. The Limitations of Deep Learning in Adversarial Settings
Papernot et al. Practical Black-Box Attacks against Deep Learning Systems using Adversarial Examples
Papernot et al. Distillation as a Defense to Adversarial Perturbations against Deep Neural Networks
Papernot et al. Adversarial Examples in Machine Learning
Goodfellow et al. Explaining and Harnessing Adversarial Examples
Goodfellow et al. Learning Adversarial Examples – Clarifying Misconceptions
Biggio et al. Support Vector Machines Under Adversarial Label Noise
Biggio et al. Poisoning Attacks against Support Vector Machines
Szegedy et al. Intriguing properties of neural networks
Grosse et al. Adversarial Perturbations Against Deep Neural Networks for Malware Classification
Nguyen et al. Deep Neural Networks are Easily Fooled: High Confidence Predictions for Unrecognizable Images
Xu et al. Automatically Evading Classifiers: A Case Study on PDF Malware Classifiers
Kantchelian et al. Evasion and Hardening of Tree Ensemble Classifiers
Ororbia II et al. Unifying Adversarial Training Algorithms with Flexible Deep Data Gradient Regularization
Jin et al. Robust Convolutional Neural Networks under Adversarial Noise
Marco Barreno et al. Can Machine Learning Be Secure?
J.D. Tygar, Ling Huang et al. Adversarial Machine Learning
Huang Xiao et al. Adversarial and Secure Machine Learning
William Uther et al.Adversarial Reinforcement Learning
Alexey Kurakin et al. Adversarial examples in the physical world
Pavel Laskov et al. Machine Learning in Adversarial Environments
Weaponizing Machine Learning