Meta Invariance Defense Towards Generalizable Robustness to Unknown Adversarial Attacks
Lei Zhang, Yuhang Zhou, Yi Yang, Xinbo Gao
TL;DR
The paper addresses the vulnerability of deep neural networks to adversarial attacks, emphasizing poor robustness to unknown attacks. It introduces Meta Invariance Defense (MID), a two-stage meta-learning framework with a fixed teacher and a trainable student encoder, augmented by multi-consistency distillation to learn attack-invariant features from an Attacker Pool. The authors provide theoretical analyses (Taylor expansion, manifold interpretation, and high-order optimization) and comprehensive experiments across eight datasets, showing that MID achieves superior average robustness against both known and unknown attacks, with interpretable gradient and feature representations. The work offers a practical path toward generalizable robustness and insights into the role of low-frequency, attack-invariant information for defense against adversarial perturbations.
Abstract
Despite providing high-performance solutions for computer vision tasks, the deep neural network (DNN) model has been proved to be extremely vulnerable to adversarial attacks. Current defense mainly focuses on the known attacks, but the adversarial robustness to the unknown attacks is seriously overlooked. Besides, commonly used adaptive learning and fine-tuning technique is unsuitable for adversarial defense since it is essentially a zero-shot problem when deployed. Thus, to tackle this challenge, we propose an attack-agnostic defense method named Meta Invariance Defense (MID). Specifically, various combinations of adversarial attacks are randomly sampled from a manually constructed Attacker Pool to constitute different defense tasks against unknown attacks, in which a student encoder is supervised by multi-consistency distillation to learn the attack-invariant features via a meta principle. The proposed MID has two merits: 1) Full distillation from pixel-, feature- and prediction-level between benign and adversarial samples facilitates the discovery of attack-invariance. 2) The model simultaneously achieves robustness to the imperceptible adversarial perturbations in high-level image classification and attack-suppression in low-level robust image regeneration. Theoretical and empirical studies on numerous benchmarks such as ImageNet verify the generalizable robustness and superiority of MID under various attacks.
