paper-with-me

Papers

On Interaction Between Augmentations and Corruptions in Natural Corruption Robustness

2021-02-22 · NeurIPS 2021 12 · Eric Mintun, Alexander Kirillov, Saining Xie

Invariance to a broad array of image corruptions, such as warping, noise, or color shifts, is an important aspect of building robust models in computer vision. Recently, several new data augmentations have been proposed that significantly improve performance on ImageNet-C, a benchmark of such corruptions. However, there is still a lack of basic understanding on the relationship between data augmentations and test-time corruptions. To this end, we develop a feature space for image transforms, and then use a new measure in this space between augmentations and corruptions called the Minimal Sample Distance to demonstrate a strong correlation between similarity and performance. We then investigate recent data augmentations and observe a significant degradation in corruption robustness when the test-time corruptions are sampled to be perceptually dissimilar from ImageNet-C in this feature space. Our results suggest that test error can be improved by training on perceptually similar augmentations, and data augmentations may not generalize well beyond the existing benchmark. We hope our results and tools will allow for more robust progress towards improving robustness to image corruptions. We provide code at https://github.com/facebookresearch/augmentation-corruption.

📄 PDF Abstract BibTeX arXiv:2102.11273

Code (1)

facebookresearch/augmentation-corruption 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Is Robustness Robust? On the interaction between augmentations and corruptions

2021-01-01 · Eric Mintun, Alexander Kirillov, Saining Xie

Invariance to a broad array of image corruptions, such as warping, noise, or color shifts, is an important aspect of building robust models in computer vision. Recently, several new data augmentations have been proposed …

Fourier-Based Augmentations for Improved Robustness and Uncertainty Calibration

2022-02-24 · Ryan Soklaski, Michael Yee, Theodoros Tsiligkaridis

Diverse data augmentation strategies are a natural approach to improving robustness in computer vision models against unforeseen shifts in data distribution. However, the ability to tailor such strategies to inoculate a …

Data AugmentationImage Augmentation

NSA: Naturalistic Support Artifact to Boost Network Confidence

2023-07-27 · Abhijith Sharma, Phil Munz, Apurva Narayan

Visual AI systems are vulnerable to natural and synthetic physical corruption in the real-world. Such corruption often arises unexpectedly and alters the model's performance. In recent years, the primary focus has been o…

Defending Against Image Corruptions Through Adversarial Augmentations

2021-04-02 · ICLR 2022 4 · Dan A. Calian, Florian Stimberg, Olivia Wiles, Sylvestre-Alvise Rebuffi 외

Modern neural networks excel at image classification, yet they remain vulnerable to common image corruptions such as blur, speckle noise or fog. Recent methods that focus on this problem, such as AugMix and DeepAugment, …

image-classificationImage Classification

Diverse Gaussian Noise Consistency Regularization for Robustness and Uncertainty Calibration

2021-04-02 · Theodoros Tsiligkaridis, Athanasios Tsiligkaridis

Deep neural networks achieve high prediction accuracy when the train and test distributions coincide. In practice though, various types of corruptions occur which deviate from this setup and cause severe performance degr…

Data AugmentationImage Classification