LGAICRDec 20, 2023

Scaling Compute Is Not All You Need for Adversarial Robustness

ETH ZurichPrinceton
arXiv:2312.13131v18 citationsh-index: 42
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of efficiently improving adversarial robustness for deep learning practitioners, highlighting incremental insights into scaling limitations.

The paper tackles the problem of understanding whether scaling computational resources can continue to drive advances in adversarial robustness for deep learning, finding that increasing FLOPs for adversarial training yields diminishing returns compared to standard training and that top techniques are not robust to minor training changes.

The last six years have witnessed significant progress in adversarially robust deep learning. As evidenced by the CIFAR-10 dataset category in RobustBench benchmark, the accuracy under $\ell_\infty$ adversarial perturbations improved from 44\% in \citet{Madry2018Towards} to 71\% in \citet{peng2023robust}. Although impressive, existing state-of-the-art is still far from satisfactory. It is further observed that best-performing models are often very large models adversarially trained by industrial labs with significant computational budgets. In this paper, we aim to understand: ``how much longer can computing power drive adversarial robustness advances?" To answer this question, we derive \emph{scaling laws for adversarial robustness} which can be extrapolated in the future to provide an estimate of how much cost we would need to pay to reach a desired level of robustness. We show that increasing the FLOPs needed for adversarial training does not bring as much advantage as it does for standard training in terms of performance improvements. Moreover, we find that some of the top-performing techniques are difficult to exactly reproduce, suggesting that they are not robust enough for minor changes in the training setup. Our analysis also uncovers potentially worthwhile directions to pursue in future research. Finally, we make our benchmarking framework (built on top of \texttt{timm}~\citep{rw2019timm}) publicly available to facilitate future analysis in efficient robust deep learning.

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