CVSep 2, 2021

Real World Robustness from Systematic Noise

arXiv:2109.00864v19 citations
Originality Synthesis-oriented
AI Analysis

This addresses robustness issues in neural network deployment for computer vision, though it is incremental as it focuses on a specific type of error.

The paper identifies adversarial examples caused by systematic errors in image decoding and resizing, showing that these can cause a 1%-5% accuracy drop in ResNet-50 trained on ImageNet, and introduces the ImageNet-S dataset to benchmark robustness to such errors.

Systematic error, which is not determined by chance, often refers to the inaccuracy (involving either the observation or measurement process) inherent to a system. In this paper, we exhibit some long-neglected but frequent-happening adversarial examples caused by systematic error. More specifically, we find the trained neural network classifier can be fooled by inconsistent implementations of image decoding and resize. This tiny difference between these implementations often causes an accuracy drop from training to deployment. To benchmark these real-world adversarial examples, we propose ImageNet-S dataset, which enables researchers to measure a classifier's robustness to systematic error. For example, we find a normal ResNet-50 trained on ImageNet can have 1%-5% accuracy difference due to the systematic error. Together our evaluation and dataset may aid future work toward real-world robustness and practical generalization.

Foundations

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

Your Notes