paper-with-me

홈 › Papers

Stability & Generalisation of Gradient Descent for Shallow Neural Networks without the Neural Tangent Kernel

2021-07-27 · NeurIPS 2021 12 · Dominic Richards, Ilja Kuzborskij

We revisit on-average algorithmic stability of GD for training overparameterised shallow neural networks and prove new generalisation and excess risk bounds without the NTK or PL assumptions. In particular, we show oracle type bounds which reveal that the generalisation and excess risk of GD is controlled by an interpolating network with the shortest GD path from initialisation (in a sense, an interpolating network with the smallest relative norm). While this was known for kernelised interpolants, our proof applies directly to networks trained by GD without intermediate kernelisation. At the same time, by relaxing oracle inequalities developed here we recover existing NTK-based risk bounds in a straightforward way, which demonstrates that our analysis is tighter. Finally, unlike most of the NTK-based analyses we focus on regression with label noise and show that GD with early stopping is consistent.

📄 PDF Abstract BibTeX arXiv:2107.12723

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

NTK 설명 없음
Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Non-Vacuous Generalisation Bounds for Shallow Neural Networks

2022-02-03 · Felix Biggs, Benjamin Guedj

We focus on a specific class of shallow neural networks with a single hidden layer, namely those with $L_2$-normalised data and either a sigmoid-shaped Gaussian error function ("erf") activation or a Gaussian Error Linea…

Meta Mirror Descent: Optimiser Learning for Fast Convergence

2022-03-05 · Boyan Gao, Henry Gouk, Hae Beom Lee, Timothy M. Hospedales

Optimisers are an essential component for training machine learning models, and their design influences learning speed and generalisation. Several studies have attempted to learn more effective gradient-descent optimiser…

Meta-Learning

Generalisation under gradient descent via deterministic PAC-Bayes

2022-09-06 · Eugenio Clerico, Tyler Farghly, George Deligiannidis, Benjamin Guedj 외

We establish disintegrated PAC-Bayesian generalisation bounds for models trained with gradient descent methods or continuous gradient flows. Contrary to standard practice in the PAC-Bayesian setting, our result applies t…

On-Average Stability of Multipass Preconditioned SGD and Effective Dimension

2026-03-12 · Simon Vary, Tyler Farghly, Ilja Kuzborskij, Patrick Rebeschini arxiv

We study trade-offs between the population risk curvature, geometry of the noise, and preconditioning on the generalisation ability of the multipass Preconditioned Stochastic Gradient Descent (PSGD). Many practical optim…

Stability and Generalization Analysis of Gradient Methods for Shallow Neural Networks

2022-09-19 · Yunwen Lei, Rong Jin, Yiming Ying

While significant theoretical progress has been achieved, unveiling the generalization mystery of overparameterized neural networks still remains largely elusive. In this paper, we study the generalization behavior of sh…