paper-with-me

홈 › Papers

MLPs at the EOC: Dynamics of Feature Learning

2025-02-18 · Dávid Terjék

Since infinitely wide neural networks in the kernel regime are random feature models, the success of contemporary deep learning lies in the rich regime, where a satisfying theory should explain not only the convergence of gradient descent but the learning of features along the way. Such a theory should also cover phenomena observed by practicioners including the Edge of Stability (EOS) and the catapult mechanism. For a practically relevant theory in the limit, neural network parameterizations have to efficiently reproduce limiting behavior as width and depth are scaled up. While widthwise scaling is mostly settled, depthwise scaling is solved only at initialization by the Edge of Chaos (EOC). During training, scaling up depth is either done by inversely scaling the learning rate or adding residual connections. We propose $(1)$ the Normalized Update Parameterization ($\nu$P) to solve this issue by growing hidden layer sizes depthwise inducing the regularized evolution of preactivations, $(2)$ a hypothetical explanation for feature learning via the cosine of new and cumulative parameter updates and $(3)$ a geometry-aware learning rate schedule that is able to prolong the catapult phase indefinitely. We support our hypotheses and demonstrate the usefulness of $\nu$P and the learning rate schedule by empirical evidence.

📄 PDF Abstract BibTeX arXiv:2502.13110

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Trap of Feature Diversity in the Learning of MLPs

2021-12-02 · Dongrui Liu, Shaobo Wang, Jie Ren, Kangrui Wang 외

In this paper, we focus on a typical two-phase phenomenon in the learning of multi-layer perceptrons (MLPs), and we aim to explain the reason for the decrease of feature diversity in the first phase. Specifically, people…

Diversity

Symmetry and Generalisation in Neural Approximations of Renormalisation Transformations

2025-10-18 · Cassidy Ashworth, Pietro Liò, Francesco Caso arxiv

Deep learning models have proven enormously successful at using multiple layers of representation to learn relevant features of structured data. Encoding physical symmetries into these models can improve performance on d…

NOSMOG: Learning Noise-robust and Structure-aware MLPs on Graphs

2022-08-22 · Yijun Tian, Chuxu Zhang, Zhichun Guo, Xiangliang Zhang 외

While Graph Neural Networks (GNNs) have demonstrated their efficacy in dealing with non-Euclidean structural data, they are difficult to be deployed in real applications due to the scalability constraint imposed by multi…

MLPs and KANs for data-driven learning in physical problems: A performance comparison

2025-04-15 · Raghav Pant, Sikan Li, Xingjian Li, Hassan Iqbal 외

There is increasing interest in solving partial differential equations (PDEs) by casting them as machine learning problems. Recently, there has been a spike in exploring Kolmogorov-Arnold Networks (KANs) as an alternativ…

Kolmogorov-Arnold Networks

Emergent Low-Rank Training Dynamics in MLPs with Smooth Activations

2026-02-05 · Alec S. Xu, Can Yaras, Matthew Asato, Qing Qu 외 arxiv

Recent empirical evidence has demonstrated that the training dynamics of large-scale deep neural networks occur within low-dimensional subspaces. While this has inspired new research into low-rank training, compression, …