paper-with-me

Papers

A Variant of Gradient Descent Algorithm Based on Gradient Averaging

2020-12-04 · Saugata Purkayastha, Sukannya Purkayastha

In this work, we study an optimizer, Grad-Avg to optimize error functions. We establish the convergence of the sequence of iterates of Grad-Avg mathematically to a minimizer (under boundedness assumption). We apply Grad-Avg along with some of the popular optimizers on regression as well as classification tasks. In regression tasks, it is observed that the behaviour of Grad-Avg is almost identical with Stochastic Gradient Descent (SGD). We present a mathematical justification of this fact. In case of classification tasks, it is observed that the performance of Grad-Avg can be enhanced by suitably scaling the parameters. Experimental results demonstrate that Grad-Avg converges faster than the other state-of-the-art optimizers for the classification task on two benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2012.02387

Code (0)

등록된 구현이 없습니다.

Tasks

AvgClassificationGeneral Classificationregression

Similar Papers 제목 키워드 기반

Covariant Gradient Descent

2025-04-07 · Dmitry Guskov, Vitaly Vanchurin

We present a manifestly covariant formulation of the gradient descent method, ensuring consistency across arbitrary coordinate systems and general curved trainable spaces. The optimization dynamics is defined using a cov…

Iterate averaging as regularization for stochastic gradient descent

2018-02-22 · Gergely Neu, Lorenzo Rosasco

We propose and analyze a variant of the classic Polyak-Ruppert averaging scheme, broadly used in stochastic gradient methods. Rather than a uniform average of the iterates, we consider a weighted average, with weights de…

regression

Gradient Descent Averaging and Primal-dual Averaging for Strongly Convex Optimization

2020-12-29 · Wei Tao, Wei Li, Zhisong Pan, Qing Tao

Averaging scheme has attracted extensive attention in deep learning as well as traditional machine learning. It achieves theoretically optimal convergence and also improves the empirical model performance. However, there…

One-step corrected projected stochastic gradient descent for statistical estimation

2023-06-09 · Alexandre Brouste, Youssef Esstafa

A generic, fast and asymptotically efficient method for parametric estimation is described. It is based on the projected stochastic gradient descent on the log-likelihood function corrected by a single step of the Fisher…

On the convergence properties of a $K$-step averaging stochastic gradient descent algorithm for nonconvex optimization

2017-08-03 · Fan Zhou, Guojing Cong

Despite their popularity, the practical performance of asynchronous stochastic gradient descent methods (ASGD) for solving large scale machine learning problems are not as good as theoretical results indicate. We adopt a…

Avg