English

Overcoming Simplicity Bias in Deep Networks using a Feature Sieve

Machine Learning 2023-06-07 v3 Artificial Intelligence

Abstract

Simplicity bias is the concerning tendency of deep networks to over-depend on simple, weakly predictive features, to the exclusion of stronger, more complex features. This is exacerbated in real-world applications by limited training data and spurious feature-label correlations, leading to biased, incorrect predictions. We propose a direct, interventional method for addressing simplicity bias in DNNs, which we call the feature sieve. We aim to automatically identify and suppress easily-computable spurious features in lower layers of the network, thereby allowing the higher network levels to extract and utilize richer, more meaningful representations. We provide concrete evidence of this differential suppression & enhancement of relevant features on both controlled datasets and real-world images, and report substantial gains on many real-world debiasing benchmarks (11.4% relative gain on Imagenet-A; 3.2% on BAR, etc). Crucially, we do not depend on prior knowledge of spurious attributes or features, and in fact outperform many baselines that explicitly incorporate such information. We believe that our feature sieve work opens up exciting new research directions in automated adversarial feature extraction and representation learning for deep networks.

Keywords

Cite

@article{arxiv.2301.13293,
  title  = {Overcoming Simplicity Bias in Deep Networks using a Feature Sieve},
  author = {Rishabh Tiwari and Pradeep Shenoy},
  journal= {arXiv preprint arXiv:2301.13293},
  year   = {2023}
}

Comments

Accepted at ICML 2023

R2 v1 2026-06-28T08:27:28.320Z