paper-with-me

Papers

Learning and Certification under Instance-targeted Poisoning

2021-05-18 · Ji Gao, Amin Karbasi, Mohammad Mahmoody

In this paper, we study PAC learnability and certification of predictions under instance-targeted poisoning attacks, where the adversary who knows the test instance may change a fraction of the training set with the goal of fooling the learner at the test instance. Our first contribution is to formalize the problem in various settings and to explicitly model subtle aspects such as the proper or improper nature of the learning, learner's randomness, and whether (or not) adversary's attack can depend on it. Our main result shows that when the budget of the adversary scales sublinearly with the sample complexity, (improper) PAC learnability and certification are achievable; in contrast, when the adversary's budget grows linearly with the sample complexity, the adversary can potentially drive up the expected 0-1 loss to one. We also study distribution-specific PAC learning in the same attack model and show that proper learning with certification is possible for learning half spaces under natural distributions. Finally, we empirically study the robustness of K nearest neighbour, logistic regression, multi-layer perceptron, and convolutional neural network on real data sets against targeted-poisoning attacks. Our experimental results show that many models, especially state-of-the-art neural networks, are indeed vulnerable to these strong attacks. Interestingly, we observe that methods with high standard accuracy might be more vulnerable to instance-targeted poisoning attacks.

📄 PDF Abstract BibTeX arXiv:2105.08709

Code (0)

등록된 구현이 없습니다.

Tasks

PAC learning

Similar Papers 제목 키워드 기반

Enhancing the Antidote: Improved Pointwise Certifications against Poisoning Attacks

2023-08-15 · Shijie Liu, Andrew C. Cullen, Paul Montague, Sarah M. Erfani 외

Poisoning attacks can disproportionately influence model behaviour by making small changes to the training corpus. While defences against specific poisoning attacks do exist, they in general do not provide any guarantees…

Adversarial Robustness

Unraveling the Connections between Privacy and Certified Robustness in Federated Learning Against Poisoning Attacks

2022-09-08 · Chulin Xie, Yunhui Long, Pin-Yu Chen, Qinbin Li 외

Federated learning (FL) provides an efficient paradigm to jointly train a global model leveraging data from distributed users. As local training data comes from different users who may not be trustworthy, several studies…

Federated Learning

Certified Robustness for Free in Differentially Private Federated Learning

2021-09-29 · Chulin Xie, Yunhui Long, Pin-Yu Chen, Krishnaram Kenthapadi 외

Federated learning (FL) provides an efficient training paradigm to jointly train a global model leveraging data from distributed users. As the local training data comes from different users who may not be trustworthy, s…

Federated Learning

Towards Poisoning Robustness Certification for Natural Language Generation

2026-02-10 · Mihnea Ghitu, Matthew Wicker arxiv

Understanding the reliability of natural language generation is critical for deploying foundation models in security-sensitive domains. While certified poisoning defenses provide provable robustness bounds for classifica…

COPA: Certifying Robust Policies for Offline Reinforcement Learning against Poisoning Attacks

2022-03-16 · ICLR 2022 4 · Fan Wu, Linyi Li, Chejian Xu, huan zhang 외

As reinforcement learning (RL) has achieved near human-level performance in a variety of tasks, its robustness has raised great attention. While a vast body of research has explored test-time (evasion) attacks in RL and …

Offline RLreinforcement-learningReinforcement Learning (RL)