LGAIOct 6, 2022

Towards Out-of-Distribution Adversarial Robustness

arXiv:2210.03150v47 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses the challenge of out-of-distribution adversarial robustness for machine learning practitioners, offering incremental improvements over existing methods.

The paper tackles the problem of adversarial robustness in deep learning by treating different attack types as domains and applying Risk Extrapolation to promote similar robustness across them, achieving improved accuracy on unseen attacks, such as increasing from 3.4% to 25.9% on MNIST and from 16.9% to 23.5% on CIFAR10.

Adversarial robustness continues to be a major challenge for deep learning. A core issue is that robustness to one type of attack often fails to transfer to other attacks. While prior work establishes a theoretical trade-off in robustness against different $L_p$ norms, we show that there is potential for improvement against many commonly used attacks by adopting a domain generalisation approach. Concretely, we treat each type of attack as a domain, and apply the Risk Extrapolation method (REx), which promotes similar levels of robustness against all training attacks. Compared to existing methods, we obtain similar or superior worst-case adversarial robustness on attacks seen during training. Moreover, we achieve superior performance on families or tunings of attacks only encountered at test time. On ensembles of attacks, our approach improves the accuracy from 3.4% with the best existing baseline to 25.9% on MNIST, and from 16.9% to 23.5% on CIFAR10.

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