Generalisation in humans and deep neural networks
Robert Geirhos, Carlos R. Medina Temme, Jonas Rauber, Heiko H. Schütt, Matthias Bethge, Felix A. Wichmann
TL;DR
The paper investigates how humans and state-of-the-art CNNs generalize to a broad suite of image distortions, revealing that humans exhibit markedly greater robustness and more uniform error distributions under degraded signals. By first evaluating pre-trained networks and then training networks directly on distorted images, the study shows that distortion-specific training yields high in-domain performance but fails to generalize to unseen distortions, highlighting a fundamental generalisation gap under distribution shifts. The authors introduce a large, carefully controlled 82,880-trial dataset and a 16-class ImageNet mapping to enable fair human-DNN comparisons and lifelong robustness benchmarking. The findings suggest that improving robustness will require approaches beyond standard data augmentation, potentially incorporating perceptual normalization and shape priors, and pave the way for healthier cross-disciplinary insights into human vision and machine perception.
Abstract
We compare the robustness of humans and current convolutional deep neural networks (DNNs) on object recognition under twelve different types of image degradations. First, using three well known DNNs (ResNet-152, VGG-19, GoogLeNet) we find the human visual system to be more robust to nearly all of the tested image manipulations, and we observe progressively diverging classification error-patterns between humans and DNNs when the signal gets weaker. Secondly, we show that DNNs trained directly on distorted images consistently surpass human performance on the exact distortion types they were trained on, yet they display extremely poor generalisation abilities when tested on other distortion types. For example, training on salt-and-pepper noise does not imply robustness on uniform white noise and vice versa. Thus, changes in the noise distribution between training and testing constitutes a crucial challenge to deep learning vision systems that can be systematically addressed in a lifelong machine learning approach. Our new dataset consisting of 83K carefully measured human psychophysical trials provide a useful reference for lifelong robustness against image degradations set by the human visual system.
