A Fourier Perspective on Model Robustness in Computer Vision
Dong Yin, Raphael Gontijo Lopes, Jonathon Shlens, Ekin D. Cubuk,, Justin Gilmer

TL;DR
This paper analyzes how different data augmentation techniques affect model robustness across various corruption types in computer vision, revealing frequency domain trade-offs and proposing diverse augmentations for improved robustness.
Contribution
It provides a Fourier domain analysis of robustness trade-offs caused by data augmentation and demonstrates that diverse augmentations like AutoAugment enhance overall robustness.
Findings
High-frequency augmentations improve robustness to high-frequency corruptions.
Low-frequency corruptions are less affected by certain augmentations.
AutoAugment achieves state-of-the-art robustness on CIFAR-10-C.
Abstract
Achieving robustness to distributional shift is a longstanding and challenging goal of computer vision. Data augmentation is a commonly used approach for improving robustness, however robustness gains are typically not uniform across corruption types. Indeed increasing performance in the presence of random noise is often met with reduced performance on other corruptions such as contrast change. Understanding when and why these sorts of trade-offs occur is a crucial step towards mitigating them. Towards this end, we investigate recently observed trade-offs caused by Gaussian data augmentation and adversarial training. We find that both methods improve robustness to corruptions that are concentrated in the high frequency domain while reducing robustness to corruptions that are concentrated in the low frequency domain. This suggests that one way to mitigate these trade-offs via data…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · AutoAugment
