paper-with-me

홈 › Papers

A Dynamical View on Optimization Algorithms of Overparameterized Neural Networks

2020-10-25 · Zhiqi Bu, Shiyun Xu, Kan Chen

When equipped with efficient optimization algorithms, the over-parameterized neural networks have demonstrated high level of performance even though the loss function is non-convex and non-smooth. While many works have been focusing on understanding the loss dynamics by training neural networks with the gradient descent (GD), in this work, we consider a broad class of optimization algorithms that are commonly used in practice. For example, we show from a dynamical system perspective that the Heavy Ball (HB) method can converge to global minimum on mean squared error (MSE) at a linear rate (similar to GD); however, the Nesterov accelerated gradient descent (NAG) may only converges to global minimum sublinearly. Our results rely on the connection between neural tangent kernel (NTK) and finite over-parameterized neural networks with ReLU activation, which leads to analyzing the limiting ordinary differential equations (ODE) for optimization algorithms. We show that, optimizing the non-convex loss over the weights corresponds to optimizing some strongly convex loss over the prediction error. As a consequence, we can leverage the classical convex optimization theory to understand the convergence behavior of neural networks. We believe our approach can also be extended to other optimization algorithms and network architectures.

📄 PDF Abstract BibTeX arXiv:2010.13165

Code (1)

ShiyunXu/NTK_Optimizer 공식 구현

Methods 이 논문이 사용한 방법론

Nesterov Accelerated Gradient Nesterov Accelerated Gradient is a momentum-based SGD optimizer that "looks ahead" to where the parameters will be to calculate the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Characterizing Dynamical Stability of Stochastic Gradient Descent in Overparameterized Learning

2024-07-29 · Dennis Chemnitz, Maximilian Engel

For overparameterized optimization tasks, such as the ones found in modern machine learning, global minima are generally not unique. In order to understand generalization in these settings, it is vital to study to which …

An Empirical Study on Compressed Decentralized Stochastic Gradient Algorithms with Overparameterized Models

2021-10-09 · Arjun Ashok Rao, Hoi-To Wai

This paper considers decentralized optimization with application to machine learning on graphs. The growing size of neural network (NN) models has motivated prior works on decentralized stochastic gradient algorithms to …

Dimension Independent Generalization of DP-SGD for Overparameterized Smooth Convex Optimization

2022-06-03 · Yi-An Ma, Teodor Vanislavov Marinov, Tong Zhang

This paper considers the generalization performance of differentially private convex learning. We demonstrate that the convergence analysis of Langevin algorithms can be used to obtain new generalization bounds with diff…

Generalization Bounds

On the Convergence of Overparameterized Problems: Inherent Properties of the Compositional Structure of Neural Networks

2025-11-12 · Arthur Castello Branco de Oliveira, Dhruv Jatkar, Eduardo Sontag arxiv

This paper investigates how the compositional structure of neural networks shapes their optimization landscape and training dynamics. We analyze the gradient flow associated with overparameterized optimization problems, …

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…