paper-with-me

Papers

Stability and Generalization in Free Adversarial Training

2024-04-13 · Xiwei Cheng, Kexin Fu, Farzan Farnia

While adversarial training methods have significantly improved the robustness of deep neural networks against norm-bounded adversarial perturbations, the generalization gap between their performance on training and test data is considerably greater than that of standard empirical risk minimization. Recent studies have aimed to connect the generalization properties of adversarially trained classifiers to the min-max optimization algorithm used in their training. In this work, we analyze the interconnections between generalization and optimization in adversarial training using the algorithmic stability framework. Specifically, our goal is to compare the generalization gap of neural networks trained using the vanilla adversarial training method, which fully optimizes perturbations at every iteration, with the free adversarial training method, which simultaneously optimizes norm-bounded perturbations and classifier parameters. We prove bounds on the generalization error of these methods, indicating that the free adversarial training method may exhibit a lower generalization gap between training and test samples due to its simultaneous min-max optimization of classifier weights and perturbation variables. We conduct several numerical experiments to evaluate the train-to-test generalization gap in vanilla and free adversarial training methods. Our empirical findings also suggest that the free adversarial training method could lead to a smaller generalization gap over a similar number of training iterations. The paper code is available at https://github.com/Xiwei-Cheng/Stability_FreeAT.

📄 PDF Abstract BibTeX arXiv:2404.08980

Code (1)

xiwei-cheng/stability_freeat 공식 구현 pytorch

Tasks

Generalization Bounds

Similar Papers 제목 키워드 기반

Stability and Generalization of Adversarial Diffusion Training

2025-09-23 · Hesam Hosseini, Ying Cao, Ali H. Sayed arxiv

Algorithmic stability is an established tool for analyzing generalization. While adversarial training enhances model robustness, it often suffers from robust overfitting and an enlarged generalization gap. Although recen…

Data-Dependent Stability Analysis of Adversarial Training

2024-01-06 · Yihan Wang, Shuang Liu, Xiao-Shan Gao

Stability analysis is an essential aspect of studying the generalization ability of deep learning, as it involves deriving generalization bounds for stochastic gradient descent-based training algorithms. Adversarial trai…

Data PoisoningGeneralization Bounds

Improving Domain Generalization in Self-supervised Monocular Depth Estimation via Stabilized Adversarial Training

2024-11-04 · Yuanqi Yao, Gang Wu, Kui Jiang, Siao Liu 외

Learning a self-supervised Monocular Depth Estimation (MDE) model with great generalization remains significantly challenging. Despite the success of adversarial augmentation in the supervised learning generalization, na…

Data AugmentationDepth EstimationDomain GeneralizationMonocular Depth Estimation

On the Algorithmic Stability of Adversarial Training

2021-12-01 · NeurIPS 2021 12 · Yue Xing, Qifan Song, Guang Cheng

The adversarial training is a popular tool to remedy the vulnerability of deep learning models against adversarial attacks, and there is rich theoretical literature on the training loss of adversarial training algorithms…

Stability Analysis and Generalization Bounds of Adversarial Training

2022-10-03 · Jiancong Xiao, Yanbo Fan, Ruoyu Sun, Jue Wang 외

In adversarial machine learning, deep neural networks can fit the adversarial examples on the training dataset but have poor generalization ability on the test set. This phenomenon is called robust overfitting, and it ca…

Generalization Bounds