LGCVMLAug 12, 2020

Learning to Learn from Mistakes: Robust Optimization for Adversarial Noise

arXiv:2008.05247v1
Originality Incremental advance
AI Analysis

This addresses adversarial robustness for security-critical applications, offering a method to reduce processing time and overfitting compared to adversarial training, but it is incremental as it builds on existing adversarial defense approaches.

The paper tackles the problem of adversarial noise sensitivity in machine learning by training a meta-optimizer that learns to robustly optimize models using adversarial examples and transfers this knowledge to new models without generating new adversarial examples, achieving consistency across different architectures and datasets.

Sensitivity to adversarial noise hinders deployment of machine learning algorithms in security-critical applications. Although many adversarial defenses have been proposed, robustness to adversarial noise remains an open problem. The most compelling defense, adversarial training, requires a substantial increase in processing time and it has been shown to overfit on the training data. In this paper, we aim to overcome these limitations by training robust models in low data regimes and transfer adversarial knowledge between different models. We train a meta-optimizer which learns to robustly optimize a model using adversarial examples and is able to transfer the knowledge learned to new models, without the need to generate new adversarial examples. Experimental results show the meta-optimizer is consistent across different architectures and data sets, suggesting it is possible to automatically patch adversarial vulnerabilities.

Foundations

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

Your Notes