SOTAVerified

Towards Defending Multiple _p-norm Bounded Adversarial Perturbations via Gated Batch Normalization

2020-12-03Code Available0· sign in to hype

Aishan Liu, Shiyu Tang, Xinyun Chen, Lei Huang, Haotong Qin, Xianglong Liu, DaCheng Tao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

There has been extensive evidence demonstrating that deep neural networks are vulnerable to adversarial examples, which motivates the development of defenses against adversarial attacks. Existing adversarial defenses typically improve model robustness against individual specific perturbation types ( , _-norm bounded adversarial examples). However, adversaries are likely to generate multiple types of perturbations in practice ( , _1, _2, and _ perturbations). Some recent methods improve model robustness against adversarial attacks in multiple _p balls, but their performance against each perturbation type is still far from satisfactory. In this paper, we observe that different _p bounded adversarial perturbations induce different statistical properties that can be separated and characterized by the statistics of Batch Normalization (BN). We thus propose Gated Batch Normalization (GBN) to adversarially train a perturbation-invariant predictor for defending multiple _p bounded adversarial perturbations. GBN consists of a multi-branch BN layer and a gated sub-network. Each BN branch in GBN is in charge of one perturbation type to ensure that the normalized output is aligned towards learning perturbation-invariant representation. Meanwhile, the gated sub-network is designed to separate inputs added with different perturbation types. We perform an extensive evaluation of our approach on commonly-used dataset including MNIST, CIFAR-10, and Tiny-ImageNet, and demonstrate that GBN outperforms previous defense proposals against multiple perturbation types ( , _1, _2, and _ perturbations) by large margins.

Reproductions