2020

Towards an Adversarially Robust Normalization Approach

Awais, Muhammad, Shamshad, Fahad, Bae, Sung-Ho

Understand

Batch Normalization (BatchNorm) is effective for improving the performance and accelerating the training of deep neural networks.

  • However, it has also shown to be a cause of adversarial vulnerability, i.e., networks without it are more robust to adversarial attacks.
  • In this paper, we investigate how BatchNorm causes this vulnerability and proposed new normalization that is robust to adversarial attacks.
  • We first observe that adversarial images tend to shift the distribution of BatchNorm input, and this shift makes train-time estimated population statistics inaccurate.

Reading the bibliography…