paper-with-me

홈 › Papers

Accelerate adversarial training with loss guided propagation for robust image classification

2023-01-01 · journal 2023 1 · Changkai Xu, Chunjie Zhang, Yanwu Yang, Huaizhi Yang, Yijun Bo, Danyong Li, Riquan Zhang

Adversarial training is effective to train robust image classification models. To improve the robustness, existing approaches often use many propagations to generate adversarial examples, which have high time consumption. In this work, we propose an efficient adversarial training method with loss guided propagation (ATLGP) to accelerate the adversarial training process. ATLGP takes the loss value of generated adversarial examples as guidance to control the number of propagations for each training instance at different training stages, which decreases the computation while keeping the strength of generated adversarial examples. In this way, our method can achieve comparable robustness with less time than traditional training methods. It also has good generalization ability and can be easily combined with other efficient training methods. We conduct comprehensive experiments on CIFAR10 and MNIST, the standard datasets for several benchmarks. The experimental results show that ATLGP reduces 30% to 60% training time compared with other baseline methods while achieving similar robustness against various adversarial attacks. The combination of ATLGP and ATTA (an efficient adversarial training method) achieves superior acceleration potential when robustness meets high requirements. The statistical propagation in different training stages and ablation studies prove the effectiveness of applying loss guided propagation for each training instance. The acceleration technique can more easily extend adversarial training methods to large-scale datasets and more diverse model architectures such as vision transformers.

📄 PDF Abstract BibTeX

Code (1)

2024-MindSpore-1/Code8/tree/main/atlgp-master mindspore

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Veriphi: Attack-Guided Neural Network Verification with Dataset-Dependent Training Methods

2026-06-16 · Pratik Deshmukh, Kartik Arya, Vasili Savin arxiv

We present Veriphi, a GPU-accelerated neural network verification system that combines fast adversarial attacks with formal bound certification using alpha,beta-CROWN methods. Through systematic experiments on MNIST and …

Accelerating Adversarial Perturbation by 50% with Semi-backward Propagation

2022-11-09 · Zhiqi Bu

Adversarial perturbation plays a significant role in the field of adversarial robustness, which solves a maximization problem over the input data. We show that the backward propagation of such optimization can accelerate…

Adversarial Robustness

Enhancing Gradient-based Attacks with Symbolic Intervals

2019-06-05 · Shiqi Wang, Yizheng Chen, Ahmed Abdou, Suman Jana

Recent breakthroughs in defenses against adversarial examples, like adversarial training, make the neural networks robust against various classes of attackers (e.g., first-order gradient-based attacks). However, it is an…

Open-Ended Question Answering

FusedProp: Towards Efficient Training of Generative Adversarial Networks

2020-03-30 · Zachary Polizzi, Chuan-Yung Tsai

Generative adversarial networks (GANs) are capable of generating strikingly realistic samples but state-of-the-art GANs can be extremely computationally expensive to train. In this paper, we propose the fused propagation…

Fast Propagation is Better: Accelerating Single-Step Adversarial Training via Sampling Subnetworks

2023-10-24 · Xiaojun Jia, Jianshu Li, Jindong Gu, Yang Bai 외

Adversarial training has shown promise in building robust models against adversarial examples. A major drawback of adversarial training is the computational overhead introduced by the generation of adversarial examples. …