paper-with-me

Papers

Manipulating SGD with Data Ordering Attacks

2021-04-19 · NeurIPS 2021 12 · Ilia Shumailov, Zakhar Shumaylov, Dmitry Kazhdan, Yiren Zhao, Nicolas Papernot, Murat A. Erdogdu, Ross Anderson

Machine learning is vulnerable to a wide variety of attacks. It is now well understood that by changing the underlying data distribution, an adversary can poison the model trained with it or introduce backdoors. In this paper we present a novel class of training-time attacks that require no changes to the underlying dataset or model architecture, but instead only change the order in which data are supplied to the model. In particular, we find that the attacker can either prevent the model from learning, or poison it to learn behaviours specified by the attacker. Furthermore, we find that even a single adversarially-ordered epoch can be enough to slow down model learning, or even to reset all of the learning progress. Indeed, the attacks presented here are not specific to the model or dataset, but rather target the stochastic nature of modern learning procedures. We extensively evaluate our attacks on computer vision and natural language benchmarks to find that the adversary can disrupt model training and even introduce backdoors.

📄 PDF Abstract BibTeX arXiv:2104.09667

Code (1)

praneethchandraa/Data-Ordering-Adversarial-Attacks pytorch

Similar Papers 제목 키워드 기반

Manipulating Recommender Systems: A Survey of Poisoning Attacks and Countermeasures

2024-04-23 · Thanh Toan Nguyen, Quoc Viet Hung Nguyen, Thanh Tam Nguyen, Thanh Trung Huynh 외

Recommender systems have become an integral part of online services to help users locate specific information in a sea of data. However, existing studies show that some recommender systems are vulnerable to poisoning att…

Recommendation SystemsSurvey

Adversarial Attacks Against Uncertainty Quantification

2023-09-19 · Emanuele Ledda, Daniele Angioni, Giorgio Piras, Giorgio Fumera 외

Machine-learning models can be fooled by adversarial examples, i.e., carefully-crafted input perturbations that force models to output wrong predictions. While uncertainty quantification has been recently proposed to det…

Semantic SegmentationUncertainty Quantification

Fast OBDD Reordering using Neural Message Passing on Hypergraph

2018-11-06 · Feifan Xu, Fei He, Enze Xie, Liang Li

Ordered binary decision diagrams (OBDDs) are an efficient data structure for representing and manipulating Boolean formulas. With respect to different variable orders, the OBDDs' sizes may vary from linear to exponential…

MISLEAD: Manipulating Importance of Selected features for Learning Epsilon in Evasion Attack Deception

2024-04-24 · Vidit Khazanchi, Pavan Kulkarni, Yuvaraj Govindarajulu, Manojkumar Parmar

Emerging vulnerabilities in machine learning (ML) models due to adversarial attacks raise concerns about their reliability. Specifically, evasion attacks manipulate models by introducing precise perturbations to input da…

Feature Importance

Understanding the Logit Distributions of Adversarially-Trained Deep Neural Networks

2021-08-26 · Landan Seguin, Anthony Ndirango, Neeli Mishra, SueYeon Chung 외

Adversarial defenses train deep neural networks to be invariant to the input perturbations from adversarial attacks. Almost all defense strategies achieve this invariance through adversarial training i.e. training on inp…

Adversarial Robustness