Fast AdvProp
Jieru Mei, Yucheng Han, Yutong Bai, Yixiao Zhang, Yingwei Li, Xianhang, Li, Alan Yuille, Cihang Xie

TL;DR
Fast AdvProp significantly accelerates adversarial propagation training by simplifying key components, maintaining or improving recognition performance across various benchmarks without additional training costs.
Contribution
The paper introduces Fast AdvProp, a streamlined version of AdvProp that reduces training complexity and cost while preserving its effectiveness for recognition models.
Findings
Fast AdvProp matches vanilla training performance on multiple benchmarks.
It scales better with larger models and integrates with existing data augmentation methods.
Easily adaptable to other recognition tasks like object detection.
Abstract
Adversarial Propagation (AdvProp) is an effective way to improve recognition models, leveraging adversarial examples. Nonetheless, AdvProp suffers from the extremely slow training speed, mainly because: a) extra forward and backward passes are required for generating adversarial examples; b) both original samples and their adversarial counterparts are used for training (i.e., 2 data). In this paper, we introduce Fast AdvProp, which aggressively revamps AdvProp's costly training components, rendering the method nearly as cheap as the vanilla training. Specifically, our modifications in Fast AdvProp are guided by the hypothesis that disentangled learning with adversarial examples is the key for performance improvements, while other training recipes (e.g., paired clean and adversarial training samples, multi-step adversarial attackers) could be largely simplified. Our empirical…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · COVID-19 diagnosis using AI · Anomaly Detection Techniques and Applications
MethodsBatch Normalization · Auxiliary Batch Normalization · AdvProp · Mixup
