paper-with-me

홈 › Papers

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 of computer science, recent research has also started focusing on the security properties of these models. There has been a lot of work undertaken to understand if (deep) neural network architectures are resilient to black-box adversarial attacks which craft perturbed input samples that fool the classifier without knowing the architecture used. Recent work has also focused on the transferability of adversarial attacks and found that adversarial attacks are generally easily transferable between models, datasets, and techniques. However, such attacks and their analysis have not been covered from the perspective of unsupervised machine learning algorithms. In this paper, we seek to bridge this gap through multiple contributions. We first provide a strong (iterative) black-box adversarial attack that can craft adversarial samples which will be incorrectly clustered irrespective of the choice of clustering algorithm. We choose 4 prominent clustering algorithms, and a real-world dataset to show the working of the proposed adversarial algorithm. Using these clustering algorithms we also carry out a simple study of cross-technique adversarial attack transferability.

📄 PDF Abstract BibTeX arXiv:1901.09493

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackBIG-bench Machine LearningClusteringLanguage Modelling

Similar Papers 제목 키워드 기반

Certifiable Black-Box Attacks with Randomized Adversarial Examples: Breaking Defenses with Provable Confidence

2023-04-10 · Hanbin Hong, Xinyu Zhang, Binghui Wang, Zhongjie Ba 외

Black-box adversarial attacks have demonstrated strong potential to compromise machine learning models by iteratively querying the target model or leveraging transferability from a local surrogate model. Recently, such a…

Benchmarkingspeech-recognitionSpeech Recognition

Generating Adversarial Malware Examples for Black-Box Attacks Based on GAN

2017-02-20 · Weiwei Hu, Ying Tan

Machine learning has been used to detect new malware in recent years, while malware authors have strong motivation to attack such algorithms. Malware authors usually have no access to the detailed structures and paramete…

BIG-bench Machine LearningGenerative Adversarial NetworkMalware Detection

Ensemble Adversarial Training: Attacks and Defenses

2017-05-19 · ICLR 2018 1 · Florian Tramèr, Alexey Kurakin, Nicolas Papernot, Ian Goodfellow 외

Adversarial examples are perturbed inputs designed to fool machine learning models. Adversarial training injects such examples into training data to increase robustness. To scale this technique to large datasets, perturb…

Denoising and Verification Cross-Layer Ensemble Against Black-box Adversarial Attacks

2019-08-21 · Ka-Ho Chow, Wenqi Wei, Yanzhao Wu, Ling Liu

Deep neural networks (DNNs) have demonstrated impressive performance on many challenging machine learning tasks. However, DNNs are vulnerable to adversarial inputs generated by adding maliciously crafted perturbations to…

DenoisingDiversity

EvoBA: An Evolution Strategy as a Strong Baseline forBlack-Box Adversarial Attacks

2021-07-12 · Andrei Ilie, Marius Popescu, Alin Stefanescu

Recent work has shown how easily white-box adversarial attacks can be applied to state-of-the-art image classifiers. However, real-life scenarios resemble more the black-box adversarial conditions, lacking transparency a…

Adversarial Attack