paper-with-me

홈 › Papers

ImageNet-trained CNNs are not biased towards texture: Revisiting feature reliance through controlled suppression

2025-09-24 · Tom Burgert, Oliver Stoll, Paolo Rota, Begüm Demir arxiv

The hypothesis that Convolutional Neural Networks (CNNs) are inherently texture-biased has shaped much of the discourse on feature use in deep learning. We revisit this hypothesis by examining limitations in the cue-conflict experiment by Geirhos et al. To address these limitations, we propose a domain-agnostic framework that quantifies feature reliance through systematic suppression of shape, texture, and color cues, avoiding the confounds of forced-choice conflicts. By evaluating humans and neural networks under controlled suppression conditions, we find that CNNs are not inherently texture-biased but predominantly rely on local shape features. Nonetheless, this reliance can be substantially mitigated through modern training strategies or architectures (ConvNeXt, ViTs). We further extend the analysis across computer vision, medical imaging, and remote sensing, revealing that reliance patterns differ systematically: computer vision models prioritize shape, medical imaging models emphasize color, and remote sensing models exhibit a stronger reliance on texture. Code is available at https://github.com/tomburgert/feature-reliance.

📄 PDF Abstract BibTeX arXiv:2509.20234

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

2018-11-29 · ICLR 2019 5 · Robert Geirhos, Patricia Rubisch, Claudio Michaelis, Matthias Bethge 외

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 he…

Domain GeneralizationImage Classificationobject-detectionObject Detection+2

Are CNNs biased towards texture rather than object shape?

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Although we are seeing so many exciting research papers with advancements in CNN architectures and their application domains, we still have little to no understanding as to why these systems decide as they do. That’s why…

Face RecognitionObject

The Origins and Prevalence of Texture Bias in Convolutional Neural Networks

2019-11-20 · NeurIPS 2020 12 · Katherine L. Hermann, Ting Chen, Simon Kornblith

Recent work has indicated that, unlike humans, ImageNet-trained CNNs tend to classify images by texture rather than by shape. How pervasive is this bias, and where does it come from? We find that, when trained on dataset…

Data AugmentationObject Recognition

Scaling Up Your Kernels to 31x31: Revisiting Large Kernel Design in CNNs

2022-03-13 · CVPR 2022 1 · Xiaohan Ding, Xiangyu Zhang, Yizhuang Zhou, Jungong Han 외

We revisit large kernel design in modern convolutional neural networks (CNNs). Inspired by recent advances in vision transformers (ViTs), in this paper, we demonstrate that using a few large convolutional kernels instead…

Image Classification

Shape-Texture Debiased Neural Network Training

2020-10-12 · ICLR 2021 1 · Yingwei Li, Qihang Yu, Mingxing Tan, Jieru Mei 외

Shape and texture are two prominent and complementary cues for recognizing objects. Nonetheless, Convolutional Neural Networks are often biased towards either texture or shape, depending on the training dataset. Our abla…

Adversarial RobustnessData AugmentationImage ClassificationRepresentation Learning