paper-with-me

Papers

Automatic and Simultaneous Adjustment of Learning Rate and Momentum for Stochastic Gradient Descent

2019-08-20 · Tomer Lancewicki, Selcuk Kopru

Stochastic Gradient Descent (SGD) methods are prominent for training machine learning and deep learning models. The performance of these techniques depends on their hyperparameter tuning over time and varies for different models and problems. Manual adjustment of hyperparameters is very costly and time-consuming, and even if done correctly, it lacks theoretical justification which inevitably leads to "rule of thumb" settings. In this paper, we propose a generic approach that utilizes the statistics of an unbiased gradient estimator to automatically and simultaneously adjust two paramount hyperparameters: the learning rate and momentum. We deploy the proposed general technique for various SGD methods to train Convolutional Neural Networks (CNN's). The results match the performance of the best settings obtained through an exhaustive search and therefore, removes the need for a tedious manual tuning.

📄 PDF Abstract BibTeX arXiv:1908.07607

Code (1)

eBay/AutoOpt pytorch

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

Escaping Saddle Points Faster with Stochastic Momentum

2021-06-05 · ICLR 2020 1 · Jun-Kun Wang, Chi-Heng Lin, Jacob Abernethy

Stochastic gradient descent (SGD) with stochastic momentum is popular in nonconvex stochastic optimization and particularly for the training of deep neural networks. In standard SGD, parameters are updated by improving a…

Open-Ended Question AnsweringStochastic Optimization

On the Performance Analysis of Momentum Method: A Frequency Domain Perspective

2024-11-29 · Xianliang Li, Jun Luo, Zhiwei Zheng, Hanxiao Wang 외

Momentum-based optimizers are widely adopted for training neural networks. However, the optimal selection of momentum coefficients remains elusive. This uncertainty impedes a clear understanding of the role of momentum i…

Image Classification

A Bias-Correction Decentralized Stochastic Gradient Algorithm with Momentum Acceleration

2025-01-31 · Yuchen Hu, Xi Chen, Weidong Liu, Xiaojun Mao

Distributed stochastic optimization algorithms can simultaneously process large-scale datasets, significantly accelerating model training. However, their effectiveness is often hindered by the sparsity of distributed net…

Stochastic Optimization

Convergence of SGD with momentum in the nonconvex case: A time window-based analysis

2024-05-27 · Junwen Qiu, Bohao Ma, Andre Milzarek

The stochastic gradient descent method with momentum (SGDM) is a common approach for solving large-scale and stochastic optimization problems. Despite its popularity, the convergence behavior of SGDM remains less underst…

Stochastic Optimization

DEAM: Adaptive Momentum with Discriminative Weight for Stochastic Optimization

2019-07-25 · Jiyang Bai, Yuxiang Ren, Jiawei Zhang

Optimization algorithms with momentum, e.g., (ADAM), have been widely used for building deep learning models due to the faster convergence rates compared with stochastic gradient descent (SGD). Momentum helps accelerate …

Stochastic Optimization