Learning to Generate Noise for Multi-Attack Robustness
Divyam Madaan, Jinwoo Shin, Sung Ju Hwang

TL;DR
This paper introduces a meta-learning framework with a Meta Noise Generator to produce optimal noise, enhancing model robustness against diverse adversarial attacks with minimal additional computational cost.
Contribution
It presents a novel meta-learning approach that explicitly learns to generate noise for improving robustness against multiple adversarial perturbations.
Findings
Outperforms baseline methods across various datasets and perturbations
Achieves robustness with marginal increase in training computational cost
Effectively defends against a wide range of adversarial attacks
Abstract
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. -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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
