paper-with-me

Papers

Make Some Noise: Reliable and Efficient Single-Step Adversarial Training

2022-02-02 · Pau de Jorge, Adel Bibi, Riccardo Volpi, Amartya Sanyal, Philip H. S. Torr, Grégory Rogez, Puneet K. Dokania

Recently, Wong et al. showed that adversarial training with single-step FGSM leads to a characteristic failure mode named Catastrophic Overfitting (CO), in which a model becomes suddenly vulnerable to multi-step attacks. Experimentally they showed that simply adding a random perturbation prior to FGSM (RS-FGSM) could prevent CO. However, Andriushchenko and Flammarion observed that RS-FGSM still leads to CO for larger perturbations, and proposed a computationally expensive regularizer (GradAlign) to avoid it. In this work, we methodically revisit the role of noise and clipping in single-step adversarial training. Contrary to previous intuitions, we find that using a stronger noise around the clean sample combined with \textit{not clipping} is highly effective in avoiding CO for large perturbation radii. We then propose Noise-FGSM (N-FGSM) that, while providing the benefits of single-step adversarial training, does not suffer from CO. Empirical analyses on a large suite of experiments show that N-FGSM is able to match or surpass the performance of previous state-of-the-art GradAlign, while achieving 3x speed-up. Code can be found in https://github.com/pdejorge/N-FGSM

📄 PDF Abstract BibTeX arXiv:2202.01181

Code (1)

pdejorge/n-fgsm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

ReSup: Reliable Label Noise Suppression for Facial Expression Recognition

2023-05-29 · Xiang Zhang, Yan Lu, Huan Yan, Jingyang Huang 외

Because of the ambiguous and subjective property of the facial expression recognition (FER) task, the label noise is widely existing in the FER dataset. For this problem, in the training phase, current FER methods often …

Facial Expression RecognitionFacial Expression Recognition (FER)

Variational Flow Maps: Make Some Noise for One-Step Conditional Generation

2026-03-07 · Abbas Mammadov, So Takao, Bohan Chen, Ricardo Baptista 외 arxiv

Flow maps enable high-quality image generation in a single forward pass. However, unlike iterative diffusion models, their lack of an explicit sampling trajectory impedes incorporating external constraints for conditiona…

Image Generation

Variational based Mixed Noise Removal with CNN Deep Learning Regularization

2018-05-21 · Faqiang Wang, Hai-yang Huang, Jun Liu

In this paper, the traditional model based variational method and learning based algorithms are naturally integrated to address mixed noise removal problem. To be different from single type noise (e.g. Gaussian) removal,…

Deep LearningImage Reconstructionparameter estimation

One at a Time: Progressive Multi-step Volumetric Probability Learning for Reliable 3D Scene Perception

2023-06-22 · Bohan Li, Yasheng Sun, Jingxin Dong, Zheng Zhu 외

Numerous studies have investigated the pivotal role of reliable 3D volume representation in scene perception tasks, such as multi-view stereo (MVS) and semantic scene completion (SSC). They typically construct 3D probabi…

Depth EstimationRepresentation Learning

Gradient Preconditioning for Efficient and Reliable Reward-Guided Generation

2026-02-09 · Jisung Hwang, Minhyuk Sung arxiv

We propose a gradient preconditioning method that makes reward-guided generation with one-step generative models both efficient and reliable. Test-time noise optimization can unlock substantially better reward-guided gen…