Generating Less Certain Adversarial Examples Improves Robust Generalization
Minxing Zhang, Michael Backes, Xiao Zhang
TL;DR
This work addresses robust overfitting in adversarial training by linking model overconfidence on training-time adversarial inputs to degraded robustness. It introduces adversarial certainty (AC), defined as the logit-level variance of predictions on adversarial examples, and proposes Decreasing Adversarial Certainty (DAC) to explicitly minimize AC within a constrained search space while maintaining the model's ability to discriminate adversarial inputs. The authors provide theoretical insights from synthetic data showing that lower AC can lead to improved robust generalization after a gradient update, and develop a practical two-step optimization (DAC) plus a regularized variant (DAC_Reg). Across CIFAR-10/100 and SVHN with multiple architectures and attacks, DAC yields consistent gains in robust testing accuracy and mitigates robust overfitting, with DAC_Reg offering a more efficient alternative. The results suggest that generating less certain adversarial examples during training can meaningfully enhance robust generalization and can complement existing defenses, with open-source implementations available for replication.
Abstract
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.
