paper-with-me

Papers

Regularization Helps with Mitigating Poisoning Attacks: Distributionally-Robust Machine Learning Using the Wasserstein Distance

2020-01-29 · Farhad Farokhi

We use distributionally-robust optimization for machine learning to mitigate the effect of data poisoning attacks. We provide performance guarantees for the trained model on the original data (not including the poison records) by training the model for the worst-case distribution on a neighbourhood around the empirical distribution (extracted from the training dataset corrupted by a poisoning attack) defined using the Wasserstein distance. We relax the distributionally-robust machine learning problem by finding an upper bound for the worst-case fitness based on the empirical sampled-averaged fitness and the Lipschitz-constant of the fitness function (on the data for given model parameters) as regularizer. For regression models, we prove that this regularizer is equal to the dual norm of the model parameters. We use the Wine Quality dataset, the Boston Housing Market dataset, and the Adult dataset for demonstrating the results of this paper.

📄 PDF Abstract BibTeX arXiv:2001.10655

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningData Poisoning

Similar Papers 제목 키워드 기반

Mitigating Data Poisoning in Text Classification with Differential Privacy

2021-11-01 · Findings (EMNLP) 2021 11 · Chang Xu, Jun Wang, Francisco Guzmán, Benjamin Rubinstein 외

NLP models are vulnerable to data poisoning attacks. One type of attack can plant a backdoor in a model by injecting poisoned examples in training, causing the victim model to misclassify test instances which include a s…

ClassificationData Poisoningtext-classificationText Classification

Systematic Evaluation of Backdoor Data Poisoning Attacks on Image Classifiers

2020-04-24 · Loc Truong, Chace Jones, Brian Hutchinson, Andrew August 외

Backdoor data poisoning attacks have recently been demonstrated in computer vision research as a potential safety risk for machine learning (ML) systems. Traditional data poisoning attacks manipulate training data to ind…

Data Poisoning

Regularization Can Help Mitigate Poisoning Attacks... with the Right Hyperparameters

2021-05-23 · Javier Carnerero-Cano, Luis Muñoz-González, Phillippa Spencer, Emil C. Lupu

Machine learning algorithms are vulnerable to poisoning attacks, where a fraction of the training data is manipulated to degrade the algorithms' performance. We show that current approaches, which typically assume that r…

Bilevel Optimizationregression

Mitigating Malicious Attacks in Federated Learning via Confidence-aware Defense

2024-08-05 · Qilei Li, Ahmed M. Abdelmoniem

Federated Learning (FL) is a distributed machine learning diagram that enables multiple clients to collaboratively train a global model without sharing their private local data. However, FL systems are vulnerable to atta…

Data PoisoningFederated LearningModel Poisoning

SparseFed: Mitigating Model Poisoning Attacks in Federated Learning with Sparsification

2021-12-12 · Ashwinee Panda, Saeed Mahloujifar, Arjun N. Bhagoji, Supriyo Chakraborty 외

Federated learning is inherently vulnerable to model poisoning attacks because its decentralized nature allows attackers to participate with compromised devices. In model poisoning attacks, the attacker reduces the model…

Federated LearningModel Poisoning