Accumulative Poisoning Attacks on Real-time Data
Tianyu Pang, Xiao Yang, Yinpeng Dong, Hang Su, Jun Zhu

TL;DR
This paper introduces a new poisoning attack strategy for real-time data training systems, demonstrating how an accumulative phase can significantly amplify the attack's destructive impact without affecting immediate accuracy.
Contribution
The paper proposes a novel accumulative poisoning attack method tailored for real-time data training, showing its effectiveness through experiments on MNIST and CIFAR-10.
Findings
Model accuracy drops sharply after a single trigger update.
The attack strategy significantly amplifies poisoning effects.
Simple attack design can be highly effective in real-time settings.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data · Anomaly Detection Techniques and Applications
