Improving Adversarial Robustness via Mutual Information Estimation
Abstract
Deep neural networks (DNNs) are found to be vulnerable to adversarial noise. They are typically misled by adversarial samples to make wrong predictions. To alleviate this negative effect, in this paper, we investigate the dependence between outputs of the target model and input adversarial samples from the perspective of information theory, and propose an adversarial defense method. Specifically, we first measure the dependence by estimating the mutual information (MI) between outputs and the natural patterns of inputs (called natural MI) and MI between outputs and the adversarial patterns of inputs (called adversarial MI), respectively. We find that adversarial samples usually have larger adversarial MI and smaller natural MI compared with those w.r.t. natural samples. Motivated by this observation, we propose to enhance the adversarial robustness by maximizing the natural MI and minimizing the adversarial MI during the training process. In this way, the target model is expected to pay more attention to the natural pattern that contains objective semantics. Empirical evaluations demonstrate that our method could effectively improve the adversarial accuracy against multiple attacks.
Cite
@article{arxiv.2207.12203,
title = {Improving Adversarial Robustness via Mutual Information Estimation},
author = {Dawei Zhou and Nannan Wang and Xinbo Gao and Bo Han and Xiaoyu Wang and Yibing Zhan and Tongliang Liu},
journal= {arXiv preprint arXiv:2207.12203},
year = {2022}
}
Comments
This version has modified Eq.2 and its proof in the published version