paper-with-me

홈 › Papers

Identifying good directions to escape the NTK regime and efficiently learn low-degree plus sparse polynomials

2022-06-08 · Eshaan Nichani, Yu Bai, Jason D. Lee

A recent goal in the theory of deep learning is to identify how neural networks can escape the "lazy training," or Neural Tangent Kernel (NTK) regime, where the network is coupled with its first order Taylor expansion at initialization. While the NTK is minimax optimal for learning dense polynomials (Ghorbani et al, 2021), it cannot learn features, and hence has poor sample complexity for learning many classes of functions including sparse polynomials. Recent works have thus aimed to identify settings where gradient based algorithms provably generalize better than the NTK. One such example is the "QuadNTK" approach of Bai and Lee (2020), which analyzes the second-order term in the Taylor expansion. Bai and Lee (2020) show that the second-order term can learn sparse polynomials efficiently; however, it sacrifices the ability to learn general dense polynomials. In this paper, we analyze how gradient descent on a two-layer neural network can escape the NTK regime by utilizing a spectral characterization of the NTK (Montanari and Zhong, 2020) and building on the QuadNTK approach. We first expand upon the spectral analysis to identify "good" directions in parameter space in which we can move without harming generalization. Next, we show that a wide two-layer neural network can jointly use the NTK and QuadNTK to fit target functions consisting of a dense low-degree term and a sparse high-degree term -- something neither the NTK nor the QuadNTK can do on their own. Finally, we construct a regularizer which encourages our parameter vector to move in the "good" directions, and show that gradient descent on the regularized loss will converge to a global minimizer, which also has low test error. This yields an end to end convergence and generalization guarantee with provable sample complexity improvement over both the NTK and QuadNTK on their own.

📄 PDF Abstract BibTeX arXiv:2206.03688

Code (1)

eshnich/escape_ntk 공식 구현 jax

Methods 이 논문이 사용한 방법론

Test 설명 없음
NTK 설명 없음

Similar Papers 제목 키워드 기반

Exponential escape efficiency of SGD from sharp minima in non-stationary regime

2021-11-07 · Hikaru Ibayashi, Masaaki Imaizumi

We show that stochastic gradient descent (SGD) escapes from sharp minima exponentially fast even before SGD reaches stationary distribution. SGD has been a de-facto standard training algorithm for various machine learnin…

Open-Ended Question Answering

Escaping strict saddle points of the Moreau envelope in nonsmooth optimization

2021-06-17 · Damek Davis, Mateo Díaz, Dmitriy Drusvyatskiy

Recent work has shown that stochastically perturbed gradient methods can efficiently escape strict saddle points of smooth functions. We extend this body of work to nonsmooth optimization, by analyzing an inexact analogu…

Learning Mutational Semantics

2020-12-01 · NeurIPS 2020 12 · Brian Hie, Ellen Zhong, Bryan Bryson, Bonnie Berger

In many natural domains, changing a small part of an entity can transform its semantics; for example, a single word change can alter the meaning of a sentence, or a single amino acid change can mutate a viral protein to …

Sentencevalid

Artificial Immune Systems Can Find Arbitrarily Good Approximations for the NP-Hard Number Partitioning Problem

2018-06-01 · Dogan Corus, Pietro S. Oliveto, Donya Yazdani

Typical artificial immune system (AIS) operators such as hypermutations with mutation potential and ageing allow to efficiently overcome local optima from which evolutionary algorithms (EAs) struggle to escape. Such beha…

Evolutionary Algorithms

Fast Escape, Slow Convergence: Learning Dynamics of Phase Retrieval under Power-Law Data

2025-11-24 · Guillaume Braun, Bruno Loureiro, Ha Quang Minh, Masaaki Imaizumi arxiv

Scaling laws describe how learning performance improves with data, compute, or training time, and have become a central theme in modern deep learning. We study this phenomenon in a canonical nonlinear model: phase retrie…