Quantifying and Inducing Shape Bias in CNNs via Max-Pool Dilation
Takito Sawada, Akinori Iwata, Masahiro Okuda

TL;DR
This paper introduces a data-driven metric to quantify shape versus texture bias in datasets and proposes a max-pool dilation method to induce shape bias in CNNs, improving performance on shape-dominant data especially with limited training data.
Contribution
The paper presents a novel metric for dataset shape-texture analysis and a max-pool dilation technique to enhance shape bias in CNNs without retraining all weights.
Findings
Improves accuracy on shape-dominant datasets.
Effective in low-data regimes with minimal training.
Maintains convolutional weights while inducing shape bias.
Abstract
Convolutional Neural Networks (CNNs) exhibit a well-known texture bias, prioritizing local patterns over global shapes - a tendency inherent to their convolutional architecture. While this bias is beneficial for texture-rich natural images, it often degrades performance on shape-dominant data such as illustrations and sketches. Although prior work has proposed shape-biased models to mitigate this issue, these approaches lack a quantitative metric for identifying which datasets would actually benefit from such modifications. To address this limitation, we propose a data-driven metric that quantifies the shape-texture balance within a dataset by computing the Structural Similarity Index (SSIM) between an image's luminance (Y) channel and its L0-smoothed counterpart. Building on this metric, we introduce a computationally efficient adaptation method that promotes shape bias by modifying…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Face recognition and analysis · Advanced Neural Network Applications
