English

Generalisation in humans and deep neural networks

Computer Vision and Pattern Recognition 2020-10-26 v3 Artificial Intelligence Machine Learning Neurons and Cognition Machine Learning

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.

Keywords

Cite

@article{arxiv.1808.08750,
  title  = {Generalisation in humans and deep neural networks},
  author = {Robert Geirhos and Carlos R. Medina Temme and Jonas Rauber and Heiko H. Schütt and Matthias Bethge and Felix A. Wichmann},
  journal= {arXiv preprint arXiv:1808.08750},
  year   = {2020}
}

Comments

Added optimal probability aggregation method to appendix

R2 v1 2026-06-23T03:44:35.410Z