English

Adaptive Batch Normalization Networks for Adversarial Robustness

Machine Learning 2024-05-28 v2 Computer Vision and Pattern Recognition

Abstract

Deep networks are vulnerable to adversarial examples. Adversarial Training (AT) has been a standard foundation of modern adversarial defense approaches due to its remarkable effectiveness. However, AT is extremely time-consuming, refraining it from wide deployment in practical applications. In this paper, we aim at a non-AT defense: How to design a defense method that gets rid of AT but is still robust against strong adversarial attacks? To answer this question, we resort to adaptive Batch Normalization (BN), inspired by the recent advances in test-time domain adaptation. We propose a novel defense accordingly, referred to as the Adaptive Batch Normalization Network (ABNN). ABNN employs a pre-trained substitute model to generate clean BN statistics and sends them to the target model. The target model is exclusively trained on clean data and learns to align the substitute model's BN statistics. Experimental results show that ABNN consistently improves adversarial robustness against both digital and physically realizable attacks on both image and video datasets. Furthermore, ABNN can achieve higher clean data performance and significantly lower training time complexity compared to AT-based approaches.

Keywords

Cite

@article{arxiv.2405.11708,
  title  = {Adaptive Batch Normalization Networks for Adversarial Robustness},
  author = {Shao-Yuan Lo and Vishal M. Patel},
  journal= {arXiv preprint arXiv:2405.11708},
  year   = {2024}
}

Comments

Accepted at IEEE International Conference on Advanced Video and Signal-based Surveillance (AVSS) 2024

R2 v1 2026-06-28T16:32:35.496Z