Shape-Texture Debiased Neural Network Training
Yingwei Li, Qihang Yu, Mingxing Tan, Jieru Mei, Peng Tang, Wei Shen,, Alan Yuille, Cihang Xie

TL;DR
This paper introduces a simple data augmentation method that reduces shape-texture bias in neural networks, leading to improved accuracy and robustness across multiple image recognition benchmarks.
Contribution
The authors propose a novel shape-texture debiased training algorithm that combines conflicting cues and dual supervision, enhancing model generalization and robustness.
Findings
Improved accuracy on ImageNet (+1.2%) and adversarial robustness (+14.4%).
Enhanced performance on ImageNet-A, ImageNet-C, and Stylized-ImageNet datasets.
Compatible with other data augmentation techniques like Mixup and CutMix.
Abstract
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 ablation shows that such bias degenerates model performance. Motivated by this observation, we develop a simple algorithm for shape-texture debiased learning. To prevent models from exclusively attending on a single cue in representation learning, we augment training data with images with conflicting shape and texture information (eg, an image of chimpanzee shape but with lemon texture) and, most importantly, provide the corresponding supervisions from shape and texture simultaneously. Experiments show that our method successfully improves model performance on several image recognition benchmarks and adversarial robustness. For example, by training on ImageNet, it helps…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Bacillus and Francisella bacterial research · Domain Adaptation and Few-Shot Learning
MethodsMixup · CutMix
