English

Rethinking the Effect of Data Augmentation in Adversarial Contrastive Learning

Machine Learning 2023-03-06 v2

Abstract

Recent works have shown that self-supervised learning can achieve remarkable robustness when integrated with adversarial training (AT). However, the robustness gap between supervised AT (sup-AT) and self-supervised AT (self-AT) remains significant. Motivated by this observation, we revisit existing self-AT methods and discover an inherent dilemma that affects self-AT robustness: either strong or weak data augmentations are harmful to self-AT, and a medium strength is insufficient to bridge the gap. To resolve this dilemma, we propose a simple remedy named DYNACL (Dynamic Adversarial Contrastive Learning). In particular, we propose an augmentation schedule that gradually anneals from a strong augmentation to a weak one to benefit from both extreme cases. Besides, we adopt a fast post-processing stage for adapting it to downstream tasks. Through extensive experiments, we show that DYNACL can improve state-of-the-art self-AT robustness by 8.84% under Auto-Attack on the CIFAR-10 dataset, and can even outperform vanilla supervised adversarial training for the first time. Our code is available at \url{https://github.com/PKU-ML/DYNACL}.

Keywords

Cite

@article{arxiv.2303.01289,
  title  = {Rethinking the Effect of Data Augmentation in Adversarial Contrastive Learning},
  author = {Rundong Luo and Yifei Wang and Yisen Wang},
  journal= {arXiv preprint arXiv:2303.01289},
  year   = {2023}
}

Comments

ICLR 2023

R2 v1 2026-06-28T08:57:12.933Z