paper-with-me

Papers

Gradient Descent Algorithm Survey

2025-11-25 · Deng Fucheng, Wang Wanjie, Gong Ao, Wang Xiaoqi, Wang Fan arxiv

Focusing on the practical configuration needs of optimization algorithms in deep learning, this article concentrates on five major algorithms: SGD, Mini-batch SGD, Momentum, Adam, and Lion. It systematically analyzes the core advantages, limitations, and key practical recommendations of each algorithm. The research aims to gain an in-depth understanding of these algorithms and provide a standardized reference for the reasonable selection, parameter tuning, and performance improvement of optimization algorithms in both academic research and engineering practice, helping to solve optimization challenges in different scales of models and various training scenarios.

📄 PDF Abstract BibTeX arXiv:2511.20725

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

KKT Conditions, First-Order and Second-Order Optimization, and Distributed Optimization: Tutorial and Survey

2021-10-05 · Benyamin Ghojogh, Ali Ghodsi, Fakhri Karray, Mark Crowley

This is a tutorial and survey paper on Karush-Kuhn-Tucker (KKT) conditions, first-order and second-order numerical optimization, and distributed optimization. After a brief review of history of optimization, we start wit…

Distributed OptimizationMultiobjective OptimizationSecond-order methodsStochastic Optimization

Survey on Algorithms for multi-index models

2025-04-07 · Joan Bruna, Daniel Hsu

We review the literature on algorithms for estimating the index space in a multi-index model. The primary focus is on computationally efficient (polynomial-time) algorithms in Gaussian space, the assumptions under which …

Survey

Survey Descent: A Multipoint Generalization of Gradient Descent for Nonsmooth Optimization

2021-11-30 · X. Y. Han, Adrian S. Lewis

For strongly convex objectives that are smooth, the classical theory of gradient descent ensures linear convergence relative to the number of gradient evaluations. An analogous nonsmooth theory is challenging. Even when …

Survey schemes for stochastic gradient descent with applications to M-estimation

2015-01-09 · Stéphan Clémençon, Patrice Bertail, Emilie Chautru, Guillaume Papa

In certain situations that shall be undoubtedly more and more common in the Big Data era, the datasets available are so massive that computing statistics over the full sample is hardly feasible, if not unfeasible. A natu…

SurveySurvey Sampling

A Survey of Algorithms and Analysis for Adaptive Online Learning

2014-03-14 · H. Brendan McMahan

We present tools for the analysis of Follow-The-Regularized-Leader (FTRL), Dual Averaging, and Mirror Descent algorithms when the regularizer (equivalently, prox-function or learning rate schedule) is chosen adaptively b…

Survey