paper-with-me

Papers

Learning and Generalization in Overparameterized Neural Networks, Going Beyond Two Layers

2018-11-12 · NeurIPS 2019 12 · Zeyuan Allen-Zhu, Yuanzhi Li, YIngyu Liang

The fundamental learning theory behind neural networks remains largely open. What classes of functions can neural networks actually learn? Why doesn't the trained network overfit when it is overparameterized? In this work, we prove that overparameterized neural networks can learn some notable concept classes, including two and three-layer networks with fewer parameters and smooth activations. Moreover, the learning can be simply done by SGD (stochastic gradient descent) or its variants in polynomial time using polynomially many samples. The sample complexity can also be almost independent of the number of parameters in the network. On the technique side, our analysis goes beyond the so-called NTK (neural tangent kernel) linearization of neural networks in prior works. We establish a new notion of quadratic approximation of the neural network (that can be viewed as a second-order variant of NTK), and connect it to the SGD theory of escaping saddle points.

📄 PDF Abstract BibTeX arXiv:1811.04918

Code (0)

등록된 구현이 없습니다.

Tasks

Learning TheoryVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

NTK 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

The Effect of Label Noise on the Information Content of Neural Representations

2025-10-07 · Ali Hussaini Umar, Franky Kevin Nando Tezoh, Jean Barbier, Santiago Acevedo 외 arxiv

In supervised classification tasks, models are trained to predict a label for each data point. In real-world datasets, these labels are often noisy due to annotation errors. While the impact of label noise on the perform…

Generalization Bounds for Magnitude-Based Pruning via Sparse Matrix Sketching

2023-05-30 · Etash Kumar Guha, Prasanjit Dubey, Xiaoming Huo

In this paper, we derive a novel bound on the generalization error of Magnitude-Based pruning of overparameterized neural networks. Our work builds on the bounds in Arora et al. [2018] where the error depends on one, the…

Generalization Bounds

A generalization gap estimation for overparameterized models via the Langevin functional variance

2021-12-07 · Akifumi Okuno, Keisuke Yano

This paper discusses the estimation of the generalization gap, the difference between generalization performance and training performance, for overparameterized models including neural networks. We first show that a func…

Towards Data-Algorithm Dependent Generalization: a Case Study on Overparameterized Linear Regression

2022-02-12 · NeurIPS 2023 11

One of the major open problems in machine learning is to characterize generalization in the overparameterized regime, where most traditional generalization bounds become inconsistent even for overparameterized linear reg…

Generalization Boundsregression

Provable Generalization of Overparameterized Meta-learning Trained with SGD

2022-06-18 · Yu Huang, Yingbin Liang, Longbo Huang

Despite the superior empirical success of deep meta-learning, theoretical understanding of overparameterized meta-learning is still limited. This paper studies the generalization of a widely used meta-learning approach, …

Generalization BoundsMeta-Learning