paper-with-me

홈 › Papers

Hierarchical Simplicity Bias of Neural Networks

2023-11-05 · Zhehang Du

Neural networks often exhibit simplicity bias, favoring simpler features over more complex ones, even when both are equally predictive. We introduce a novel method called imbalanced label coupling to explore and extend this simplicity bias across multiple hierarchical levels. Our approach demonstrates that trained networks sequentially consider features of increasing complexity based on their correlation with labels in the training set, regardless of their actual predictive power. For example, in CIFAR-10, simple spurious features can cause misclassifications where most cats are predicted as dogs and most trucks as automobiles. We empirically show that last-layer retraining with target data distribution \citep{kirichenko2022last} is insufficient to fully recover core features when spurious features perfectly correlate with target labels in our synthetic datasets. Our findings deepen the understanding of the implicit biases inherent in neural networks.

📄 PDF Abstract BibTeX arXiv:2311.02622

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Simplicity bias in the parameter-function map of deep neural networks

2019-05-28 · Guillermo Valle-Pérez, Chico Q. Camargo, Ard A. Louis

The idea that neural networks may exhibit a bias towards simplicity has a long history. Simplicity bias provides a way to quantify this intuition. It predicts, for a broad class of input-output maps which can describe m…

Simplicity Bias of Transformers to Learn Low Sensitivity Functions

2024-03-11 · Bhavya Vasudeva, Deqing Fu, Tianyi Zhou, Elliott Kau 외

Transformers achieve state-of-the-art accuracy and robustness across many tasks, but an understanding of the inductive biases that they have and how those biases are different from other neural network architectures rema…

Sensitivity

Do We Always Need the Simplicity Bias? Looking for Optimal Inductive Biases in the Wild

2025-03-13 · CVPR 2025 1 · Damien Teney, Liangze Jiang, Florin Gogianu, Ehsan Abbasnejad

Neural architectures tend to fit their data with relatively simple functions. This "simplicity bias" is widely regarded as key to their success. This paper explores the limits of this principle. Building on recent findin…

image-classificationImage Classification

Mitigating Simplicity Bias in Deep Learning for Improved OOD Generalization and Robustness

2023-10-09 · Bhavya Vasudeva, Kameron Shahabi, Vatsal Sharan

Neural networks (NNs) are known to exhibit simplicity bias where they tend to prefer learning 'simple' features over more 'complex' ones, even when the latter may be more informative. Simplicity bias can lead to the mode…

Fairness

Simplicity bias, algorithmic probability, and the random logistic map

2023-12-31 · Boumediene Hamzi, Kamaludin Dingle

Simplicity bias is an intriguing phenomenon prevalent in various input-output maps, characterized by a preference for simpler, more regular, or symmetric outputs. Notably, these maps typically feature high-probability ou…