paper-with-me

홈 › Papers

Doubly Robust Instance-Reweighted Adversarial Training

2023-08-01 · Daouda Sow, Sen Lin, Zhangyang Wang, Yingbin Liang

Assigning importance weights to adversarial data has achieved great success in training adversarially robust networks under limited model capacity. However, existing instance-reweighted adversarial training (AT) methods heavily depend on heuristics and/or geometric interpretations to determine those importance weights, making these algorithms lack rigorous theoretical justification/guarantee. Moreover, recent research has shown that adversarial training suffers from a severe non-uniform robust performance across the training distribution, e.g., data points belonging to some classes can be much more vulnerable to adversarial attacks than others. To address both issues, in this paper, we propose a novel doubly-robust instance reweighted AT framework, which allows to obtain the importance weights via exploring distributionally robust optimization (DRO) techniques, and at the same time boosts the robustness on the most vulnerable examples. In particular, our importance weights are obtained by optimizing the KL-divergence regularized loss function, which allows us to devise new algorithms with a theoretical convergence guarantee. Experiments on standard classification datasets demonstrate that our proposed approach outperforms related state-of-the-art baseline methods in terms of average robust performance, and at the same time improves the robustness against attacks on the weakest data points. Codes will be available soon.

📄 PDF Abstract BibTeX arXiv:2308.00311

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Regression with Doubly Non-negative Weighting Matrices

2021-09-30 · NeurIPS 2021 12 · Tam Le, Truyen Nguyen, Makoto Yamada, Jose Blanchet 외

Many machine learning tasks that involve predicting an output response can be solved by training a weighted regression model. Unfortunately, the predictive power of this type of models may severely deteriorate under low …

regression

Local Reweighting for Adversarial Training

2021-06-30 · Ruize Gao, Feng Liu, Kaiwen Zhou, Gang Niu 외

Instances-reweighted adversarial training (IRAT) can significantly boost the robustness of trained models, where data being less/more vulnerable to the given attack are assigned smaller/larger weights during training. Ho…

Evaluating the Robustness of Geometry-Aware Instance-Reweighted Adversarial Training

2021-03-02 · Dorjan Hitaj, Giulio Pagnotta, Iacopo Masi, Luigi V. Mancini

In this technical report, we evaluate the adversarial robustness of a very recent method called "Geometry-aware Instance-reweighted Adversarial Training"[7]. GAIRAT reports state-of-the-art results on defenses to adversa…

Adversarial AttackAdversarial Robustness

Geometry-aware Instance-reweighted Adversarial Training

2020-10-05 · ICLR 2021 1 · Jingfeng Zhang, Jianing Zhu, Gang Niu, Bo Han 외

In adversarial machine learning, there was a common belief that robustness and accuracy hurt each other. The belief was challenged by recent studies where we can maintain the robustness and improve the accuracy. However,…

Sharpness-Aware Minimization with Dynamic Reweighting

2021-12-16 · Wenxuan Zhou, Fangyu Liu, huan zhang, Muhao Chen

Deep neural networks are often overparameterized and may not easily achieve model generalization. Adversarial training has shown effectiveness in improving generalization by regularizing the change of loss on top of adve…

Natural Language Understanding