Characterizing Model Robustness via Natural Input Gradients
Adrián Rodríguez-Muñoz, Tongzhou Wang, Antonio Torralba
TL;DR
The paper investigates how model robustness to adversarial perturbations can be understood and improved by studying natural-input gradients. It demonstrates that regularizing the $L_1$ norm of loss-input gradients on clean data yields strong robustness, particularly when using smooth activation functions, and can approach state-of-the-art adversarial robustness at substantially lower computational cost. Beyond gradient magnitudes, the authors show that aligning gradients with image edges also enhances robustness, suggesting architecture-level strategies for perceptual robustness. These findings imply that robustness can be partially achieved through training on natural inputs and thoughtful architectural choices, with practical implications for deploying robust vision systems at scale.
Abstract
Adversarially robust models are locally smooth around each data sample so that small perturbations cannot drastically change model outputs. In modern systems, such smoothness is usually obtained via Adversarial Training, which explicitly enforces models to perform well on perturbed examples. In this work, we show the surprising effectiveness of instead regularizing the gradient with respect to model inputs on natural examples only. Penalizing input Gradient Norm is commonly believed to be a much inferior approach. Our analyses identify that the performance of Gradient Norm regularization critically depends on the smoothness of activation functions, and are in fact extremely effective on modern vision transformers that adopt smooth activations over piecewise linear ones (eg, ReLU), contrary to prior belief. On ImageNet-1k, Gradient Norm training achieves > 90% the performance of state-of-the-art PGD-3 Adversarial Training} (52% vs.~56%), while using only 60% computation cost of the state-of-the-art without complex adversarial optimization. Our analyses also highlight the relationship between model robustness and properties of natural input gradients, such as asymmetric sample and channel statistics. Surprisingly, we find model robustness can be significantly improved by simply regularizing its gradients to concentrate on image edges without explicit conditioning on the gradient norm.
