paper-with-me

홈 › Papers

The Low-Rank Simplicity Bias in Deep Networks

2021-03-18 · Minyoung Huh, Hossein Mobahi, Richard Zhang, Brian Cheung, Pulkit Agrawal, Phillip Isola

Modern deep neural networks are highly over-parameterized compared to the data on which they are trained, yet they often generalize remarkably well. A flurry of recent work has asked: why do deep networks not overfit to their training data? In this work, we make a series of empirical observations that investigate and extend the hypothesis that deeper networks are inductively biased to find solutions with lower effective rank embeddings. We conjecture that this bias exists because the volume of functions that maps to low effective rank embedding increases with depth. We show empirically that our claim holds true on finite width linear and non-linear models on practical learning paradigms and show that on natural data, these are often the solutions that generalize well. We then show that the simplicity bias exists at both initialization and after training and is resilient to hyper-parameters and learning methods. We further demonstrate how linear over-parameterization of deep non-linear models can be used to induce low-rank bias, improving generalization performance on CIFAR and ImageNet without changing the modeling capacity.

📄 PDF Abstract BibTeX arXiv:2103.10427

Code (1)

minyoungg/overparam 공식 구현 pytorch

Tasks

Image Classification

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 via Global Convergence of Sharpness Minimization

2024-10-21 · Khashayar Gatmiry, Zhiyuan Li, Sashank J. Reddi, Stefanie Jegelka

The remarkable generalization ability of neural networks is usually attributed to the implicit bias of SGD, which often yields models with lower complexity using simpler (e.g. linear) and low-rank features. Recent works …

Spectral Regularization: an Inductive Bias for Sequence Modeling

2022-11-04 · Kaiwen Hou, Guillaume Rabusseau

Various forms of regularization in learning tasks strive for different notions of simplicity. This paper presents a spectral regularization technique, which attaches a unique inductive bias to sequence modeling based on …

Inductive Bias

Saddle-to-Saddle Dynamics Explains A Simplicity Bias Across Neural Network Architectures

2025-12-23 · Yedi Zhang, Andrew Saxe, Peter E. Latham arxiv

Neural networks trained with gradient descent often learn solutions of increasing complexity over time, a phenomenon known as simplicity bias. Despite being widely observed across architectures, existing theoretical trea…

Implicit Bias and Loss of Plasticity in Matrix Completion: Depth Promotes Low-Rankness

2026-03-05 · Baekrok Shin, Chulhee Yun arxiv

We study matrix completion via deep matrix factorization (a.k.a. deep linear neural networks) as a simplified testbed to examine how network depth influences training dynamics. Despite the simplicity and importance of th…