LGCVMLJul 16, 2019

Natural Adversarial Examples

arXiv:1907.07174v41922 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of model robustness for computer vision researchers by exposing shared weaknesses in existing models through adversarial datasets.

The authors introduced two challenging datasets, ImageNet-A and ImageNet-O, which cause significant performance degradation in machine learning models, with DenseNet-121 achieving only about 2% accuracy on ImageNet-A, a drop of approximately 90%.

We introduce two challenging datasets that reliably cause machine learning model performance to substantially degrade. The datasets are collected with a simple adversarial filtration technique to create datasets with limited spurious cues. Our datasets' real-world, unmodified examples transfer to various unseen models reliably, demonstrating that computer vision models have shared weaknesses. The first dataset is called ImageNet-A and is like the ImageNet test set, but it is far more challenging for existing models. We also curate an adversarial out-of-distribution detection dataset called ImageNet-O, which is the first out-of-distribution detection dataset created for ImageNet models. On ImageNet-A a DenseNet-121 obtains around 2% accuracy, an accuracy drop of approximately 90%, and its out-of-distribution detection performance on ImageNet-O is near random chance levels. We find that existing data augmentation techniques hardly boost performance, and using other public training datasets provides improvements that are limited. However, we find that improvements to computer vision architectures provide a promising path towards robust models.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes