Reducing Texture Bias of Deep Neural Networks via Edge Enhancing Diffusion
Edgar Heinert, Matthias Rottmann, Kira Maag, Karsten Kahl

TL;DR
This paper investigates reducing texture bias in CNNs for semantic segmentation by using edge enhancing diffusion to preprocess images, leading to more shape-focused models with improved robustness and domain generalization.
Contribution
It introduces a novel EED-based preprocessing method to diminish texture bias in CNNs for semantic segmentation, extending beyond image classification tasks.
Findings
CNNs show strong texture dependence, transformers show moderate dependence.
Training on EED-processed images reduces texture reliance, increasing robustness.
EED preprocessing improves domain generalization and adversarial robustness.
Abstract
Convolutional neural networks (CNNs) for image processing tend to focus on localized texture patterns, commonly referred to as texture bias. While most of the previous works in the literature focus on the task of image classification, we go beyond this and study the texture bias of CNNs in semantic segmentation. In this work, we propose to train CNNs on pre-processed images with less texture to reduce the texture bias. Therein, the challenge is to suppress image texture while preserving shape information. To this end, we utilize edge enhancing diffusion (EED), an anisotropic image diffusion method initially introduced for image compression, to create texture reduced duplicates of existing datasets. Extensive numerical studies are performed with both CNNs and vision transformer models trained on original data and EED-processed data from the Cityscapes dataset and the CARLA driving…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis
MethodsEntropy Regularization · Proximal Policy Optimization · Attention Is All You Need · Linear Layer · Dense Connections · Diffusion · Focus · Softmax · Multi-Head Attention · Layer Normalization
