paper-with-me

Papers

Adversarial Training with Stochastic Weight Average

2020-09-21 · Joong-won Hwang, Youngwan Lee, Sungchan Oh, Yuseok Bae

Adversarial training deep neural networks often experience serious overfitting problem. Recently, it is explained that the overfitting happens because the sample complexity of training data is insufficient to generalize robustness. In traditional machine learning, one way to relieve overfitting from the lack of data is to use ensemble methods. However, adversarial training multiple networks is extremely expensive. Moreover, we found that there is a dilemma on choosing target model to generate adversarial examples. Optimizing attack to the members of ensemble will be suboptimal attack to the ensemble and incurs covariate shift, while attack to ensemble will weaken the members and lose the benefit from ensembling. In this paper, we propose adversarial training with Stochastic weight average (SWA); while performing adversarial training, we aggregate the temporal weight states in the trajectory of training. By adopting SWA, the benefit of ensemble can be gained without tremendous computational increment and without facing the dilemma. Moreover, we further improved SWA to be adequate to adversarial training. The empirical results on CIFAR-10, CIFAR-100 and SVHN show that our method can improve the robustness of models.

📄 PDF Abstract BibTeX arXiv:2009.10526

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Conflict-Aware Adversarial Training

2024-10-21 · Zhiyu Xue, Haohan Wang, Yao Qin, Ramtin Pedarsani

Adversarial training is the most effective method to obtain adversarial robustness for deep neural networks by directly involving adversarial samples in the training procedure. To obtain an accurate and robust model, the…

Adversarial Robustness

Deterministic Gaussian Averaged Neural Networks

2020-06-10 · Ryan Campbell, Chris Finlay, Adam M. Oberman

We present a deterministic method to compute the Gaussian average of neural networks used in regression and classification. Our method is based on an equivalence between training with a particular regularized loss, and t…

Adversarial Robustnessregression

Defending Textual Neural Networks against Black-Box Adversarial Attacks with Stochastic Multi-Expert Patcher

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Even though several methods have proposed to defend textual neural network (NN) models against black-box adversarial attacks, they often defend against a specific text perturbation strategy and/or require re-training the…

SHIELD: Defending Textual Neural Networks against Black-Box Adversarial Attacks with Stochastic Multi-Expert Patcher

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Even though several methods have proposed to defend textual neural network (NN) models against black-box adversarial attacks, they often defend against a specific text perturbation strategy and/or require re-training the…

Investigating Adversarial Robustness of Multi-modal Large Language Models

2026-06-02 · Hashmat Shadab Malik, Muzammal Naseer, Salman Khan arxiv

Multi-modal Large Language Models (MLLMs) achieve strong performance on vision-language tasks, but incorporating visual inputs through a vision encoder (e.g., CLIP) substantially expands the attack surface, making these …

Adversarial Robustness