paper-with-me

홈 › Papers

Geometry-aware Instance-reweighted Adversarial Training

2020-10-05 · ICLR 2021 1 · Jingfeng Zhang, Jianing Zhu, Gang Niu, Bo Han, Masashi Sugiyama, Mohan Kankanhalli

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, the other direction, whether we can keep the accuracy while improving the robustness, is conceptually and practically more interesting, since robust accuracy should be lower than standard accuracy for any model. In this paper, we show this direction is also promising. Firstly, we find even over-parameterized deep networks may still have insufficient model capacity, because adversarial training has an overwhelming smoothing effect. Secondly, given limited model capacity, we argue adversarial data should have unequal importance: geometrically speaking, a natural data point closer to/farther from the class boundary is less/more robust, and the corresponding adversarial data point should be assigned with larger/smaller weight. Finally, to implement the idea, we propose geometry-aware instance-reweighted adversarial training, where the weights are based on how difficult it is to attack a natural data point. Experiments show that our proposal boosts the robustness of standard adversarial training; combining two directions, we improve both robustness and accuracy of standard adversarial training.

📄 PDF Abstract BibTeX arXiv:2010.01736

Code (2)

fanghenshaometeor/diversity-via-orthogonality pytorch
zjfheart/Geometry-aware-Instance-reweighted-Adversarial-Training pytorch

Similar Papers 제목 키워드 기반

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

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 …

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

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…

Dual-Stage Reweighted MoE for Long-Tailed Egocentric Mistake Detection

2025-09-16 · Boyu Han, Qianqian Xu, Shilong Bao, Zhiyong Yang 외 arxiv

In this report, we address the problem of determining whether a user performs an action incorrectly from egocentric video data. To handle the challenges posed by subtle and infrequent mistakes, we propose a Dual-Stage Re…