paper-with-me

홈 › Papers

Boosting Adversarial Robustness From The Perspective of Effective Margin Regularization

2022-10-11 · Ziquan Liu, Antoni B. Chan

The adversarial vulnerability of deep neural networks (DNNs) has been actively investigated in the past several years. This paper investigates the scale-variant property of cross-entropy loss, which is the most commonly used loss function in classification tasks, and its impact on the effective margin and adversarial robustness of deep neural networks. Since the loss function is not invariant to logit scaling, increasing the effective weight norm will make the loss approach zero and its gradient vanish while the effective margin is not adequately maximized. On typical DNNs, we demonstrate that, if not properly regularized, the standard training does not learn large effective margins and leads to adversarial vulnerability. To maximize the effective margins and learn a robust DNN, we propose to regularize the effective weight norm during training. Our empirical study on feedforward DNNs demonstrates that the proposed effective margin regularization (EMR) learns large effective margins and boosts the adversarial robustness in both standard and adversarial training. On large-scale models, we show that EMR outperforms basic adversarial training, TRADES and two regularization baselines with substantial improvement. Moreover, when combined with several strong adversarial defense methods (MART and MAIL), our EMR further boosts the robustness.

📄 PDF Abstract BibTeX arXiv:2210.05118

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial DefenseAdversarial Robustness

Similar Papers 제목 키워드 기반

Building Robust Ensembles via Margin Boosting

2022-06-07 · Dinghuai Zhang, Hongyang Zhang, Aaron Courville, Yoshua Bengio 외

In the context of adversarial robustness, a single model does not usually have enough power to defend against all possible adversarial attacks, and as a result, has sub-optimal robustness. Consequently, an emerging line …

Adversarial Robustness

MMA Training: Direct Input Space Margin Maximization through Adversarial Training

2018-12-06 · ICLR 2020 1 · Gavin Weiguang Ding, Yash Sharma, Kry Yik Chau Lui, Ruitong Huang

We study adversarial robustness of neural networks from a margin maximization perspective, where margins are defined as the distances from inputs to a classifier's decision boundary. Our study shows that maximizing margi…

Adversarial DefenseAdversarial Robustness

Boosting Barely Robust Learners: A New Perspective on Adversarial Robustness

2022-02-11 · Avrim Blum, Omar Montasser, Greg Shakhnarovich, Hongyang Zhang

We present an oracle-efficient algorithm for boosting the adversarial robustness of barely robust learners. Barely robust learning algorithms learn predictors that are adversarially robust only on a small fraction $\beta…

Adversarial Robustness

Hierarchically Robust Zero-shot Vision-language Models

2026-04-20 · Junhao Dong, Yifei Zhang, Hao Zhu, Yew-Soon Ong 외 arxiv

Vision-Language Models (VLMs) can perform zero-shot classification but are susceptible to adversarial attacks. While robust fine-tuning improves their robustness, existing approaches align fixed text embeddings with an i…

Adversarial Robustness

Clustering Effect of Adversarial Robust Models

2021-12-01 · NeurIPS 2021 12 · Yang Bai, Xin Yan, Yong Jiang, Shu-Tao Xia 외

Adversarial robustness has received increasing attention along with the study of adversarial examples. So far, existing works show that robust models not only obtain robustness against various adversarial attacks but als…

Adversarial RobustnessClusteringDomain Adaptation