paper-with-me

홈 › Papers

Probabilistic Margins for Instance Reweighting in Adversarial Training

2021-06-15 · NeurIPS 2021 12 · Qizhou Wang, Feng Liu, Bo Han, Tongliang Liu, Chen Gong, Gang Niu, Mingyuan Zhou, Masashi Sugiyama

Reweighting adversarial data during training has been recently shown to improve adversarial robustness, where data closer to the current decision boundaries are regarded as more critical and given larger weights. However, existing methods measuring the closeness are not very reliable: they are discrete and can take only a few values, and they are path-dependent, i.e., they may change given the same start and end points with different attack paths. In this paper, we propose three types of probabilistic margin (PM), which are continuous and path-independent, for measuring the aforementioned closeness and reweighting adversarial data. Specifically, a PM is defined as the difference between two estimated class-posterior probabilities, e.g., such the probability of the true label minus the probability of the most confusing label given some natural data. Though different PMs capture different geometric properties, all three PMs share a negative correlation with the vulnerability of data: data with larger/smaller PMs are safer/riskier and should have smaller/larger weights. Experiments demonstrate that PMs are reliable measurements and PM-based reweighting methods outperform state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2106.07904

Code (1)

qizhouwang/mail 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

FAIR: Fair Adversarial Instance Re-weighting

2020-11-15 · Andrija Petrović, Mladen Nikolić, Sandro Radovanović, Boris Delibašić 외

With growing awareness of societal impact of artificial intelligence, fairness has become an important aspect of machine learning algorithms. The issue is that human biases towards certain groups of population, defined b…

Fairness

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…

Vulnerability-Aware Instance Reweighting For Adversarial Training

2023-07-14 · Olukorede Fakorede, Ashutosh Kumar Nirala, Modeste Atsague, Jin Tian

Adversarial Training (AT) has been found to substantially improve the robustness of deep learning classifiers against adversarial attacks. AT involves obtaining robustness by including adversarial examples in training a …

δ-SAM: Sharpness-Aware Minimization with Dynamic Reweighting

2022-01-16 · ACL ARR January 2022 1 · Anonymous

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…

Instance adaptive adversarial training: Improved accuracy tradeoffs in neural nets

2019-10-17 · Yogesh Balaji, Tom Goldstein, Judy Hoffman

Adversarial training is by far the most successful strategy for improving robustness of neural networks to adversarial attacks. Despite its success as a defense mechanism, adversarial training fails to generalize well to…