SOTAVerified

ImageNet-trained CNNs are biased towards texture; increasing shape bias improves accuracy and robustness

2018-11-29ICLR 2019Code Available1· sign in to hype

Robert Geirhos, Patricia Rubisch, Claudio Michaelis, Matthias Bethge, Felix A. Wichmann, Wieland Brendel

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Convolutional Neural Networks (CNNs) are commonly thought to recognise objects by learning increasingly complex representations of object shapes. Some recent studies suggest a more important role of image textures. We here put these conflicting hypotheses to a quantitative test by evaluating CNNs and human observers on images with a texture-shape cue conflict. We show that ImageNet-trained CNNs are strongly biased towards recognising textures rather than shapes, which is in stark contrast to human behavioural evidence and reveals fundamentally different classification strategies. We then demonstrate that the same standard architecture (ResNet-50) that learns a texture-based representation on ImageNet is able to learn a shape-based representation instead when trained on "Stylized-ImageNet", a stylized version of ImageNet. This provides a much better fit for human behavioural performance in our well-controlled psychophysical lab setting (nine experiments totalling 48,560 psychophysical trials across 97 observers) and comes with a number of unexpected emergent benefits such as improved object detection performance and previously unseen robustness towards a wide range of image distortions, highlighting advantages of a shape-based representation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNet-AStylized ImageNet (ResNet-50)Top-1 accuracy %2.3Unverified
ImageNet-CStylized ImageNet (ResNet-50)mean Corruption Error (mCE)69.3Unverified
ImageNet-RStylized ImageNet (ResNet-50)Top-1 Error Rate58.5Unverified
VizWiz-ClassificationResNet-50 (SIN)Accuracy - All Images25.3Unverified
VizWiz-ClassificationResNet-50 (SIN_IN_IN)Accuracy - All Images39.2Unverified
VizWiz-ClassificationResNet-50 (SIN_IN)Accuracy - All Images38.2Unverified

Reproductions