paper-with-me

홈 › Papers

Wide Neural Networks Trained with Weight Decay Provably Exhibit Neural Collapse

2024-10-07 · Arthur Jacot, Peter Súkeník, Zihan Wang, Marco Mondelli

Deep neural networks (DNNs) at convergence consistently represent the training data in the last layer via a highly symmetric geometric structure referred to as neural collapse. This empirical evidence has spurred a line of theoretical research aimed at proving the emergence of neural collapse, mostly focusing on the unconstrained features model. Here, the features of the penultimate layer are free variables, which makes the model data-agnostic and, hence, puts into question its ability to capture DNN training. Our work addresses the issue, moving away from unconstrained features and studying DNNs that end with at least two linear layers. We first prove generic guarantees on neural collapse that assume (i) low training error and balancedness of the linear layers (for within-class variability collapse), and (ii) bounded conditioning of the features before the linear part (for orthogonality of class-means, as well as their alignment with weight matrices). We then show that such assumptions hold for gradient descent training with weight decay: (i) for networks with a wide first layer, we prove low training error and balancedness, and (ii) for solutions that are either nearly optimal or stable under large learning rates, we additionally prove the bounded conditioning. Taken together, our results are the first to show neural collapse in the end-to-end training of DNNs.

📄 PDF Abstract BibTeX arXiv:2410.04887

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Why Do We Need Weight Decay in Modern Deep Learning?

2023-10-06 · Francesco D'Angelo, Maksym Andriushchenko, Aditya Varre, Nicolas Flammarion

Weight decay is a broadly used technique for training state-of-the-art deep networks from image classification to large language models. Despite its widespread usage and being extensively studied in the classical literat…

Deep Learningimage-classificationImage ClassificationLearning Theory+1

Demystifying Manifold Constraints in LLM Pre-training

2026-05-06 · Kang An, Jiaxiang Li, Donald Goldfarb, Shiqian Ma arxiv

The empirical success of large language model (LLM) pre-training relies heavily on heuristic stabilization techniques, such as explicit normalization layers and weight decay. While recent constrained optimization approac…

Weight Decay Regimes in Grokking Transformers: Cheap Online Diagnostics

2026-05-19 · Lucky Verma arxiv

Transformers trained on modular arithmetic exhibit sharp transitions between memorization, generalization, and collapse. We show that weight decay acts as a scalar empirical control parameter for these regimes, and intro…

AlphaDecay: Module-wise Weight Decay for Heavy-Tailed Balancing in LLMs

2025-06-17 · Di He, Ajay Jaiswal, Songjun Tu, Li Shen 외

Weight decay is a standard regularization technique for training large language models (LLMs). While it is common to assign a uniform decay rate to every layer, this approach overlooks the structural diversity of LLMs an…

Diversity

FedNAR: Federated Optimization with Normalized Annealing Regularization

2023-09-21 · NeurIPS 2023 11

Weight decay is a standard technique to improve generalization performance in modern deep neural network optimization, and is also widely adopted in federated learning (FL) to prevent overfitting in local clients. In thi…