paper-with-me

Papers

Fast Finite Width Neural Tangent Kernel

2022-06-17 · Roman Novak, Jascha Sohl-Dickstein, Samuel S. Schoenholz

The Neural Tangent Kernel (NTK), defined as $\Theta_\theta^f(x_1, x_2) = \left[\partial f(\theta, x_1)\big/\partial \theta\right] \left[\partial f(\theta, x_2)\big/\partial \theta\right]^T$ where $\left[\partial f(\theta, \cdot)\big/\partial \theta\right]$ is a neural network (NN) Jacobian, has emerged as a central object of study in deep learning. In the infinite width limit, the NTK can sometimes be computed analytically and is useful for understanding training and generalization of NN architectures. At finite widths, the NTK is also used to better initialize NNs, compare the conditioning across models, perform architecture search, and do meta-learning. Unfortunately, the finite width NTK is notoriously expensive to compute, which severely limits its practical utility. We perform the first in-depth analysis of the compute and memory requirements for NTK computation in finite width networks. Leveraging the structure of neural networks, we further propose two novel algorithms that change the exponent of the compute and memory requirements of the finite width NTK, dramatically improving efficiency. Our algorithms can be applied in a black box fashion to any differentiable function, including those implementing neural networks. We open-source our implementations within the Neural Tangents package (arXiv:1912.02803) at https://github.com/google/neural-tangents.

📄 PDF Abstract BibTeX arXiv:2206.08720

Code (2)

google/neural-tangents 공식 구현 jax
iclr2022anon/fast_finite_width_ntk 공식 구현 jax

Tasks

Meta-Learning

Methods 이 논문이 사용한 방법론

NTK 설명 없음

Similar Papers 제목 키워드 기반

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

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…

Neural Tangent Kernel: Convergence and Generalization in Neural Networks

2018-06-20 · NeurIPS 2018 12 · Arthur Jacot, Franck Gabriel, Clément Hongler

At initialization, artificial neural networks (ANNs) are equivalent to Gaussian processes in the infinite-width limit, thus connecting them to kernel methods. We prove that the evolution of an ANN during training can als…

Gaussian Processes

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 …

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…