paper-with-me

홈 › Papers

Uniformly Stable Algorithms for Adversarial Training and Beyond

2024-05-03 · Jiancong Xiao, Jiawei Zhang, Zhi-Quan Luo, Asuman Ozdaglar

In adversarial machine learning, neural networks suffer from a significant issue known as robust overfitting, where the robust test accuracy decreases over epochs (Rice et al., 2020). Recent research conducted by Xing et al.,2021; Xiao et al., 2022 has focused on studying the uniform stability of adversarial training. Their investigations revealed that SGD-based adversarial training fails to exhibit uniform stability, and the derived stability bounds align with the observed phenomenon of robust overfitting in experiments. This motivates us to develop uniformly stable algorithms specifically tailored for adversarial training. To this aim, we introduce Moreau envelope-$\mathcal{A}$, a variant of the Moreau Envelope-type algorithm. We employ a Moreau envelope function to reframe the original problem as a min-min problem, separating the non-strong convexity and non-smoothness of the adversarial loss. Then, this approach alternates between solving the inner and outer minimization problems to achieve uniform stability without incurring additional computational overhead. In practical scenarios, we show the efficacy of ME-$\mathcal{A}$ in mitigating the issue of robust overfitting. Beyond its application in adversarial training, this represents a fundamental result in uniform stability analysis, as ME-$\mathcal{A}$ is the first algorithm to exhibit uniform stability for weakly-convex, non-smooth problems.

📄 PDF Abstract BibTeX arXiv:2405.01817

Code (1)

jiancongxiao/moreau-envelope-sgd 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Distributionally Robust Learning with Stable Adversarial Training

2021-06-30 · Jiashuo Liu, Zheyan Shen, Peng Cui, Linjun Zhou 외

Machine learning algorithms with empirical risk minimization are vulnerable under distributional shifts due to the greedy adoption of all the correlations found in training data. There is an emerging literature on tackli…

Stable Adversarial Learning under Distributional Shifts

2020-06-08 · Jiashuo Liu, Zheyan Shen, Peng Cui, Linjun Zhou 외

Machine learning algorithms with empirical risk minimization are vulnerable under distributional shifts due to the greedy adoption of all the correlations found in training data. Recently, there are robust learning metho…

High probability generalization bounds for uniformly stable algorithms with nearly optimal rate

2019-02-27 · Vitaly Feldman, Jan Vondrak

Algorithmic stability is a classical approach to understanding and analysis of the generalization error of learning algorithms. A notable weakness of most stability-based generalization bounds is that they hold only in e…

Generalization BoundsVocal Bursts Intensity Prediction

Generalization Bounds for Uniformly Stable Algorithms

2018-12-24 · NeurIPS 2018 12 · Vitaly Feldman, Jan Vondrak

Uniform stability of a learning algorithm is a classical notion of algorithmic stability introduced to derive high-probability bounds on the generalization error (Bousquet and Elisseeff, 2002). Specifically, for a loss f…

Generalization Bounds

Toward Better PAC-Bayes Bounds for Uniformly Stable Algorithms

2023-09-21 · NeurIPS 2023 11

We give sharper bounds for uniformly stable randomized algorithms in a PAC-Bayesian framework, which improve the existing results by up to a factor of $\sqrt{n}$ (ignoring a log factor), where $n$ is the sample size. The…