CVAILGNCMLNov 29, 2018

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

arXiv:1811.12231v33153 citations
Originality Highly original
AI Analysis

This addresses a fundamental bias in CNNs that affects their reliability and alignment with human vision, with incremental improvements in model robustness.

The study found that ImageNet-trained CNNs rely more on texture than shape for object recognition, unlike humans, and training on stylized images shifts them to shape-based strategies, improving accuracy and robustness with concrete gains in object detection and distortion resistance.

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.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes