paper-with-me

홈 › Papers

Neural Tangent Kernel Beyond the Infinite-Width Limit: Effects of Depth and Initialization

2022-02-01 · Mariia Seleznova, Gitta Kutyniok

Neural Tangent Kernel (NTK) is widely used to analyze overparametrized neural networks due to the famous result by Jacot et al. (2018): in the infinite-width limit, the NTK is deterministic and constant during training. However, this result cannot explain the behavior of deep networks, since it generally does not hold if depth and width tend to infinity simultaneously. In this paper, we study the NTK of fully-connected ReLU networks with depth comparable to width. We prove that the NTK properties depend significantly on the depth-to-width ratio and the distribution of parameters at initialization. In fact, our results indicate the importance of the three phases in the hyperparameter space identified in Poole et al. (2016): ordered, chaotic and the edge of chaos (EOC). We derive exact expressions for the NTK dispersion in the infinite-depth-and-width limit in all three phases and conclude that the NTK variability grows exponentially with depth at the EOC and in the chaotic phase but not in the ordered phase. We also show that the NTK of deep networks may stay constant during training only in the ordered phase and discuss how the structure of the NTK matrix changes during training.

📄 PDF Abstract BibTeX arXiv:2202.00553

Code (1)

mselezniova/ntk_beyond_limit 공식 구현 jax

Methods 이 논문이 사용한 방법론

NTK 설명 없음

Similar Papers 제목 키워드 기반

On the infinite width limit of neural networks with a standard parameterization

2020-01-21 · Jascha Sohl-Dickstein, Roman Novak, Samuel S. Schoenholz, Jaehoon Lee

There are currently two parameterizations used to derive fixed kernels corresponding to infinite width neural networks, the NTK (Neural Tangent Kernel) parameterization and the naive standard parameterization. However, t…

Dynamically Stable Infinite-Width Limits of Neural Classifiers

2020-06-11 · Eugene. A. Golikov

Recent research has been focused on two different approaches to studying neural networks training in the limit of infinite width (1) a mean-field (MF) and (2) a constant neural tangent kernel (NTK) approximations. These …

Neural Tangents: Fast and Easy Infinite Neural Networks in Python

2019-12-05 · ICLR 2020 1 · Roman Novak, Lechao Xiao, Jiri Hron, Jaehoon Lee 외

Neural Tangents is a library designed to enable research into infinite-width neural networks. It provides a high-level API for specifying complex and hierarchical neural network architectures. These networks can then be …

Bayesian InferenceCPUGPU

Dynamically Stable Infinite-Width Limits of Neural Classifiers

2020-09-28 · Eugene Golikov

Recent research has been focused on two different approaches to studying neural networks training in the limit of infinite width (1) a mean-field (MF) and (2) a constant neural tangent kernel (NTK) approximations. These …

Binary Classification

Revisiting the Neural Tangent Kernel: the role of large width and depth

2025-11-10 · William St-Arnaud, Margarida Carvalho, Golnoosh Farnadi arxiv

Overparameterized fully-connected neural networks have been shown to behave like kernel models when trained with gradient descent, assuming standard scaling conditions on the width, the learning rate, and the parameter i…