paper-with-me

Papers

Improving Machine Learning Robustness via Adversarial Training

2023-09-22 · Long Dang, Thushari Hapuarachchi, Kaiqi Xiong, Jing Lin

As Machine Learning (ML) is increasingly used in solving various tasks in real-world applications, it is crucial to ensure that ML algorithms are robust to any potential worst-case noises, adversarial attacks, and highly unusual situations when they are designed. Studying ML robustness will significantly help in the design of ML algorithms. In this paper, we investigate ML robustness using adversarial training in centralized and decentralized environments, where ML training and testing are conducted in one or multiple computers. In the centralized environment, we achieve a test accuracy of 65.41% and 83.0% when classifying adversarial examples generated by Fast Gradient Sign Method and DeepFool, respectively. Comparing to existing studies, these results demonstrate an improvement of 18.41% for FGSM and 47% for DeepFool. In the decentralized environment, we study Federated learning (FL) robustness by using adversarial training with independent and identically distributed (IID) and non-IID data, respectively, where CIFAR-10 is used in this research. In the IID data case, our experimental results demonstrate that we can achieve such a robust accuracy that it is comparable to the one obtained in the centralized environment. Moreover, in the non-IID data case, the natural accuracy drops from 66.23% to 57.82%, and the robust accuracy decreases by 25% and 23.4% in C&W and Projected Gradient Descent (PGD) attacks, compared to the IID data case, respectively. We further propose an IID data-sharing approach, which allows for increasing the natural accuracy to 85.04% and the robust accuracy from 57% to 72% in C&W attacks and from 59% to 67% in PGD attacks.

📄 PDF Abstract BibTeX arXiv:2309.12593

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

On Norm-Agnostic Robustness of Adversarial Training

2019-05-15 · Bai Li, Changyou Chen, Wenlin Wang, Lawrence Carin

Adversarial examples are carefully perturbed in-puts for fooling machine learning models. A well-acknowledged defense method against such examples is adversarial training, where adversarial examples are injected into tra…

BIG-bench Machine Learning

Robustness-Congruent Adversarial Training for Secure Machine Learning Model Updates

2024-02-27 · Daniele Angioni, Luca Demetrio, Maura Pintor, Luca Oneto 외

Machine-learning models demand periodic updates to improve their average accuracy, exploiting novel architectures and additional data. However, a newly updated model may commit mistakes the previous model did not make. S…

Adversarial Robustnessregression

Adversarial Robustness Toolbox v1.0.0

2018-07-03 · Maria-Irina Nicolae, Mathieu Sinn, Minh Ngoc Tran, Beat Buesser 외

Adversarial Robustness Toolbox (ART) is a Python library supporting developers and researchers in defending Machine Learning models (Deep Neural Networks, Gradient Boosted Decision Trees, Support Vector Machines, Random …

Adversarial RobustnessBIG-bench Machine LearningGaussian ProcessesTime Series Analysis

MemLoss: Enhancing Adversarial Training with Recycling Adversarial Examples

2025-10-10 · Soroush Mahdi, Maryam Amirmazlaghani, Saeed Saravani, Zahra Dehghanian arxiv

In this paper, we propose a new approach called MemLoss to improve the adversarial training of machine learning models. MemLoss leverages previously generated adversarial examples, referred to as 'Memory Adversarial Exam…

Adversarial Robustness

Evaluating Neural Machine Comprehension Model Robustness to Noisy Inputs and Adversarial Attacks

2020-05-01 · Winston Wu, Dustin Arendt, Svitlana Volkova

We evaluate machine comprehension models' robustness to noise and adversarial attacks by performing novel perturbations at the character, word, and sentence level. We experiment with different amounts of perturbations to…

Reading ComprehensionSentence