paper-with-me

홈 › Papers

On the Implicit Bias Towards Minimal Depth of Deep Neural Networks

2022-02-18 · Tomer Galanti, Liane Galanti, Ido Ben-Shaul

Recent results in the literature suggest that the penultimate (second-to-last) layer representations of neural networks that are trained for classification exhibit a clustering property called neural collapse (NC). We study the implicit bias of stochastic gradient descent (SGD) in favor of low-depth solutions when training deep neural networks. We characterize a notion of effective depth that measures the first layer for which sample embeddings are separable using the nearest-class center classifier. Furthermore, we hypothesize and empirically show that SGD implicitly selects neural networks of small effective depths. Secondly, while neural collapse emerges even when generalization should be impossible - we argue that the \emph{degree of separability} in the intermediate layers is related to generalization. We derive a generalization bound based on comparing the effective depth of the network with the minimal depth required to fit the same dataset with partially corrupted labels. Remarkably, this bound provides non-trivial estimations of the test performance. Finally, we empirically show that the effective depth of a trained neural network monotonically increases when increasing the number of random labels in data.

📄 PDF Abstract BibTeX arXiv:2202.09028

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

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…

The Implicit Bias of Depth: From Neural Collapse to Softmax Codes

2026-05-21 · Connall Garrod, Jonathan P. Keating, Christos Thrampoulidis arxiv

Neural collapse (NC) describes the structured geometry that emerges in the features and weights of trained classifiers. Recent theory suggests NC can be suboptimal in deep architectures, attributing this to an explicit l…

Same Pre-training Loss, Better Downstream: Implicit Bias Matters for Language Models

2022-10-25 · Hong Liu, Sang Michael Xie, Zhiyuan Li, Tengyu Ma

Language modeling on large-scale datasets leads to impressive performance gains on various downstream language tasks. The validation pre-training loss (or perplexity in autoregressive language modeling) is often used as …

Language ModelingLanguage Modelling

Implicit Sparse Regularization: The Impact of Depth and Early Stopping

2021-08-12 · NeurIPS 2021 12 · Jiangyuan Li, Thanh V. Nguyen, Chinmay Hegde, Raymond K. W. Wong

In this paper, we study the implicit bias of gradient descent for sparse regression. We extend results on regression with quadratic parametrization, which amounts to depth-2 diagonal linear networks, to more general dept…

regression

Implicit Bias of Large Depth Networks: a Notion of Rank for Nonlinear Functions

2022-09-29 · Arthur Jacot

We show that the representation cost of fully connected neural networks with homogeneous nonlinearities - which describes the implicit bias in function space of networks with $L_2$-regularization or with losses such as t…

Denoising