paper-with-me

Papers

Suspicion-Free Adversarial Attacks on Clustering Algorithms

2019-11-16 · Anshuman Chhabra, Abhishek Roy, Prasant Mohapatra

Clustering algorithms are used in a large number of applications and play an important role in modern machine learning-- yet, adversarial attacks on clustering algorithms seem to be broadly overlooked unlike supervised learning. In this paper, we seek to bridge this gap by proposing a black-box adversarial attack for clustering models for linearly separable clusters. Our attack works by perturbing a single sample close to the decision boundary, which leads to the misclustering of multiple unperturbed samples, named spill-over adversarial samples. We theoretically show the existence of such adversarial samples for the K-Means clustering. Our attack is especially strong as (1) we ensure the perturbed sample is not an outlier, hence not detectable, and (2) the exact metric used for clustering is not known to the attacker. We theoretically justify that the attack can indeed be successful without the knowledge of the true metric. We conclude by providing empirical results on a number of datasets, and clustering algorithms. To the best of our knowledge, this is the first work that generates spill-over adversarial samples without the knowledge of the true metric ensuring that the perturbed sample is not an outlier, and theoretically proves the above.

📄 PDF Abstract BibTeX arXiv:1911.07015

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackClustering

Similar Papers 제목 키워드 기반

Double Targeted Universal Adversarial Perturbations

2020-10-07 · Philipp Benz, Chaoning Zhang, Tooba Imtiaz, In So Kweon

Despite their impressive performance, deep neural networks (DNNs) are widely known to be vulnerable to adversarial attacks, which makes it challenging for them to be deployed in security-sensitive applications, such as a…

Autonomous Driving

Fairness Degrading Adversarial Attacks Against Clustering Algorithms

2021-10-22 · Anshuman Chhabra, Adish Singla, Prasant Mohapatra

Clustering algorithms are ubiquitous in modern data science pipelines, and are utilized in numerous fields ranging from biology to facility location. Due to their widespread use, especially in societal resource allocatio…

ClusteringFairness

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

Adversarial Robustness of Streaming Algorithms through Importance Sampling

2021-06-28 · NeurIPS 2021 12 · Vladimir Braverman, Avinatan Hassidim, Yossi Matias, Mariano Schain 외

In this paper, we introduce adversarially robust streaming algorithms for central machine learning and algorithmic tasks, such as regression and clustering, as well as their more general counterparts, subspace embedding,…

Adversarial RobustnessClusteringregression

Kallima: A Clean-label Framework for Textual Backdoor Attacks

2022-06-03 · Xiaoyi Chen, Yinpeng Dong, Zeyu Sun, Shengfang Zhai 외

Although Deep Neural Network (DNN) has led to unprecedented progress in various natural language processing (NLP) tasks, research shows that deep models are extremely vulnerable to backdoor attacks. The existing backdoor…