paper-with-me

Papers

Generating Less Certain Adversarial Examples Improves Robust Generalization

2023-10-06 · Minxing Zhang, Michael Backes, Xiao Zhang

This paper revisits the robust overfitting phenomenon of adversarial training. Observing that models with better robust generalization performance are less certain in predicting adversarially generated training inputs, we argue that overconfidence in predicting adversarial examples is a potential cause. Therefore, we hypothesize that generating less certain adversarial examples improves robust generalization, and propose a formal definition of adversarial certainty that captures the variance of the model's predicted logits on adversarial examples. Our theoretical analysis of synthetic distributions characterizes the connection between adversarial certainty and robust generalization. Accordingly, built upon the notion of adversarial certainty, we develop a general method to search for models that can generate training-time adversarial inputs with reduced certainty, while maintaining the model's capability in distinguishing adversarial examples. Extensive experiments on image benchmarks demonstrate that our method effectively learns models with consistently improved robustness and mitigates robust overfitting, confirming the importance of generating less certain adversarial examples for robust generalization. Our implementations are available as open-source code at: https://github.com/TrustMLRG/AdvCertainty.

📄 PDF Abstract BibTeX arXiv:2310.04539

Code (2)

trustmlrg/advcertainty 공식 구현 pytorch
trustmlrg/edac 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Semantics-Preserving Adversarial Training

2020-09-23 · Wonseok Lee, Hanbit Lee, Sang-goo Lee

Adversarial training is a defense technique that improves adversarial robustness of a deep neural network (DNN) by including adversarial examples in the training data. In this paper, we identify an overlooked problem of …

Adversarial Robustness

Generating Unrestricted Adversarial Examples via Three Parameters

2021-03-13 · Hanieh Naderi, Leili Goli, Shohreh Kasaei

Deep neural networks have been shown to be vulnerable to adversarial examples deliberately constructed to misclassify victim models. As most adversarial examples have restricted their perturbations to $L_{p}$-norm, exist…

Adversarial Attack

Revisiting Character-level Adversarial Attacks for Language Models

2024-05-07 · Elias Abad Rocamora, Yongtao Wu, Fanghui Liu, Grigorios G. Chrysos 외

Adversarial attacks in Natural Language Processing apply perturbations in the character or token levels. Token-level attacks, gaining prominence for their use of gradient-based methods, are susceptible to altering senten…

Adversarial AttackSentenceSST-2

Structure-Preserving Transformation: Generating Diverse and Transferable Adversarial Examples

2018-09-08 · Dan Peng, Zizhan Zheng, Xiaofeng Zhang

Adversarial examples are perturbed inputs designed to fool machine learning models. Most recent works on adversarial examples for image classification focus on directly modifying pixels with minor perturbations. A common…

image-classificationImage Classification

Interpretable Adversarial Training for Text

2019-05-30 · Samuel Barham, Soheil Feizi

Generating high-quality and interpretable adversarial examples in the text domain is a much more daunting task than it is in the image domain. This is due partly to the discrete nature of text, partly to the problem of e…

SentenceWord Embeddings