paper-with-me

Papers

Fast Adversarial Training with Smooth Convergence

2023-08-24 · ICCV 2023 1 · Mengnan Zhao, Lihe Zhang, Yuqiu Kong, BaoCai Yin

Fast adversarial training (FAT) is beneficial for improving the adversarial robustness of neural networks. However, previous FAT work has encountered a significant issue known as catastrophic overfitting when dealing with large perturbation budgets, \ie the adversarial robustness of models declines to near zero during training. To address this, we analyze the training process of prior FAT work and observe that catastrophic overfitting is accompanied by the appearance of loss convergence outliers. Therefore, we argue a moderately smooth loss convergence process will be a stable FAT process that solves catastrophic overfitting. To obtain a smooth loss convergence process, we propose a novel oscillatory constraint (dubbed ConvergeSmooth) to limit the loss difference between adjacent epochs. The convergence stride of ConvergeSmooth is introduced to balance convergence and smoothing. Likewise, we design weight centralization without introducing additional hyperparameters other than the loss balance coefficient. Our proposed methods are attack-agnostic and thus can improve the training stability of various FAT techniques. Extensive experiments on popular datasets show that the proposed methods efficiently avoid catastrophic overfitting and outperform all previous FAT methods. Code is available at \url{https://github.com/FAT-CS/ConvergeSmooth}.

📄 PDF Abstract BibTeX arXiv:2308.12857

Code (1)

fat-cs/convergesmooth 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Phase-shifted Adversarial Training

2023-01-12 · Yeachan Kim, Seongyeon Kim, Ihyeok Seo, Bonggun Shin

Adversarial training has been considered an imperative component for safely deploying neural network-based applications to the real world. To achieve stronger robustness, existing methods primarily focus on how to genera…

Adversarial Robustness

Faster Single-loop Algorithms for Minimax Optimization without Strong Concavity

2021-12-10 · Junchi Yang, Antonio Orvieto, Aurelien Lucchi, Niao He

Gradient descent ascent (GDA), the simplest single-loop algorithm for nonconvex minimax optimization, is widely used in practical applications such as generative adversarial networks (GANs) and adversarial training. Albe…

Efficient Robust Training via Backward Smoothing

2020-10-03 · Jinghui Chen, Yu Cheng, Zhe Gan, Quanquan Gu 외

Adversarial training is so far the most effective strategy in defending against adversarial examples. However, it suffers from high computational costs due to the iterative adversarial attacks in each training step. Rece…

Projective Proximal Gradient Descent for A Class of Nonconvex Nonsmooth Optimization Problems: Fast Convergence Without Kurdyka-Lojasiewicz (KL) Property

2023-04-20 · Yingzhen Yang, Ping Li

Nonconvex and nonsmooth optimization problems are important and challenging for statistics and machine learning. In this paper, we propose Projected Proximal Gradient Descent (PPGD) which solves a class of nonconvex and …

Gradient-Variation Online Learning under Generalized Smoothness

2024-08-17 · Yan-Feng Xie, Peng Zhao, Zhi-Hua Zhou

Gradient-variation online learning aims to achieve regret guarantees that scale with variations in the gradients of online functions, which has been shown to be crucial for attaining fast convergence in games and robustn…

Stochastic Optimization