paper-with-me

Papers

Accumulative Poisoning Attacks on Real-time Data

2021-06-18 · NeurIPS 2021 12 · Tianyu Pang, Xiao Yang, Yinpeng Dong, Hang Su, Jun Zhu

Collecting training data from untrusted sources exposes machine learning services to poisoning adversaries, who maliciously manipulate training data to degrade the model accuracy. When trained on offline datasets, poisoning adversaries have to inject the poisoned data in advance before training, and the order of feeding these poisoned batches into the model is stochastic. In contrast, practical systems are more usually trained/fine-tuned on sequentially captured real-time data, in which case poisoning adversaries could dynamically poison each data batch according to the current model state. In this paper, we focus on the real-time settings and propose a new attacking strategy, which affiliates an accumulative phase with poisoning attacks to secretly (i.e., without affecting accuracy) magnify the destructive effect of a (poisoned) trigger batch. By mimicking online learning and federated learning on MNIST and CIFAR-10, we show that model accuracy significantly drops by a single update step on the trigger batch after the accumulative phase. Our work validates that a well-designed but straightforward attacking strategy can dramatically amplify the poisoning effects, with no need to explore complex techniques.

📄 PDF Abstract BibTeX arXiv:2106.09993

Code (1)

ShawnXYang/AccumulativeAttack 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Exploring Model Dynamics for Accumulative Poisoning Discovery

2023-06-06 · Jianing Zhu, Xiawei Guo, Jiangchao Yao, Chao Du 외

Adversarial poisoning attacks pose huge threats to various machine learning applications. Especially, the recent accumulative poisoning attacks show that it is possible to achieve irreparable harm on models via a sequenc…

Memorizationmodel

Just How Toxic is Data Poisoning? A Benchmark for Backdoor and Data Poisoning Attacks

2021-01-01 · Avi Schwarzschild, Micah Goldblum, Arjun Gupta, John P Dickerson 외

Data poisoning and backdoor attacks manipulate training data in order to cause models to fail during inference. A recent survey of industry practitioners found that data poisoning is the number one concern among threats…

Data PoisoningExperimental Design

Back to the Drawing Board: A Critical Evaluation of Poisoning Attacks on Production Federated Learning

2021-08-23 · Virat Shejwalkar, Amir Houmansadr, Peter Kairouz, Daniel Ramage

While recent works have indicated that federated learning (FL) may be vulnerable to poisoning attacks by compromised clients, their real impact on production FL systems is not fully understood. In this work, we aim to de…

Federated LearningMisconceptionsModel Poisoning

Just How Toxic is Data Poisoning? A Unified Benchmark for Backdoor and Data Poisoning Attacks

2020-06-22 · Avi Schwarzschild, Micah Goldblum, Arjun Gupta, John P. Dickerson 외

Data poisoning and backdoor attacks manipulate training data in order to cause models to fail during inference. A recent survey of industry practitioners found that data poisoning is the number one concern among threats …

Data Poisoning

Toward Robust Recommendation via Real-time Vicinal Defense

2023-09-29 · Yichang Xu, Chenwang Wu, Defu Lian

Recommender systems have been shown to be vulnerable to poisoning attacks, where malicious data is injected into the dataset to cause the recommender system to provide biased recommendations. To defend against such attac…

Recommendation Systems