LGJul 25, 2022

Improving Adversarial Robustness via Mutual Information Estimation

arXiv:2207.12203v123 citationsh-index: 74
Originality Incremental advance
AI Analysis

This addresses the problem of adversarial robustness in machine learning models, offering an incremental improvement over existing defenses.

The paper tackles the vulnerability of deep neural networks to adversarial noise by proposing a defense method that maximizes mutual information between outputs and natural input patterns while minimizing it for adversarial patterns, resulting in improved adversarial accuracy against multiple attacks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes