LGCRCVMLJun 22, 2020

Learning to Generate Noise for Multi-Attack Robustness

arXiv:2006.12135v431 citations
Originality Incremental advance
AI Analysis

This addresses a critical safety issue in AI systems by enhancing multi-attack robustness, though it is an incremental improvement over existing adversarial defense techniques.

The paper tackles the problem of defending against multiple types of adversarial attacks simultaneously, which is computationally expensive with existing methods, and proposes a meta-learning framework that learns to generate noise to improve model robustness, achieving significant performance gains over baselines with minimal computational cost.

Adversarial learning has emerged as one of the successful techniques to circumvent the susceptibility of existing methods against adversarial perturbations. However, the majority of existing defense methods are tailored to defend against a single category of adversarial perturbation (e.g. $\ell_\infty$-attack). In safety-critical applications, this makes these methods extraneous as the attacker can adopt diverse adversaries to deceive the system. Moreover, training on multiple perturbations simultaneously significantly increases the computational overhead during training. To address these challenges, we propose a novel meta-learning framework that explicitly learns to generate noise to improve the model's robustness against multiple types of attacks. Its key component is Meta Noise Generator (MNG) that outputs optimal noise to stochastically perturb a given sample, such that it helps lower the error on diverse adversarial perturbations. By utilizing samples generated by MNG, we train a model by enforcing the label consistency across multiple perturbations. We validate the robustness of models trained by our scheme on various datasets and against a wide variety of perturbations, demonstrating that it significantly outperforms the baselines across multiple perturbations with a marginal computational cost.

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