paper-with-me

홈 › Papers

Single-step Adversarial training with Dropout Scheduling

2020-04-18 · CVPR 2020 6 · Vivek B. S., R. Venkatesh Babu

Deep learning models have shown impressive performance across a spectrum of computer vision applications including medical diagnosis and autonomous driving. One of the major concerns that these models face is their susceptibility to adversarial attacks. Realizing the importance of this issue, more researchers are working towards developing robust models that are less affected by adversarial attacks. Adversarial training method shows promising results in this direction. In adversarial training regime, models are trained with mini-batches augmented with adversarial samples. Fast and simple methods (e.g., single-step gradient ascent) are used for generating adversarial samples, in order to reduce computational complexity. It is shown that models trained using single-step adversarial training method (adversarial samples are generated using non-iterative method) are pseudo robust. Further, this pseudo robustness of models is attributed to the gradient masking effect. However, existing works fail to explain when and why gradient masking effect occurs during single-step adversarial training. In this work, (i) we show that models trained using single-step adversarial training method learn to prevent the generation of single-step adversaries, and this is due to over-fitting of the model during the initial stages of training, and (ii) to mitigate this effect, we propose a single-step adversarial training method with dropout scheduling. Unlike models trained using existing single-step adversarial training methods, models trained using the proposed single-step adversarial training method are robust against both single-step and multi-step adversarial attacks, and the performance is on par with models trained using computationally expensive multi-step adversarial training methods, in white-box and black-box settings.

📄 PDF Abstract BibTeX arXiv:2004.08628

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMedical DiagnosisScheduling

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Dynamic Epsilon Scheduling: A Multi-Factor Adaptive Perturbation Budget for Adversarial Training

2025-06-03 · Alan Mitkiy, James Smith, Hana Satou, Hiroshi Tanaka 외

Adversarial training is among the most effective strategies for defending deep neural networks against adversarial examples. A key limitation of existing adversarial training approaches lies in their reliance on a fixed …

Adversarial RobustnessScheduling

Dropout-GAN: Learning from a Dynamic Ensemble of Discriminators

2018-07-30 · Gonçalo Mordido, Haojin Yang, Christoph Meinel

We propose to incorporate adversarial dropout in generative multi-adversarial networks, by omitting or dropping out, the feedback of each discriminator in the framework with some probability at the end of each batch. Our…

Diversity

Adversarial Dropout for Supervised and Semi-supervised Learning

2017-07-12 · Sungrae Park, Jun-Keon Park, Su-Jin Shin, Il-Chul Moon

Recently, the training with adversarial examples, which are generated by adding a small but worst-case perturbation on input examples, has been proved to improve generalization performance of neural networks. In contrast…

Emulation-based Stabilization for Networked Control Systems with Stochastic Channels

2024-01-22 · Wei Ren, Wei Wang, Zhuo-Rui Pan, Xi-Ming Sun 외

This paper studies the stabilization problem of networked control systems (NCSs) with random packet dropouts caused by stochastic channels. To describe the effects of stochastic channels on the information transmission, …

Scheduling

Don't ignore Dropout in Fully Convolutional Networks

2019-08-24 · Thomas Spilsbury, Paavo Camps

Data for Image segmentation models can be costly to obtain due to the precision required by human annotators. We run a series of experiments showing the effect of different kinds of Dropout training on the DeepLabv3+ Ima…

Image SegmentationSchedulingSegmentationSemantic Segmentation