paper-with-me

홈 › Papers

Do Wider Neural Networks Really Help Adversarial Robustness?

2020-10-03 · NeurIPS 2021 12 · Boxi Wu, Jinghui Chen, Deng Cai, Xiaofei He, Quanquan Gu

Adversarial training is a powerful type of defense against adversarial examples. Previous empirical results suggest that adversarial training requires wider networks for better performances. However, it remains elusive how neural network width affects model robustness. In this paper, we carefully examine the relationship between network width and model robustness. Specifically, we show that the model robustness is closely related to the tradeoff between natural accuracy and perturbation stability, which is controlled by the robust regularization parameter $\lambda$. With the same $\lambda$, wider networks can achieve better natural accuracy but worse perturbation stability, leading to a potentially worse overall model robustness. To understand the origin of this phenomenon, we further relate the perturbation stability with the network's local Lipschitzness. By leveraging recent results on neural tangent kernels, we theoretically show that wider networks tend to have worse perturbation stability. Our analyses suggest that: 1) the common strategy of first fine-tuning $\lambda$ on small networks and then directly use it for wide model training could lead to deteriorated model robustness; 2) one needs to properly enlarge $\lambda$ to unleash the robustness potential of wider models fully. Finally, we propose a new Width Adjusted Regularization (WAR) method that adaptively enlarges $\lambda$ on wide models and significantly saves the tuning time.

📄 PDF Abstract BibTeX arXiv:2010.01279

Code (1)

fra31/auto-attack 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Does Adversarial Robustness Really Imply Backdoor Vulnerability?

2021-09-29 · Yinghua Gao, Dongxian Wu, Jingfeng Zhang, Shu-Tao Xia 외

Recent research has revealed a trade-off between the robustness against adversarial attacks and backdoor attacks. Specifically, with the increasing adversarial robustness obtained through adversarial training, the model …

Adversarial Robustness

Adversarial Examples Are Not Real Features

2023-10-29 · NeurIPS 2023 11 · Ang Li, Yifei Wang, Yiwen Guo, Yisen Wang

The existence of adversarial examples has been a mystery for years and attracted much interest. A well-known theory by \citet{ilyas2019adversarial} explains adversarial vulnerability from a data perspective by showing th…

Contrastive LearningSelf-Supervised Learning

Is BERT Really Robust? A Strong Baseline for Natural Language Attack on Text Classification and Entailment

2019-07-27 · Di Jin, Zhijing Jin, Joey Tianyi Zhou, Peter Szolovits

Machine learning algorithms are often vulnerable to adversarial examples that have imperceptible alterations from the original counterparts but can fool the state-of-the-art models. It is helpful to evaluate or even impr…

Adversarial TextGeneral ClassificationNatural Language InferenceText Classification

Does More Inference-Time Compute Really Help Robustness?

2025-07-21 · Tong Wu, Chong Xiang, Jiachen T. Wang, Weichen Yu 외 arxiv

Recently, Zaremba et al. demonstrated that increasing inference-time computation improves robustness in large proprietary reasoning LLMs. In this paper, we first show that smaller-scale, open-source models (e.g., DeepSee…

Do deep nets really need weight decay and dropout?

2018-02-20 · Alex Hernández-García, Peter König

The impressive success of modern deep neural networks on computer vision tasks has been achieved through models of very large capacity compared to the number of available training examples. This overparameterization is o…

Data AugmentationObject Recognition