English

Batch-in-Batch: a new adversarial training framework for initial perturbation and sample selection

Machine Learning 2024-06-07 v1 Artificial Intelligence

Abstract

Adversarial training methods commonly generate independent initial perturbation for adversarial samples from a simple uniform distribution, and obtain the training batch for the classifier without selection. In this work, we propose a simple yet effective training framework called Batch-in-Batch (BB) to enhance models robustness. It involves specifically a joint construction of initial values that could simultaneously generates mm sets of perturbations from the original batch set to provide more diversity for adversarial samples; and also includes various sample selection strategies that enable the trained models to have smoother losses and avoid overconfident outputs. Through extensive experiments on three benchmark datasets (CIFAR-10, SVHN, CIFAR-100) with two networks (PreActResNet18 and WideResNet28-10) that are used in both the single-step (Noise-Fast Gradient Sign Method, N-FGSM) and multi-step (Projected Gradient Descent, PGD-10) adversarial training, we show that models trained within the BB framework consistently have higher adversarial accuracy across various adversarial settings, notably achieving over a 13% improvement on the SVHN dataset with an attack radius of 8/255 compared to the N-FGSM baseline model. Furthermore, experimental analysis of the efficiency of both the proposed initial perturbation method and sample selection strategies validates our insights. Finally, we show that our framework is cost-effective in terms of computational resources, even with a relatively large value of mm.

Keywords

Cite

@article{arxiv.2406.04070,
  title  = {Batch-in-Batch: a new adversarial training framework for initial perturbation and sample selection},
  author = {Yinting Wu and Pai Peng and Bo Cai and Le Li and .},
  journal= {arXiv preprint arXiv:2406.04070},
  year   = {2024}
}

Comments

29 pages, 11 figures

R2 v1 2026-06-28T16:55:52.544Z