paper-with-me

홈 › Papers

Neural Rank Collapse: Weight Decay and Small Within-Class Variability Yield Low-Rank Bias

2024-02-06 · Emanuele Zangrando, Piero Deidda, Simone Brugiapaglia, Nicola Guglielmi, Francesco Tudisco

Recent work in deep learning has shown strong empirical and theoretical evidence of an implicit low-rank bias: weight matrices in deep networks tend to be approximately low-rank and removing relatively small singular values during training or from available trained models may significantly reduce model size while maintaining or even improving model performance. However, the majority of the theoretical investigations around low-rank bias in neural networks deal with oversimplified deep linear networks. In this work, we consider general networks with nonlinear activations and the weight decay parameter, and we show the presence of an intriguing neural rank collapse phenomenon, connecting the low-rank bias of trained networks with networks' neural collapse properties: as the weight decay parameter grows, the rank of each layer in the network decreases proportionally to the within-class variability of the hidden-space embeddings of the previous layers. Our theoretical findings are supported by a range of experimental evaluations illustrating the phenomenon.

📄 PDF Abstract BibTeX arXiv:2402.03991

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Low-Rank Decay for Grokking in Scale-Invariant Transformers: A Spectral-Geometric View

2026-06-03 · Mingyu Li arxiv

Modern Transformer architectures frequently employ normalization mechanisms such as RMSNorm and Query-Key Normalization, making parts of the model approximately scale-invariant with respect to weight magnitudes. In this …

Sinkhorn doubly stochastic attention rank decay analysis

2026-04-09 · Michela Lapenna, Rita Fioresi, Bahman Gharesifard arxiv

The self-attention mechanism is central to the success of Transformer architectures. However, standard row-stochastic attention has been shown to suffer from significant signal degradation across layers. In particular, i…

Image ClassificationSentiment Analysis

Deep Neural Regression Collapse

2026-03-25 · Akshay Rangamani, Altay Unal arxiv

Neural Collapse is a phenomenon that helps identify sparse and low rank structures in deep classifiers. Recent work has extended the definition of neural collapse to regression problems, albeit only measuring the phenome…

SGD and Weight Decay Secretly Minimize the Rank of Your Neural Network

2022-06-12 · Tomer Galanti, Zachary S. Siegel, Aparna Gupte, Tomaso Poggio

We investigate the inherent bias of Stochastic Gradient Descent (SGD) toward learning low-rank weight matrices during the training of deep neural networks. Our results demonstrate that training with mini-batch SGD and we…

Only Large Weights (And Not Skip Connections) Can Prevent the Perils of Rank Collapse

2025-05-22 · Josh Alman, Zhao Song

Attention mechanisms lie at the heart of modern large language models (LLMs). Straightforward algorithms for forward and backward (gradient) computation take quadratic time, and a line of work initiated by [Alman and Son…