paper-with-me

홈 › Papers

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 shallow neural networks (SNNs) by leveraging the concept of algorithmic stability. We consider gradient descent (GD) and stochastic gradient descent (SGD) to train SNNs, for both of which we develop consistent excess risk bounds by balancing the optimization and generalization via early-stopping. As compared to existing analysis on GD, our new analysis requires a relaxed overparameterization assumption and also applies to SGD. The key for the improvement is a better estimation of the smallest eigenvalues of the Hessian matrices of the empirical risks and the loss function along the trajectories of GD and SGD by providing a refined estimation of their iterates.

📄 PDF Abstract BibTeX arXiv:2209.09298

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Stability and Generalization for Markov Chain Stochastic Gradient Methods

2022-09-16 · Puyu Wang, Yunwen Lei, Yiming Ying, Ding-Xuan Zhou

Recently there is a large amount of work devoted to the study of Markov chain stochastic gradient methods (MC-SGMs) which mainly focus on their convergence analysis for solving minimization problems. In this paper, we pr…

Generalization BoundsLearning Theory

Stability and Generalization of Stochastic Gradient Methods for Minimax Problems

2021-05-08 · Yunwen Lei, Zhenhuan Yang, Tianbao Yang, Yiming Ying

Many machine learning problems can be formulated as minimax problems such as Generative Adversarial Networks (GANs), AUC maximization and robust estimation, to mention but a few. A substantial amount of studies are devot…

Generalization Bounds

Fine-Grained Analysis of Stability and Generalization for Stochastic Gradient Descent

2020-06-15 · ICML 2020 1 · Yunwen Lei, Yiming Ying

Recently there are a considerable amount of work devoted to the study of the algorithmic stability and generalization for stochastic gradient descent (SGD). However, the existing stability analysis requires to impose res…

Generalization Bounds

Generalization and Stability of Interpolating Neural Networks with Minimal Width

2023-02-18 · Hossein Taheri, Christos Thrampoulidis

We investigate the generalization and optimization properties of shallow neural-network classifiers trained by gradient descent in the interpolating regime. Specifically, in a realizable scenario where model weights can …

Stability and Generalization for Decentralized Markov SGD

2026-05-03 · Jiahuan Wang, Ziqing Wen, Ping Luo, Dongsheng Li 외 arxiv

Stochastic gradient methods are central to large-scale learning, yet their generalization theory typically relies on independent sampling assumptions. In many practical applications, data are generated by Markov chains a…