paper-with-me

홈 › Papers

Transferability in Machine Learning: from Phenomena to Black-Box Attacks using Adversarial Samples

2016-05-24 · Nicolas Papernot, Patrick McDaniel, Ian Goodfellow

Many machine learning models are vulnerable to adversarial examples: inputs that are specially crafted to cause a machine learning model to produce an incorrect output. Adversarial examples that affect one model often affect another model, even if the two models have different architectures or were trained on different training sets, so long as both models were trained to perform the same task. An attacker may therefore train their own substitute model, craft adversarial examples against the substitute, and transfer them to a victim model, with very little information about the victim. Recent work has further developed a technique that uses the victim model as an oracle to label a synthetic training set for the substitute, so the attacker need not even collect a training set to mount the attack. We extend these recent techniques using reservoir sampling to greatly enhance the efficiency of the training procedure for the substitute model. We introduce new transferability attacks between previously unexplored (substitute, victim) pairs of machine learning model classes, most notably SVMs and decision trees. We demonstrate our attacks on two commercial machine learning classification systems from Amazon (96.19% misclassification rate) and Google (88.94%) using only 800 queries of the victim model, thereby showing that existing machine learning approaches are in general vulnerable to systematic black-box attacks regardless of their structure.

📄 PDF Abstract BibTeX arXiv:1605.07277

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Black-box Adversarial Transferability: An Empirical Study in Cybersecurity Perspective

2024-04-15 · Khushnaseeb Roshan, Aasim Zafar

The rapid advancement of artificial intelligence within the realm of cybersecurity raises significant security concerns. The vulnerability of deep learning models in adversarial attacks is one of the major issues. In adv…

Cyber Attack DetectionDeep Learning

Strong Black-box Adversarial Attacks on Unsupervised Machine Learning Models

2019-01-28 · Anshuman Chhabra, Abhishek Roy, Prasant Mohapatra

Machine Learning (ML) and Deep Learning (DL) models have achieved state-of-the-art performance on multiple learning tasks, from vision to natural language modelling. With the growing adoption of ML and DL to many areas o…

Adversarial AttackBIG-bench Machine LearningClusteringLanguage Modelling

Detect & Reject for Transferability of Black-box Adversarial Attacks Against Network Intrusion Detection Systems

2021-12-22 · Islam Debicha, Thibault Debatty, Jean-Michel Dricot, Wim Mees 외

In the last decade, the use of Machine Learning techniques in anomaly-based intrusion detection systems has seen much success. However, recent studies have shown that Machine learning in general and deep learning specifi…

BIG-bench Machine LearningIntrusion DetectionNetwork Intrusion Detection

Exploring the Space of Black-box Attacks on Deep Neural Networks

2017-12-27 · ICLR 2018 1 · Arjun Nitin Bhagoji, Warren He, Bo Li, Dawn Song

Existing black-box attacks on deep neural networks (DNNs) so far have largely focused on transferability, where an adversarial instance generated for a locally trained model can "transfer" to attack other learning models…

PEAS: A Strategy for Crafting Transferable Adversarial Examples

2024-10-20 · Bar Avraham, Yisroel Mirsky

Black box attacks, where adversaries have limited knowledge of the target model, pose a significant threat to machine learning systems. Adversarial examples generated with a substitute model often suffer from limited tra…